Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- p:&7[&4PotionOres&7] &a
- command /potionores <text=on>:
- permission: skript.op
- usage: {@p} /potionores <on|off>
- permission message: {@p} no.
- trigger:
- if arg 1 is "on" or "enable":
- set {potionores} to true
- message "{@p} PotionOres Has Been Enabled.
- if arg 2 is "off" or "disable":
- set {potionores} to false
- message "{@p} PotionOres Has Been Disabled.
- on mine of diamond ore:
- if {potionores} is true:
- apply potion of strength 2 to the player for 10 seconds
- on mine of iron ore:
- if {potionores} is true:
- apply potion of haste 2 to the player for 5 seconds
- on mine of coal ore:
- if {potionores} is true:
- apply potion of haste 1 to the player for 5 seconds
- on mine of gold ore:
- if {potionores} is true:
- apply potion of speed 2 to the player for 10 seconds
- on mine of redstone ore:
- if {potionores} is true:
- apply potion of fire resistance 1 to the player for 10 seconds
- on mine of emerald ore:
- if {potionores} is true:
- apply potion of regeneration 1 to the player for 10 seconds
- on mine of emerald ore:
- if {potionores} is true:
- apply potion of resistance 3 to the player for 10 seconds
Advertisement
Add Comment
Please, Sign In to add comment