Guest User

Untitled

a guest
Jun 7th, 2015
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. #skript made by DarkPaladin
  2. #Ideas by /u/Espiochaotix16
  3.  
  4. options:
  5. p: <blue>[&d&lPa&bi&3n&6f&8u&1l &d&lS&4t&eo&9n&2e&5s<blue>]&a
  6. volume: 1
  7. pitch: 1
  8. sound: random.explode
  9.  
  10. command /painfulstones [<text>]:
  11. permission: uhc.parachutes
  12. trigger:
  13. if arg-1 is "on" or "enable":
  14. broadcast "{@p} is now enabled!"
  15. set {ps} to true
  16.  
  17.  
  18. if arg-1 is "off" or "disable":
  19. broadcast "{@p} is now disabled!"
  20. set {ps} to false
  21.  
  22. on physics:
  23. {ps} is true
  24. block is gravel
  25. cancel event
  26.  
  27. on walking on gravel:
  28. player is not wearing leather boots, gold boots, iron boots, chainmail boots or diamond boots
  29. {ps} is true
  30. damage player by .5 hearts
Advertisement
Add Comment
Please, Sign In to add comment