Advertisement
TEKITOU-123

噴火

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