# Krótkie info dot. skryptu # Wymagane pluginy do poprawnego działania skryptu: # Placeholder API # skript-placeholders command /statystyki []: usage: &cCzy chodzilo ci o /statystyki? trigger: if arg 1 is not set: send "&8⭐ &eSTATYSTYKI &8⭐" send "" send "&6⛏ &fWykopane bloki: &a%placeholder "statistic_mine_block" from player% blokow" send "&c🗡 &fZabitych mobów: &a%placeholder "statistic_mob_kills" from player% mobow" send "&6⚒ &fZcraftowanych itemów: &a%placeholder "statistic_craft_item" from player% itemow" send "&d⭐ &fOtwartych skrzyń: &a%placeholder "statistic_chest_opened" from player% skrzyn" send "&f☠ &fOtrzymane obrazenia: &a%placeholder "statistic_damage_dealt" from player% serc" send "&4⚔ &fZadane obrazenia: &a%placeholder "statistic_damage_taken" from player% serc" send "" send "&c⚔ &fZabojstwa: &a%placeholder "statistic_player_kills" from player%" send "&f☠ &fSmierci: &a%placeholder "statistic_deaths" from player%" send "" send "&8⭐ &eSTATYSTYKI &8⭐" send "" send "&7&oWyłącz podgłąd swoich stat. dla innych /togglestats" else: if {stats::%arg 1%} = true: send "&8⭐ &eSTATYSTYKI GRACZA %arg 1% &8⭐" send "" send "&6⛏ &fWykopane bloki: &a%placeholder "statistic_mine_block" from arg 1% blokow" send "&c🗡 &fZabitych mobów: &a%placeholder "statistic_mob_kills" from arg 1% mobow" send "&6⚒ &fZcraftowanych itemów: &a%placeholder "statistic_craft_item" from arg 1% itemow" send "&d⭐ &fOtwartych skrzyń: &a%placeholder "statistic_chest_opened" from arg 1% skrzyn" send "&f☠ &fOtrzymane obrazenia: &a%placeholder "statistic_damage_dealt" from arg 1% serc" send "&4⚔ &fZadane obrazenia: &a%placeholder "statistic_damage_taken" from arg 1% serc" send "" send "&c⚔ &fZabojstwa: &a%placeholder "statistic_player_kills" from arg 1%" send "&f☠ &fSmierci: &a%placeholder "statistic_deaths" from arg 1%" send "" send "&8⭐ &eSTATYSTYKI GRACZA %arg 1% &8⭐" send "" send "&7&oWyłącz podgłąd swoich stat. dla innych /togglestats" else: send "&c%arg 1% &7ma wyłączone statystyki!" command /togglestats: trigger: if {stats::%player%} = true: set {stats::%player%} to false send "&cWyłączyłeś pokazywanie statystyk" else: set {stats::%player%} to true send "&aWłączyłeś pokazywanie statystyk"