Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #skript made by DarkPaladin
- #Ideas by /u/Espiochaotix16
- options:
- p: <blue>[&d&lPa&bi&3n&6f&8u&1l &d&lS&4t&eo&9n&2e&5s<blue>]&a
- volume: 1
- pitch: 1
- sound: random.explode
- command /painfulstones [<text>]:
- permission: uhc.parachutes
- trigger:
- if arg-1 is "on" or "enable":
- broadcast "{@p} is now enabled!"
- set {ps} to true
- if arg-1 is "off" or "disable":
- broadcast "{@p} is now disabled!"
- set {ps} to false
- on physics:
- {ps} is true
- block is gravel
- cancel event
- on walking on gravel:
- player is not wearing leather boots, gold boots, iron boots, chainmail boots or diamond boots
- {ps} is true
- damage player by .5 hearts
Advertisement
Add Comment
Please, Sign In to add comment