Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. on rightclick:
  2. if name of player's tool is "&bファング":
  3. if {cooldown.%player%} is true:
  4. send "&cクールダウン中"
  5. stop
  6. set {cooldown.%player%} to true
  7. execute console command "/execute @e[r=10] ~ ~ ~ /summon lightning_bolt ~1 ~ ~"
  8. wait 1 seconds
  9. delete {cooldown.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement