Siema mam skrypt na turbodrop i jak jest turbodrop to wyświetla się na actionbarze ale przez pare sekund a jak to zrobić żeby się wyswietla dopóki aż się nie skończy?
skrypt:
command /turbodrop [<text>] [<text>]:
permission: turbodrop.usage
permission message: &8» &cNie masz dostepu do tej komendy!
trigger:
if arg-1 is not set:
send "&8» &cUzycie: /turbodrop give/clear <czas - w minutach>"
stop
if arg-1 is "give":
if arg-2 is not set:
send "&8» &cPodaj czas w minutach!"
stop
set {_n} to arg-2 parsed as number
if {_n} is not number:
send "&8» &cPodana wartosc nie jest w liczbie!"
stop
set {drop::turbodrop::time} to {_n}
send "&8» &eAdministrator wlaczyl turbodrop na %{_n}% minut!" to all players
set action bar of player to "&eTurboDrop jest wlaczony!"
if arg-1 is "clear":
if {drop::turbodrop::time} is 0:
send "&8» &cAktualnie turbodrop jest wylaczony!"
stop
clear {drop::turbodrop::time}
send "&8» &eAdministrator wylaczyl turbodrop!" to all players