Advertisement
Blue_Tec

Untitled

Mar 26th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. on join:
  2. set join message to "&a%player%已加入服务器!"
  3. add 1 to {kouya.player.kazu}
  4. if {kouya.game.start} is true:
  5. message "&f&l荒野行动已经开始!请等待下一轮!"
  6. if {kouya.game.stop} is true:
  7. message "&f&l游戏尚未开始!它将很快开始!"
  8.  
  9. on quit:
  10. set quit message to "&a%player%已离开!"
  11. remove 1 from {kouya.player.kazu}
  12.  
  13. every 30 seconds:
  14. broadcast "&b%{kouya.player.kazu}%&a人们现在处于待命状态!"
  15.  
  16. on jump:
  17. if the player's gamemode is not creative:
  18. allow fly for the player
  19. wait 0.5 second
  20. if the player is flying:
  21. disallow fly for the player
  22. if the player's gamemode is creative:
  23. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement