Advertisement
dai_pon

Untitled

Jun 8th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. command /no:
  2. trigger:
  3. if {game.%player%} is equal to 0:
  4. set {game.%player%} to 0
  5. set {ready.%player%} to 0
  6. execute console command "scoreboard players set %player% human 0"
  7. execute console command "scoreboard players set %player% zombie 0"
  8. execute console command "scoreboard players set %player% join 0"
  9. execute console command "nte player %player% prefix &f"
  10. execute console command "scoreboard teams leave zombie %player%"
  11. execute console command "scoreboard teams human zombie %player%"
  12. if {game.%player%} is greater than 1:
  13. execute console command "gamemode 2 %player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement