variables: {czassekundy.%player%} = 0 {czasminuty.%player%} = 0 {czasgodziny.%player%} = 0 {czasdni.%player%} = 0 {stone::%player%} = 0 {refile::%player%} = 0 {koxy::%player%} = 0 {polozone::%player%} = 0 {perly::%player%} = 0 every 1 second: add 1 to {czassekundy.%player%} if {czassekundy.%player%} = 60: set {czassekundy.%player%} to 0 add 1 to {czasminuty.%player%} if {czasminuty.%player%} = 60: set {czasminuty.%player%} to 0 add 1 to {czasgodziny.%player%} if {czasgodziny.%player%} = 24: set {czasgodziny.%player%} to 0 add 1 to {czasdni.%player%} on break stone: add 1 to {stone::%player%} on consume golden apple: add 1 to {refile::%player%} on consume enchanted golden apple: add 1 to {koxy::%player%} on place: add 1 to {polozone::%player%} on right click with ender pearl: if player's tool is ender pearl: add 1 to {perly::%player%} command /statystyki []: aliases: staty trigger: if arg 1 is not set: close player's inventory open chest with 1 row named "&8» &6Statystyki %player%" to player wait 1 tick format slot 1 of player with 1 of golden apple named "&8» &6Zjedzone refy: %{refile::%player%}%" with lore "&8» &6Ilosc zjedzonych refili." to be unstealable format slot 2 of player with 1 of enchanted golden apple named "&8» &1Zjedzone koxy: %{koxy::%player%}%" with lore "&8» &1Ilosc zjedzonych koxow." to be unstealable format slot 3 of player with 1 of stone named "&8» &2Wykopany stone: %{stone::%player%}%" with lore "&8» &2Ilosc polozonego stone." to be unstealable format slot 4 of player with 1 of gold block named "&8» &9Spędzony czas: %{czassekundy.%player%}% Sekund, %{czasminuty.%player%}% Minut, %{czasgodziny.%player%}% Godzin, %{czasdni.%player%}% Dni." with lore "&8» &9Spędzony czas na serwerze." to be unstealable format slot 5 of player with 1 of bedrock named "&8» &4Położone bloki: %{polozone::%player%}%" with lore "&8» &4Ilość położonych bloków." to be unstealable format slot 6 of player with 1 of ender pearl named "&8» &bRzucone perły: %{perly::%player%}%" with lore "&8» &bIlość rzuconych pereł." to be unstealable if arg 1 is set: close player's inventory open chest with 1 row named "&8» &6Statystyki %arg 1%" to player wait 1 tick format slot 1 of player with 1 of golden apple named "&8» &6Zjedzone refy: %{refile::%arg 1%}%" with lore "&8» &6Ilosc zjedzonych refili." to be unstealable format slot 2 of player with 1 of enchanted golden apple named "&8» &1Zjedzone koxy: %{koxy::%arg 1%}%" with lore "&8» &1Ilosc zjedzonych koxow." to be unstealable format slot 3 of player with 1 of stone named "&8» &2Wykopany stone: %{stone::%arg 1%}%" with lore "&8» &2Ilosc polozonego stone." to be unstealable format slot 4 of player with 1 of gold block named "&8» &9Spędzony czas: %{czassekundy.%arg 1%}% Sekund, %{czasminuty.%arg 1%}% Minut, %{czasgodziny.%arg 1%}% Godzin, %{czasdni.%arg 1%}% Dni." with lore "&8» &9Spędzony czas na serwerze." to be unstealable format slot 5 of player with 1 of bedrock named "&8» &4Położone bloki: %{polozone::%arg 1%}%" with lore "&8» &4Ilość położonych bloków." to be unstealable format slot 6 of player with 1 of ender pearl named "&8» &bRzucone perły: %{perly::%arg 1%}%" with lore "&8» &bIlość rzuconych pereł." to be unstealable