Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /triple <text>:
- description: TriplePackedOres enable:disable
- usage: /triple <enable:disable>
- permission: skript.op
- trigger:
- if arg 1 is "enable":
- set {TPO} to true
- broadcast "&f[&4TriplePackedOres&f] &cEnabled!"
- if arg 1 is "disable":
- set {TPO} to false
- broadcast "&f[&4TriplePackedOres&f] &cDisabled!"
- on mine of coal ore:
- if {TPO} is true:
- cancel the event
- drop 3 coal block
- drop 3 bottle o' enchanting
- set block to air
- on mine of iron ore:
- if {TPO} is true:
- cancel the event
- drop 3 iron block
- drop 3 bottle o' enchanting
- set block to air
- on mine of redstone ore:
- if {TPO} is true:
- cancel the event
- drop 3 redstone block
- drop 3 bottle o' enchanting
- set block to air
- on mine of lapis lazuli ore:
- if {TPO} is true:
- cancel the event
- drop 3 lapis lazuli block
- drop 3 bottle o' enchanting
- set block to air
- on mine of gold ore:
- if {TPO} is true:
- cancel the event
- drop 3 gold block
- drop 3 bottle o' enchanting
- set block to air
- on mine of diamond ore:
- if {TPO} is true:
- cancel the event
- drop 3 diamond block
- drop 3 bottle o' enchanting
- set block to air
- on mine of emerald ore:
- if {TPO} is true:
- cancel the event
- drop 3 emerald block
- drop 3 bottle o' enchanting
- set block to air
- on craft of enchanted golden apple:
- if {TPO} is true:
- cancel the event
- on mine of sugar cane:
- if {TPO} is true:
- cancel the event
- drop 3 bookshelf
- set block to air
- on mine of 18:
- if {TPO} is true:
- cancel the event
- drop 3 apples
- set block to air
- on mine of 18:1:
- if {TPO} is true:
- cancel the event
- drop 3 apples
- set block to air
- on mine of 18:2:
- if {TPO} is true:
- cancel the event
- drop 3 apples
- set block to air
- on mine of 18:3:
- if {TPO} is true:
- cancel the event
- drop 3 apples
- set block to air
- on mine of 161:
- if {TPO} is true:
- cancel the event
- drop 3 apples
- set block to air
- on mine of 161:1:
- if {TPO} is true:
- cancel the event
- drop 3 apples
- set block to air
- on mine of gravel:
- if {TPO} is true:
- cancel the event
- drop 16 arrow
- drop 2 flint
- drop 1 gravel
- set block to air
- on death of a cow:
- if {TPO} is true:
- clear drops
- drop 3 cooked beef at the cow
- drop 2 leather at the cow
- on death of a chicken:
- if {TPO} is true:
- clear drops
- drop 3 cooked chicken at the chicken
- drop 2 feather at the chicken
- on death of a pig:
- if {TPO} is true:
- clear drops
- drop 3 cooked pork at the pig
- on death of a skeleton:
- if {TPO} is true:
- clear drops
- drop 5 arrow at the skeleton
- on death of a creeper:
- if {TPO} is true:
- clear drops
- drop 1 tnt at the creeper
- on death of a spider:
- if {TPO} is true:
- clear drops
- drop 1 bow at the spider
Advertisement
Add Comment
Please, Sign In to add comment