Prosze tutaj masz już dodany boss bar :) Pamiętaj musisz mieć najnowszy "WildSkript" variables: {TurboDrop} = falsecommand /haste: trigger: if player has permissions "haste.run": apply haste 2 to all players for 5 minutes display "&aWszyscy otrzymali efekt &6Haste II &ana &c5 &aminut" on bossbar with 100 percent by 30 seconds for player stop else: send "&cNie masz uprawien!" stop command /turbodrop: trigger: if player has permissions "turbodrop.run": if {TurboDrop} is false: set {TurboDrop::timer} to {@turbotime} set {TurboDrop} to true display "&bEvent &6TurboDrop&b!" on bossbar with 100 percent by 10 seconds for player while {TurboDrop::timer} is not 0: wait a minute remove 1 from {TurboDrop::timer} set {TurboDrop} to false broadcast "&bKoniec eventu &6TurboDrop&b!" display "&bKoniec eventu &6TurboDrop&b!" on bossbar with 100 percent by 10 seconds for player stop else: send "&cEvent juz trwa!" stop else: send "&cNie masz uprawien!" stopon mine of stone: if {TurboDrop} is true: chance of 3%: drop gold ore at event-block send "&7Trafiles na: &6zloto&7! (1 szt)" stop