Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #==========================#
- #= Bombers Skript by Buck =#
- #==========================#
- options:
- P : &8[&cBombers&8]
- IS : &e/bombers <start/stop/give/toggle>
- command /bombers [<text>]:
- permission: skript.op
- aliases: /bm
- trigger:
- if arg 1 is not set:
- message "{@P} {@IS}"
- if arg 1 is "start":
- set {bombers} to true
- broadcast "{@P} &2Bombers Enabled!"
- if arg 1 is "stop":
- set {bombers} to false
- broadcast "{@P} &2Bombers Disabled!"
- if arg 1 is "give":
- give 1 flint and steel of unbreaking 1000 to all players
- broadcast "{@P} &2Flint and Steel Given!"
- if arg 1 is "toggle":
- if {bombers} is true:
- set {bombers} to false
- broadcast "{@P} &2Bombers Disabled!"
- stop
- if {bombers} is false:
- set {bombers} to true
- broadcast "{@P} &2Bombers Enabled!"
- stop
- #=================#
- #= Bombers Drops =#
- #=================#
- on death of a bat:
- if {bombers} is true:
- drop 1 TNT at bat
- on death of a pig:
- if {bombers} is true:
- drop 1 TNT at pig
- on death of a sheep:
- if {bombers} is true:
- drop 1 TNT at sheep
- on death of a cow:
- if {bombers} is true:
- drop 1 TNT at cow
- on death of a zombie:
- if {bombers} is true:
- drop 3 TNT at zombie
- on death of a spider:
- if {bombers} is true:
- drop 3 TNT at spider
- on death of a creeper:
- if {bombers} is true:
- drop 4 TNT at creeper
- on death of a skeleton:
- if {bombers} is true:
- drop 3 TNT at skeleton
- on death of a enderman:
- if {bombers} is true:
- drop 3 TNT at enderman
- on death of a chicken:
- if {bombers} is true:
- drop 1 TNT at the chicken
- on death of a horse:
- if {bombers} is true:
- drop 1 TNT at the horse
- on death of a slime:
- if {bombers} is true:
- drop 3 TNT at the slime
- on death of a ghast:
- if {bombers} is true:
- drop 3 TNT at the ghast
- on death of a silverfish:
- if {bombers} is true:
- drop 3 TNT at the silverfish
- on death of a blaze:
- if {bombers} is true:
- drop 4 TNT at the blaze
- on death of a wolf:
- if {bombers} is true:
- drop 1 TNT at the wolf
Advertisement
Add Comment
Please, Sign In to add comment