kookoo1007

Untitled

Mar 6th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. #依頼#
  2. on rightclick holding a blaze powder:
  3. name of held item contains "大噴火"
  4. if {%player%.d} is set:
  5. set {_cooldown} to difference between {%player%.d} and now
  6. if {_cooldown} is more than 80 second:
  7. apply blindness 10000 to the player for 1 second
  8. apply invisibility 10000 to the player for 1 second
  9. apply resistance 10000 to the player for 1 second
  10. create a safe explosion of force 7 at the player
  11. set {%player%.d} to now
  12. wait 80 seconds
  13. send "<light blue>《Privatelog》 大噴火が再使用可能になりました-"
  14. stop
  15. if {%player%.d} is not set:
  16. set {%player%.d} to now
  17. wait 80 seconds
  18. send "<light blue>《Privatelog》 大噴火が再使用可能になりました-"
  19. stop
  20. command /get DAIHUNKA:
  21. permission: Admin
  22. trigger:
  23. give player 1 blaze powder named "<light red><bold>《大噴火》"
Advertisement
Add Comment
Please, Sign In to add comment