variables: {tdrop::%player%} = 0 options: tag: &b[Drop] on mine of any ore: cancel event delete block send "{@tag}&7 Ten surowiec wypada tylko ze stone." on mine of stone: if {tdrop::%player%} <= 0: chance of 4.5%: give a random number between 3 and 1 of iron ingot to the player stop chance of 3.5%: give a random number between 3 and 1 of gold ingot to the player stop chance of 2.0%: give a random number between 2 and 1 of diamond to the player stop chance of 1.0%: give a random number between 1 and 1 of emerald to the player stop chance of 4.0%: give a random number between 4 and 1 of coal to the player stop chance of 2.5%: give a random number between 7 and 3 of redstone to the player stop chance of 2.5%: give a random number between 7 and 3 of lapis lazuli to the player stop chance of 5%: give a random number between 7 and 3 of obsidian to the player stop else: chance of 9.0%: give a random number between 3 and 1 of iron ingot to the player stop chance of 7.0%: give a random number between 3 and 1 of gold ingot to the player stop chance of 4.0%: give a random number between 2 and 1 of diamond to the player stop chance of 2.0%: give a random number between 1 and 1 of emerald to the player stop chance of 8.0%: give a random number between 4 and 1 of coal to the player stop chance of 5.0%: give a random number between 7 and 3 of redstone to the player stop chance of 5.0%: give a random number between 7 and 3 of lapis lazuli to the player stop chance of 10%: give a random number between 7 and 3 of obsidian to the player stop command /turbo [] []: permission: turbo.admin permission message: {@tag} &cBrak uprawnien! trigger: if arg 1 is not set: send "{@tag} &cUzycie: &7/turbo " stop if arg 2 is not set: send "{@tag} &cUzycie: &7/turbo " stop if arg 1 is "all": loop all players: set {tdrop::%loop-player%} to arg 2 broadcast "{@tag} &aTurboDrop aktywowany dla &7wszystkich graczy &ana &7%arg 2% minut" else: set {_p} to arg 1 parsed as offlineplayer set {tdrop::%{_p}%} to arg 2 send "{@tag} &aOtrzymales TurboDrop na &7%arg 2% minut" to {_p} send "{@tag} &aTurboDrop aktywowany dla &7w%arg 1% &ana &7%arg 2% minut" every 1 minute: loop {tdrop::*}: if {tdrop::%loop-index%} > 0: remove 1 from {tdrop::%loop-index%}