Advertisement
bandana

突撃の杖

Apr 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. on rightclick with blaze rod:
  2. name of player's tool is "突撃の杖"
  3. if {GOTP.%player%} is not set:
  4. set {GOTP.%player%} to 0
  5. {GOTP.%player%} is 0
  6. teleport player to target entity
  7. set {GOTP.%player%} to 10
  8. while {GOTP.%player%} is not 0:
  9. wait 1 second
  10. subtract 1 from {GOTP.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement