Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /bloodlapis <text>:
- description: BloodLapis enable:disable
- usage: /bloodlapis <enable:disable>
- permission: skript.op
- trigger:
- if arg 1 is "enable":
- set {bloodlapis} to true
- broadcast "&f[&4BloodLapis&f] &cEnabled!"
- if arg 1 is "disable":
- set {bloodlapis} to false
- broadcast "&f[&4BloodLapis&f] &cDisabled!"
- on mine of lapis ore:
- if {bloodlapis} is true:
- damage the player by 0.5 hearts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement