Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- P: &0[&3Bare&2Bones&0]&b
- command /BareBones [<text>]:
- permission: skript.op
- usage: /DeathOres <enable:disable:drops>
- trigger:
- if arg-1 is "on" or "enable":
- set {bb} to true
- send "{@P} BareBones &8Enabled&7!"
- if arg-1 is "off" or "disable":
- set {bb} to false
- send "{@P} BareBones &8Disabled&7!"
- on mine of iron ore:
- {bb} is true
- cancel event
- set the event-block to air
- drop 1 iron ingot at the event-block
- on mine of gold ore:
- {bb} is true
- cancel event
- set the event-block to air
- drop 1 iron ingot at the event-block
- on mine of diamond ore:
- {bb} is true
- cancel event
- set the event-block to air
- drop 1 iron ingot at the event-block
- on death of player:
- if {bb} is true:
- victim is player
- drop 1 diamond at victim
- drop 1 golden apple at victim
- drop 32 arrows at victim
- drop 2 string at victim
- on death of pig:
- {bb} is true
- clear drops
- drop 3 cooked porkchop at player
- on death of cow:
- {bb} is true
- clear drops
- drop 3 steak at player
- drop 2 leather at player
- on death of chicken:
- {bb} is true
- drop 3 cooked chicken at player
- drop 2 feathers at player
Advertisement
Add Comment
Please, Sign In to add comment