Advertisement
Guest User

Untitled

a guest
Dec 7th, 2014
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. options:
  2. P: &0[&5&lHalf Oars] &1
  3. H: &1&l
  4. C: &1
  5.  
  6. command /halfoars [<text>]:
  7. permission: sk.op
  8. trigger:
  9. if arg-1 is "enable" or "on":
  10. set {halfoars} to true
  11. broadcast "{@P} Half Oars has been {@H}enabled! {@C}By: {@H}%command-sender%"
  12. if arg-1 is "disable" or "off":
  13. set {halfoars} to false
  14. broadcast "{@P} Half Oars has been {@H}disabled! {@C}By: {@H}%command-sender%"
  15.  
  16. on mine of oak log:
  17. if {halfoars} is true
  18. drop 2 wooden planks
  19. cancel the event
  20.  
  21. on mine of birch log:
  22. if {halfoars} is true
  23. drop 2 wooden planks
  24. cancel the event
  25.  
  26. on mine of spruce log:
  27. if {halfoars} is true
  28. drop 2 wooden planks
  29. cancel the event
  30.  
  31. on mine of dark oak log:
  32. if {halfoars} is true
  33. drop 2 wooden planks
  34. cancel the event
  35.  
  36.  
  37. #Skript by WaXmAn24
  38. #Scenario by Bitlington
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement