Hej, umiałby ktos to poprawic? w sensie, chcialbym aby mozna bylo zobaczyc tez statystyki danego gracza, a nie tylko swoje
variables:{smierci::%player%}=0{zabojstwa::%player%}=0{refy::%player%}=0{koxy::%player%}=0{cobblestone::%player%}=0
on death:if attacker is player:if victim is player:
add 1 to {smierci.%player%}
on death:if victim is player:
loop all players:if attacker is loop-player:
add 1 to {zabojstwa::%loop-player%}
on consume of golden apple:if event-item isn't enchanted golden apple:
add 1 to {refy::%player%}
on consume of enchanted golden apple:
add 1 to {koxy::%player%}
on place of cobblestone:
add 1 to {cobblestone::%player%}
command /statystyki:
aliases:/staty,/profil
trigger:
open chest with 1 rows named "&c&lStatystyki" to player
wait 2 tick
format slot 0 of player with 1 of 160:14 named "&c▶▶▶" to close
format slot 8 of player with 1 of 160:14 named "&c◀◀◀" to close
format slot 2 of player with 1 of iron sword named "&8▶ &7Zabici gracze&8: &6%{zabojstwa::%player%}%" to close
format slot 3 of player with 1 of enchanted golden apple named "&8▶ &7Zjedzone koxy&8: &6%{koxy::%player%}%" to close
format slot 4 of player with 1 of 4 named "&8▶ &7Polozony cobblestone&8: &6%{cobblestone::%player%}%" to close
format slot 5 of player with 1322 named "&8▶ &7Zjedzone refile&8: &6%{refy::%player%}%" to close
format slot 6 of player with 1 of wooden sword named "&8▶ &7Twoje smierci&8: &6%{smierci::%player%}%" to close
Pytanie
Rus3kk 1
Hej, umiałby ktos to poprawic? w sensie, chcialbym aby mozna bylo zobaczyc tez statystyki danego gracza, a nie tylko swoje
Wstawiam kod w code.
Notatka dodana przez Glicz
Odnośnik do komentarza
https://skript.pl/temat/49466-statystyki-w-gui/Udostępnij na innych stronach
1 odpowiedź na to pytanie
Rekomendowane odpowiedzi