Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /joinred:
- trigger:
- add player to {Team.red::*}
- command /joinblue:
- trigger:
- add player to {Team.blue::*}
- command /gamestart:
- trigger:
- teleport player to {warps::Dorf}
- set {Chest.red} to first element out of {Team.red::*}
- set {Chest.blue} to first element out of {Team.blue::*}
- on rightclick on chest:
- cancel event
- if {Team.red::*} contains player:
- open ender chest of {Chest.red} to player
- stop
- if {Team.blue::*} contains player:
- open ender chest of {Chest.blue} to player
- stop
- command /leave:
- trigger:
- clear {Chest.red}
- clear {Chest.blue}
- clear {Team.red::*}
- clear {Team.blue::*}
- #youtube.com/L0v0lup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement