Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- p: &7[&cUHCSETTINGS&8] &a
- command /cutilla <text=on>:
- permission: skript.op
- usage: {@p} /cutilla <on|off>
- permission message: {@p} I am sorry but you do not have the required permission to do this.
- trigger:
- if arg 1 is "on" or "enable":
- set {cutilla} to true
- message "{@p} Cutilla Is Now Enabled!!!!"
- if arg 2 is "off" or "disable":
- set {cutilla} to false
- message "{@p} Cutilla Is Now Disabled!!!
- on mine of iron ore:
- if {cutilla} is true:
- drop 1 iron ore
- drop 1 iron ingot
- on mine of coal ore:
- if {cutilla} is true:
- drop 1 coal ore
- drop 1 coal
- on mine of gold ore:
- if {cutilla} is true:
- drop 1 gold ore
- drop 1 gold ingot
- on death of a cow:
- if {cutilla} is true:
- drop 1 raw beef
- drop 1 cooked beef
- drop 2 leather
- on death of a pig:
- if {cutilla} is true:
- drop 1 raw porkchop
- drop 1 cooked porkchop
- on death of a chicken:
- if {cutilla} is true:
- drop 1 raw chicken
- drop 1 cooked chicken
- drop 2 feather
- on death of a sheep:
- if {cutilla} is true:
- drop 1 cooked fish
- drop 1 wool
Advertisement
Add Comment
Please, Sign In to add comment