Advertisement
mqigo

Untitled

Jan 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. on rightclick holding a Gunpowder:
  2. player's tool is enchanted with BLAST PROTECTION 48
  3. if level of player is more than 0:
  4. reduce level progress of player by 3
  5. create a safe explosion of force 3 at player
  6. wait a tick
  7. create a safe explosion of force 3 at player
  8. wait a tick
  9. create a safe explosion of force 3 at player
  10. else:
  11. create a circle effect at player with id "Failed" with particles SMOKE NORMAL with radius 1
  12. message "<pink>このスキルには3Lv以上のXPが必要です!"
  13. wait 20 tick
  14. stop effect "Failed"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement