This commit is contained in:
Christer Warén
2020-10-24 07:33:04 +03:00
parent 2eafcebbc3
commit e418ee9fb4
4 changed files with 24 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
# --- KitPVP ---
on join:
if player's world is "minigames":
remove all items from player
set slot 1 of player's inventory to 1 of chest named "&fKitPVP"
stop
@@ -9,6 +10,11 @@ on respawn:
set slot 1 of player's inventory to 1 of chest named "&fKitPVP"
stop
on quit:
if player's world is "minigames":
remove all items from player
stop
on leftclick:
if player's world is "minigames":
if event-item is chest named "&fKitPVP":