Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Hidden Ores Scenario by Scloper
- #Skript by Tomochevski
- #Chance of Iron Ore Dropping is 3%
- #Chance of Gold Ore dropping is 1%
- #Chance of Diamond dropping is .5%
- #Feel free to make edit's
- options:
- ho: &a[Hidden Ores]
- command /hores <text>:
- description: Enable:Disable:Help Hidden Ores
- usage: /hores Enable:Disable:Help
- permission: skript.op
- trigger:
- if arg 1 is equal to "enable":
- set {hores} to true
- broadcast "{@ho} &dEnabled"
- if arg 1 is equal to "disable":
- set {hores} to true
- broadcast "{@ho} &dDisabled"
- if arg 1 is equal to "help":
- message "{@ho} &d-------------------------------------------"
- message "{@ho} &d/hores enable to enable the scenario"
- message "{@ho} &d/hores disable to disable the scenario"
- message "{@ho} &dScenario by Scloper"
- message "{@ho} &dSkript by Tomochevski"
- message "{@ho} &d-------------------------------------------"
- on mine of stone:
- {hores} is true:
- cancel the event
- set block to air
- chance of 3%
- drop 1 iron ore
- on mine of stone:
- {hores} is true:
- cancel the event
- set block to air
- chance of 1%
- drop 1 gold ore
- on mine of stone:
- {hores} is true:
- cancel the event
- set block to air
- chance of .75%
- drop 1 diamond
- on mine of stone:
- {hores} is true:
- cancel the event
- drop 1 cobblestone
Advertisement
Add Comment
Please, Sign In to add comment