bokscraftpl 0 Opublikowano 7 kwietnia 2023 Udostępnij Opublikowano 7 kwietnia 2023 chciałbym żeby było od góry : 1. kili 2. Spędzonego czasu 3. zgonów 4.zjedzonych kox 5.zjedzonych refów Cytuj Odnośnik do komentarza https://skript.pl/temat/54748-witam-poszukuje-skryptu-na-topki-w-gui/ Udostępnij na innych stronach Więcej opcji udostępniania...
0 Fendi 190 Opublikowano 7 kwietnia 2023 Udostępnij Opublikowano 7 kwietnia 2023 (edytowane) variables: {kille::%player%} = 0 {smierci::%player%} = 0 {czasgry::%player%} = 0 {koxy::%player%} = 0 {refy::%player%} = 0 command /topki: trigger: open chest with 3 rows named "&6Topki" to player set slot (integers between 0 and 27) of player's current inventory to black stained glass named "&8Puste pole" set slot 11 of player's current inventory to diamond sword named "&3Twoje kille" with lore "%{kille::%player%}%" set slot 12 of player's current inventory to player head named "&7Twoje zgony" with lore "%{smierci::%player%}%" set slot 13 of player's current inventory to clock named "&4Czas gry" with lore "%{czasgry::%player%}% sekund" set slot 14 of player's current inventory to enchanted golden apple named "&6Zjedzone koxy" with lore "%{koxy::%player%}%" set slot 15 of player's current inventory to golden apple named "&eZjedzone refy" with lore "%{refy::%player%}%" on death: if victim is player: if attacker is player: add 1 to {kille::%attacker%} add 1 to {smierci::%victim%} every 1 seconds: loop all players: add 1 to {czasgry::%loop-player%} on consume: if event-item is enchanted golden apple: add 1 to {koxy::%player%} if event-item is golden apple: add 1 to {refy::%player%} Edytowane 7 kwietnia 2023 przez Fendi Cytuj Odnośnik do komentarza https://skript.pl/temat/54748-witam-poszukuje-skryptu-na-topki-w-gui/#findComment-331533 Udostępnij na innych stronach Więcej opcji udostępniania...
0 pruslay 14 Opublikowano 7 kwietnia 2023 Udostępnij Opublikowano 7 kwietnia 2023 5 godzin temu, Fendi napisał: variables: {kille::%player%} = 0 {smierci::%player%} = 0 {czasgry::%player%} = 0 {koxy::%player%} = 0 {refy::%player%} = 0 command /topki: trigger: open chest with 3 rows named "&6Topki" to player set slot (integers between 0 and 27) of player's current inventory to black stained glass named "&8Puste pole" set slot 11 of player's current inventory to diamond sword named "&3Twoje kille" with lore "%{kille::%player%}%" set slot 12 of player's current inventory to player head named "&7Twoje zgony" with lore "%{smierci::%player%}%" set slot 13 of player's current inventory to clock named "&4Czas gry" with lore "%{czasgry::%player%}% sekund" set slot 14 of player's current inventory to enchanted golden apple named "&6Zjedzone koxy" with lore "%{koxy::%player%}%" set slot 15 of player's current inventory to golden apple named "&eZjedzone refy" with lore "%{refy::%player%}%" on death: if victim is player: if attacker is player: add 1 to {kille::%attacker%} add 1 to {smierci::%victim%} every 1 seconds: loop all players: add 1 to {czasgry::%loop-player%} on consume: if event-item is enchanted golden apple: add 1 to {koxy::%player%} if event-item is golden apple: add 1 to {refy::%player%} Chyba zadającemu pytanie chodziło o topki, a nie o statystyki. Cytuj Odnośnik do komentarza https://skript.pl/temat/54748-witam-poszukuje-skryptu-na-topki-w-gui/#findComment-331554 Udostępnij na innych stronach Więcej opcji udostępniania...
Pytanie
bokscraftpl 0
chciałbym żeby było od góry :
1. kili
2. Spędzonego czasu
3. zgonów
4.zjedzonych kox
5.zjedzonych refów
Odnośnik do komentarza
https://skript.pl/temat/54748-witam-poszukuje-skryptu-na-topki-w-gui/Udostępnij na innych stronach
2 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ą.