Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. command /timer [<text>]:
  2. player has permission "admin"
  3. trigger:
  4. if arg-1 is not set:
  5. send "&b&l"
  6. stop
  7. if arg-1 is "start":
  8. send "&b&l開始カウントダウンをとります"
  9. wait 1 seconds
  10. send "&a&l5"
  11. execute console command "/execute @a ~ ~ ~ /playsound block.end_portal.spawn master @a"
  12. wait 1 seconds
  13. send "&a&l4"
  14. execute console command "/execute @a ~ ~ ~ /playsound block.end_portal.spawn master @a"
  15. wait 1 seconds
  16. send "&e&l3"
  17. execute console command "/execute @a ~ ~ ~ /playsound block.end_portal.spawn master @a"
  18. wait 1 seconds
  19. send "&c&l2"
  20. execute console command "/execute @a ~ ~ ~ /playsound block.end_portal.spawn master @a"
  21. wait 1 seconds
  22. send "&4&l1"
  23. execute console command "/execute @a ~ ~ ~ /playsound block.end_portal.spawn master @a"
  24. wait 1 seconds
  25. send "&b&lStart!"
  26. execute console command "/execute @a ~ ~ ~ /playsound block.end_portal.spawn master @a"
  27. execute console command "/setblock -883 43 -855 redstone_block 0 replace"
  28. execute console command "/timer go"
  29. if arg-1 is "go":
  30. execute console command "/scoreboard players set Time timer 200"
  31. loop 200 times:
  32. wait 1 seconds
  33. execute console command "/scoreboard players remove Time timer 1"
  34. if arg-1 is "stop":
  35. execute console command "/tp @a [tag=true] -886 45 -891"
  36.  
  37. on join:
  38. set join message to "&b&l%player%&b&lが鯖に参加した!"
  39. on quit:
  40. set quit message to "&c&l%player&c&lが鯖から退出した"
  41.  
  42. every second:
  43. disable PvP in all worlds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement