Advertisement
nabe0929

Untitled

Jun 29th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. #召喚:ForestGuardian
  2. on right click on beacon:
  3. cancel event
  4. if {cooldown.forestguardian} is not set:
  5. set {cooldown.forestguardian} to 0
  6. if {cooldown.forestguardian} is greater than 0:
  7. if name of tool of player contains "&6召喚-&2Forest Guardian&6-":
  8. if location of block is location at -45.5, 3.5, 61.5:
  9. send "&cあと%{cooldown.forestguardian}%秒待ってください" to player
  10. if {cooldown.forestguardian} is 0:
  11. if name of tool of player contains "&6召喚-&2Forest Guardian&6-":
  12. if location of block is location at -45.5, 3.5, 61.5:
  13. remove 1 nether_star named "&6召喚-&2Forest Guardian&6-" from player
  14. set {cooldown.forestguardian} to 300
  15. loop all players in radius 5 around location of block:
  16. send "&a&l10秒後にTPします、集まってください..." to loop-player
  17. wait 10 seconds
  18. loop all players in radius 5 around location of block:
  19. teleport loop-player to location at -45.5, 5.5, 30.5
  20. wait 5 seconds
  21. execute console command "/mm m s forest_guardian 1 world,-45.5,5.5,0.5"
  22. on right click:
  23. if 1st line of lore of tool of player contains "reflesh: Forest Guadian":
  24. set {cooldown.forestguardian} to 0
  25. every second:
  26. if {cooldown.forestguardian} is greater than 0:
  27. remove 1 from {cooldown.forestguardian}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement