Hej jest taki skrypt na scoreboard, ale chce jego przeróbkę na sidebar.
To skrypt na scoreboard:
options:
TwojSerwer: TwojSerwer.pl
every 10 seconds:
set {_helper} to 0
set {SC::Wlasciciel} to false
loop all players:
display board named "{@TwojSerwer}" to loop-player
make score "&7Twoja Ranga: &c%group of player%" in board of loop-player to 0
make score "&7Twoj xp: &c%loop-player's level%" in board of loop-player to -1
if loop-player has permission "Wlasciciel":
set {SC::Wlasciciel} to true
if loop-player has permission "Helper":
add 1 to {_helper}
make score "&7Helperow: &c%{_helper}%" in board of loop-player to -3
if {SC::Wlasciciel} is true:
make score "&7Wlasciciel: &aOnline" in board of loop-player to -2
else:
make score "&7Wlasciciel: &cOffline" in board of loop-player to -2
Pytanie
KolorowyMleczyk 2
Hej jest taki skrypt na scoreboard, ale chce jego przeróbkę na sidebar.
To skrypt na scoreboard:
options:
TwojSerwer: TwojSerwer.pl
every 10 seconds:
set {_helper} to 0
set {SC::Wlasciciel} to false
loop all players:
display board named "{@TwojSerwer}" to loop-player
make score "&7Twoja Ranga: &c%group of player%" in board of loop-player to 0
make score "&7Twoj xp: &c%loop-player's level%" in board of loop-player to -1
if loop-player has permission "Wlasciciel":
set {SC::Wlasciciel} to true
if loop-player has permission "Helper":
add 1 to {_helper}
make score "&7Helperow: &c%{_helper}%" in board of loop-player to -3
if {SC::Wlasciciel} is true:
make score "&7Wlasciciel: &aOnline" in board of loop-player to -2
else:
make score "&7Wlasciciel: &cOffline" in board of loop-player to -2
Odnośnik do komentarza
Udostępnij na innych stronach
0 odpowiedzi na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.