Prosze o pomoc mam skrypt na score board na ktorym mi mega zalezy. Moglby ktos poprawic kod zeby nie mrugal? Kod ponizej.
#Ustaw sobie co chcesz
options:
name: &f &2&lSCORE&7&lBOARD &f
on join:
if {000.%player%} is not set:
set {000.%player%} to 1
set {kille::%player%} to 0
set {dedy::%player%} to 0
set {mobs::%player%} to 0
set {mstone::%player%} to 0
set {mkoxy::%player%} to 0
on death of player:
add 1 to {kille::%attacker%}
add 1 to {dedy::%victim%}
on mine stone:
add 1 to {mstone::%player%}
every 1 tick:
loop all players:
set {online} to loop-players
set {hour} to now
add 1 second to {hour}
on eat golden apple:1:
add 1 to {mkoxy::%player%}
every 15 tick:
loop all players:
execute loop-players command "score-11"
command /score-11:
trigger:
display board named "{@name}" to player
make score "&f" in board of player to -16
make score "&6 %{mkoxy::%player%}%" in board of player to -15
make score "&7Zj. koxy:" in board of player to -14
make score "&6 %{mstone::%player%}%" in board of player to -13
make score "&7Wyk. kamien:" in board of player to -12
make score "&6 %{kille::%player%}% / %{dedy::%player%}%" in board of player to -11
make score "&7Kille & Dedy:" in board of player to -10
make score "&6 %hour%:%minute%:%second%" in board of player to -9
make score "&7Godzina:" in board of player to -8
make score "&6 %number of all players%" in board of player to -7
make score "&7Online:" in board of player to -6
make score "&6 %player's ping%ms" in board of player to -5
make score "&7Ping:" in board of player to -4
make score "&6 %player%" in board of player to -3
make score "&7Nick:" in board of player to -2
make score "&f" in board of player to -1
move display of player to sidebar
Pytanie
bartekhal 0
Prosze o pomoc mam skrypt na score board na ktorym mi mega zalezy. Moglby ktos poprawic kod zeby nie mrugal? Kod ponizej.
#Ustaw sobie co chcesz options: name: &f &2&lSCORE&7&lBOARD &f on join: if {000.%player%} is not set: set {000.%player%} to 1 set {kille::%player%} to 0 set {dedy::%player%} to 0 set {mobs::%player%} to 0 set {mstone::%player%} to 0 set {mkoxy::%player%} to 0 on death of player: add 1 to {kille::%attacker%} add 1 to {dedy::%victim%} on mine stone: add 1 to {mstone::%player%} every 1 tick: loop all players: set {online} to loop-players set {hour} to now add 1 second to {hour} on eat golden apple:1: add 1 to {mkoxy::%player%} every 15 tick: loop all players: execute loop-players command "score-11" command /score-11: trigger: display board named "{@name}" to player make score "&f" in board of player to -16 make score "&6 %{mkoxy::%player%}%" in board of player to -15 make score "&7Zj. koxy:" in board of player to -14 make score "&6 %{mstone::%player%}%" in board of player to -13 make score "&7Wyk. kamien:" in board of player to -12 make score "&6 %{kille::%player%}% / %{dedy::%player%}%" in board of player to -11 make score "&7Kille & Dedy:" in board of player to -10 make score "&6 %hour%:%minute%:%second%" in board of player to -9 make score "&7Godzina:" in board of player to -8 make score "&6 %number of all players%" in board of player to -7 make score "&7Online:" in board of player to -6 make score "&6 %player's ping%ms" in board of player to -5 make score "&7Ping:" in board of player to -4 make score "&6 %player%" in board of player to -3 make score "&7Nick:" in board of player to -2 make score "&f" in board of player to -1 move display of player to sidebarOdnośnik do komentarza
https://skript.pl/temat/17906-prosze-o-pomoc/Udostępnij na innych stronach
2 odpowiedzi na to pytanie
Rekomendowane odpowiedzi