Advertisement
rooyrooyminecraft2

Untitled

Aug 12th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. on sign change:
  2. line 1 is "TA"
  3. set line 4 to "&9==&4RightClick&9=="
  4. set line 1 to "&2&lタイムアタック"
  5. set line 3 to "&8&lstart"
  6. set line 2 to "%region at player%"
  7.  
  8. on right click on a sign:
  9. line 1 of the clicked block is "&2&lタイムアタック"
  10. line 2 of the clicked block is "%region at player%"
  11. line 3 of the clicked block is "&8&lstart"
  12. line 4 of the clicked block is "&9==&4RightClick&9==":
  13. player is on ground
  14. set {%region at player%.%player%.cp} to location of player
  15. message "&a&lSet ChekPoint&e(CP)&7({%region at player%.%player%.cp})"
  16. if {blockcp.%player%} is equal to 2:
  17. set {blockcp.%player%} to 1
  18. stop
  19. if {blockcp.%player%} is not set:
  20. set {blockcp.%player%} to 1
  21. stop
  22.  
  23. on right click on a sign:
  24. line 1 of the clicked block is "&2&lタイムアタック"
  25. line 2 of the clicked block is "%region at player%"
  26. line 3 of the clicked block is "&8&lstart"
  27. line 4 of the clicked block is "&9==&4RightClick&9==":
  28. player is on ground
  29. command "scoreboard players set %player% TA 0"
  30. command "scoreboard players set %player% TA2 0"
  31. command "scoreboard players set %player% TA3 0"
  32. command "scoreboard players set %player% TA4 0"
  33. command "scoreboard teams join TA %player%"
  34. message "&6TA》&a&lタイムアタックスタート"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement