every 1 minute: if "%now%" is "15.55": set {dropik} to true broadcast " Event Rozpoczety!" if "%now%" is "16.00": set {dropik} to false broadcast " Event Zakaczony!" on mine of stone: if {dropik} is true: if player has permission "dropik": chance of 100%: drop 1 diamond send "Diament!" to player chance of 100%: drop 1 emerald send "Emerald!" to player chance of 100%: drop 1 iron ingot send "Zelazo!" to player chance of 100%: drop 1 gold ingot send "Zloto!" to player chance of 100%: add 15 to player's account send "Forsaaa!" to player if {dropik} is false: if player has permission "dropik.off": chance of 0.3%: drop 1 diamond send "Diament!" to player chance of 0.3%: drop 1 emerald send "Emerald!" to player chance of 0.7%: drop 1 iron ingot send "Zelazo!" to player chance of 0.7%: drop 1 gold ingot send "Zloto!" to player chance of 1.2%: add 15 to player's account send "Forsaaa!" to player