Advertisement
Guest User

Untitled

a guest
Jul 13th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /bloodlapis <text>:
  2. description: BloodLapis enable:disable
  3. usage: /bloodlapis <enable:disable>
  4. permission: skript.op
  5. trigger:
  6. if arg 1 is "enable":
  7. set {bloodlapis} to true
  8. broadcast "&f[&4BloodLapis&f] &cEnabled!"
  9. if arg 1 is "disable":
  10. set {bloodlapis} to false
  11. broadcast "&f[&4BloodLapis&f] &cDisabled!"
  12.  
  13. on mine of lapis ore:
  14. if {bloodlapis} is true:
  15. damage the player by 0.5 hearts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement