Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /bats [<text>]:
- permission: skript.op
- trigger:
- if arg 1 is equal to "on":
- set {bats} to true
- broadcast "&2Bats enabled"
- if arg 1 is equal to "off":
- set {bats} to false
- broadcast "&4Bats disabled"
- on death of bat:
- {bats} is true
- attacker is a player
- drop 1 golden apple at location of victim
- chance of 5%:
- kill the attacker
- broadcast "&4%attacker% was consumed by the bats"
Advertisement
Add Comment
Please, Sign In to add comment