Advertisement
dai_pon

Untitled

Jun 7th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 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. execute console command "scoreboard players tag %player% remove escape"
  13. execute console command "gamemode 2 %player%"
  14. execute console command "title %player% times 20 100 20"
  15. if {game.%player%} is greather than 1:
  16. execute console command "gamemode 2 %player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement