Randall123459

Cutilla Improved

Apr 9th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. options:
  2. p: &7[&cUHCSETTINGS&8] &a
  3.  
  4. command /cutilla <text=on>:
  5. permission: skript.op
  6. usage: {@p} /cutilla <on|off>
  7. permission message: {@p} I am sorry but you do not have the required permission to do this.
  8. trigger:
  9. if arg 1 is "on" or "enable":
  10. set {cutilla} to true
  11. message "{@p} Cutilla Is Now Enabled!!!!"
  12. if arg 2 is "off" or "disable":
  13. set {cutilla} to false
  14. message "{@p} Cutilla Is Now Disabled!!!
  15.  
  16. on mine of iron ore:
  17. if {cutilla} is true:
  18. drop 1 iron ore
  19. drop 1 iron ingot
  20.  
  21. on mine of coal ore:
  22. if {cutilla} is true:
  23. drop 1 coal ore
  24. drop 1 coal
  25.  
  26. on mine of gold ore:
  27. if {cutilla} is true:
  28. drop 1 gold ore
  29. drop 1 gold ingot
  30.  
  31. on death of a cow:
  32. if {cutilla} is true:
  33. drop 1 raw beef
  34. drop 1 cooked beef
  35. drop 2 leather
  36.  
  37. on death of a pig:
  38. if {cutilla} is true:
  39. drop 1 raw porkchop
  40. drop 1 cooked porkchop
  41.  
  42. on death of a chicken:
  43. if {cutilla} is true:
  44. drop 1 raw chicken
  45. drop 1 cooked chicken
  46. drop 2 feather
  47.  
  48. on death of a sheep:
  49. if {cutilla} is true:
  50. drop 1 cooked fish
  51. drop 1 wool
Advertisement
Add Comment
Please, Sign In to add comment