Update
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user