Pinczus 0 Opublikowano 9 września 2023 Udostępnij Opublikowano 9 września 2023 prosze o pomoc Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/ Udostępnij na innych stronach Więcej opcji udostępniania...
0 Fendi 190 Opublikowano 9 września 2023 Udostępnij Opublikowano 9 września 2023 39 minut temu, Pinczus napisał: prosze o pomoc pokaz kod jaki uzywasz Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337228 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Pinczus 0 Opublikowano 11 września 2023 Autor Udostępnij Opublikowano 11 września 2023 W dniu 9.09.2023 o 18:25, Fendi napisał: pokaz kod jaki uzywasz command /sektory [<text>]: trigger: open chest with 1 rows named "&6Sektory" to player set {_s} to 3 loop ("A", "B", "C"): if {sektor::%player%} is loop-value: set player's current inventory's slot {_s} to light green wool named "&6%loop-value%" with lore "&7Znajdujesz sie na tym sektorze" else: set player's current inventory's slot {_s} to red wool named "&6%loop-value%" with lore "&7Kliknij aby przeniesc sie na ten sektor" add 1 to {_s} on inventory click: if inventory name of current inventory of player is "&6Sektory": cancel event if clicked slot is 3: execute console command "Sektor A %player%" set {sektor::%player%} to "A" if clicked slot is 4: execute console command "Sektor B %player%" set {sektor::%player%} to "B" if clicked slot is 5: execute console command "Sektor C %player%" set {sektor::%player%} to "C" makstale 1 Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337279 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Fendi 190 Opublikowano 11 września 2023 Udostępnij Opublikowano 11 września 2023 48 minut temu, Pinczus napisał: command /sektory [<text>]: trigger: open chest with 1 rows named "&6Sektory" to player set {_s} to 3 loop ("A", "B", "C"): if {sektor::%player%} is loop-value: set player's current inventory's slot {_s} to light green wool named "&6%loop-value%" with lore "&7Znajdujesz sie na tym sektorze" else: set player's current inventory's slot {_s} to red wool named "&6%loop-value%" with lore "&7Kliknij aby przeniesc sie na ten sektor" add 1 to {_s} on inventory click: if inventory name of current inventory of player is "&6Sektory": cancel event if clicked slot is 3: execute console command "Sektor A %player%" set {sektor::%player%} to "A" if clicked slot is 4: execute console command "Sektor B %player%" set {sektor::%player%} to "B" if clicked slot is 5: execute console command "Sektor C %player%" set {sektor::%player%} to "C" na litosc boska wklej to normalnie Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337280 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Pinczus 0 Opublikowano 11 września 2023 Autor Udostępnij Opublikowano 11 września 2023 Godzinę temu, Fendi napisał: na litosc boska wklej to normalnie command /sektory [<text>]: trigger: open chest with 1 rows named "&6Sektory" to player set {_s} to 3 loop ("A", "B", "C"): if {sektor::%player%} is loop-value: set player's current inventory's slot {_s} to light green wool named "&6%loop-value%" with lore "&7Znajdujesz sie na tym sektorze" else: set player's current inventory's slot {_s} to red wool named "&6%loop-value%" with lore "&7Kliknij aby przeniesc sie na ten sektor" add 1 to {_s} on inventory click: if inventory name of current inventory of player is "&6Sektory": cancel event if clicked slot is 3: execute console command "Sektor A %player%" set {sektor::%player%} to "A" if clicked slot is 4: execute console command "Sektor B %player%" set {sektor::%player%} to "B" if clicked slot is 5: execute console command "Sektor C %player%" set {sektor::%player%} to "C" dobrze jest? Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337281 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Fendi 190 Opublikowano 11 września 2023 Udostępnij Opublikowano 11 września 2023 command /sektory [<text>]: trigger: set {_} to chest inventory with 1 rows named "&6Sektory" set {_s} to 3 loop ("A", "B", "C"): if {sektor::%player%} is loop-value: set slot {_s} of {_} to light green wool named "&6%loop-value%" with lore "&7Znajdujesz sie na tym sektorze" else: set slot {_s} of {_} to red wool named "&6%loop-value%" with lore "&7Kliknij aby przeniesc sie na ten sektor" add 1 to {_s} open {_} to player on inventory click: event-inventory is not player's inventory if inventory name of event-inventory is "&6Sektory": cancel event if clicked slot is 3: execute console command "Sektor A %player%" set {sektor::%player%} to "A" if clicked slot is 4: execute console command "Sektor B %player%" set {sektor::%player%} to "B" if clicked slot is 5: execute console command "Sektor C %player%" set {sektor::%player%} to "C" to mi bledu nie wywala Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337282 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Pinczus 0 Opublikowano 11 września 2023 Autor Udostępnij Opublikowano 11 września 2023 Godzinę temu, Fendi napisał: command /sektory [<text>]: trigger: set {_} to chest inventory with 1 rows named "&6Sektory" set {_s} to 3 loop ("A", "B", "C"): if {sektor::%player%} is loop-value: set slot {_s} of {_} to light green wool named "&6%loop-value%" with lore "&7Znajdujesz sie na tym sektorze" else: set slot {_s} of {_} to red wool named "&6%loop-value%" with lore "&7Kliknij aby przeniesc sie na ten sektor" add 1 to {_s} open {_} to player on inventory click: event-inventory is not player's inventory if inventory name of event-inventory is "&6Sektory": cancel event if clicked slot is 3: execute console command "Sektor A %player%" set {sektor::%player%} to "A" if clicked slot is 4: execute console command "Sektor B %player%" set {sektor::%player%} to "B" if clicked slot is 5: execute console command "Sektor C %player%" set {sektor::%player%} to "C" to mi bledu nie wywala W sensie chciałbym dodać do itemku placeholder, online players który wywala bledy Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337283 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Fendi 190 Opublikowano 11 września 2023 Udostępnij Opublikowano 11 września 2023 17 minut temu, Pinczus napisał: W sensie chciałbym dodać do itemku placeholder, online players który wywala bledy to pokaz ten placeholder, do niego również musisz miec skript-placholders jak i papi Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337284 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Pinczus 0 Opublikowano 12 września 2023 Autor Udostępnij Opublikowano 12 września 2023 9 godzin temu, Fendi napisał: to pokaz ten placeholder, do niego również musisz miec skript-placholders jak i papi %online_players% Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337286 Udostępnij na innych stronach Więcej opcji udostępniania...
0 CoFFeIN04 696 Opublikowano 12 września 2023 Udostępnij Opublikowano 12 września 2023 6 godzin temu, Pinczus napisał: %online_players% w skrypcie można to normalnie pobrać number of all players Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337289 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Pinczus 0 Opublikowano 12 września 2023 Autor Udostępnij Opublikowano 12 września 2023 21 minut temu, CoFFeIN04 napisał: w skrypcie można to normalnie pobrać number of all players command /sektory [<text>]: trigger: set {_} to chest inventory with 1 rows named "&6Sektory" set {_s} to 3 loop ("A", "B", "C"): if {sektor::%player%} is loop-value: set slot {_s} of {_} to light green wool named "&6%loop-value%" with lore "&7Znajdujesz sie na tym sektorze" else: set slot {_s} of {_} to red wool named "&6%loop-value%" with lore "&7Kliknij aby przeniesc sie na ten sektor" and &e%online_players%" add 1 to {_s} open {_} to player on inventory click: event-inventory is not player's inventory if inventory name of event-inventory is "&6Sektory": cancel event if clicked slot is 3: execute console command "Sektor A %player%" set {sektor::%player%} to "A" if clicked slot is 4: execute console command "Sektor B %player%" set {sektor::%player%} to "B" if clicked slot is 5: execute console command "Sektor C %player%" set {sektor::%player%} to "C" ja chce dodac do itemku to co jest podkreslone na niebiesko a nie zrobic swoj placeholder Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337290 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Fendi 190 Opublikowano 12 września 2023 Udostępnij Opublikowano 12 września 2023 20 minut temu, Pinczus napisał: command /sektory [<text>]: trigger: set {_} to chest inventory with 1 rows named "&6Sektory" set {_s} to 3 loop ("A", "B", "C"): if {sektor::%player%} is loop-value: set slot {_s} of {_} to light green wool named "&6%loop-value%" with lore "&7Znajdujesz sie na tym sektorze" else: set slot {_s} of {_} to red wool named "&6%loop-value%" with lore "&7Kliknij aby przeniesc sie na ten sektor" and &e%online_players%" add 1 to {_s} open {_} to player on inventory click: event-inventory is not player's inventory if inventory name of event-inventory is "&6Sektory": cancel event if clicked slot is 3: execute console command "Sektor A %player%" set {sektor::%player%} to "A" if clicked slot is 4: execute console command "Sektor B %player%" set {sektor::%player%} to "B" if clicked slot is 5: execute console command "Sektor C %player%" set {sektor::%player%} to "C" ja chce dodac do itemku to co jest podkreslone na niebiesko a nie zrobic swoj placeholder command /sektory [<text>]: trigger: set {_} to chest inventory with 1 rows named "&6Sektory" set {_s} to 3 loop ("A", "B", "C"): if {sektor::%player%} is loop-value: set slot {_s} of {_} to light green wool named "&6%loop-value%" with lore "&7Znajdujesz sie na tym sektorze" else: set slot {_s} of {_} to red wool named "&6%loop-value%" with lore "&7Kliknij aby przeniesc sie na ten sektor" and "&a Gracze: %number of all players%" add 1 to {_s} open {_} to player on inventory click: event-inventory is not player's inventory if inventory name of event-inventory is "&6Sektory": cancel event if clicked slot is 3: execute console command "Sektor A %player%" set {sektor::%player%} to "A" if clicked slot is 4: execute console command "Sektor B %player%" set {sektor::%player%} to "B" if clicked slot is 5: execute console command "Sektor C %player%" set {sektor::%player%} to "C" Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337291 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Pinczus 0 Opublikowano 12 września 2023 Autor Udostępnij Opublikowano 12 września 2023 24 minuty temu, Fendi napisał: command /sektory [<text>]: trigger: set {_} to chest inventory with 1 rows named "&6Sektory" set {_s} to 3 loop ("A", "B", "C"): if {sektor::%player%} is loop-value: set slot {_s} of {_} to light green wool named "&6%loop-value%" with lore "&7Znajdujesz sie na tym sektorze" else: set slot {_s} of {_} to red wool named "&6%loop-value%" with lore "&7Kliknij aby przeniesc sie na ten sektor" and "&a Gracze: %number of all players%" add 1 to {_s} open {_} to player on inventory click: event-inventory is not player's inventory if inventory name of event-inventory is "&6Sektory": cancel event if clicked slot is 3: execute console command "Sektor A %player%" set {sektor::%player%} to "A" if clicked slot is 4: execute console command "Sektor B %player%" set {sektor::%player%} to "B" if clicked slot is 5: execute console command "Sektor C %player%" set {sektor::%player%} to "C" dobra dzieki, a jak bym chcial %world_players_<world>% to co zrobic? Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337293 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Fendi 190 Opublikowano 12 września 2023 Udostępnij Opublikowano 12 września 2023 33 minuty temu, Pinczus napisał: dobra dzieki, a jak bym chcial %world_players_<world>% to co zrobic? command /sektory [<text>]: trigger: set {_} to chest inventory with 1 rows named "&6Sektory" set {_s} to 3 loop ("A", "B", "C"): if {sektor::%player%} is loop-value: set slot {_s} of {_} to light green wool named "&6%loop-value%" with lore "&7Znajdujesz sie na tym sektorze" else: set slot {_s} of {_} to red wool named "&6%loop-value%" with lore "&7Kliknij aby przeniesc sie na ten sektor" and "&a Gracze: %world_players_<world>%" add 1 to {_s} open {_} to player on inventory click: event-inventory is not player's inventory if inventory name of event-inventory is "&6Sektory": cancel event if clicked slot is 3: execute console command "Sektor A %player%" set {sektor::%player%} to "A" if clicked slot is 4: execute console command "Sektor B %player%" set {sektor::%player%} to "B" if clicked slot is 5: execute console command "Sektor C %player%" set {sektor::%player%} to "C" potrzebujesz do tego papi i skript-placeholders Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337294 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Pinczus 0 Opublikowano 12 września 2023 Autor Udostępnij Opublikowano 12 września 2023 40 minut temu, Fendi napisał: command /sektory [<text>]: trigger: set {_} to chest inventory with 1 rows named "&6Sektory" set {_s} to 3 loop ("A", "B", "C"): if {sektor::%player%} is loop-value: set slot {_s} of {_} to light green wool named "&6%loop-value%" with lore "&7Znajdujesz sie na tym sektorze" else: set slot {_s} of {_} to red wool named "&6%loop-value%" with lore "&7Kliknij aby przeniesc sie na ten sektor" and "&a Gracze: %world_players_<world>%" add 1 to {_s} open {_} to player on inventory click: event-inventory is not player's inventory if inventory name of event-inventory is "&6Sektory": cancel event if clicked slot is 3: execute console command "Sektor A %player%" set {sektor::%player%} to "A" if clicked slot is 4: execute console command "Sektor B %player%" set {sektor::%player%} to "B" if clicked slot is 5: execute console command "Sektor C %player%" set {sektor::%player%} to "C" potrzebujesz do tego papi i skript-placeholders https://imgur.com/a/G4itqnT Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337296 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Fendi 190 Opublikowano 12 września 2023 Udostępnij Opublikowano 12 września 2023 3 minuty temu, Pinczus napisał: https://imgur.com/a/G4itqnT bo pewnie nie masz jednego z pluginu/dodatku ktory napisalem wyżej, w papi musisz miec rowniez doinstalowany dodatek z pluginu jaki oferuje ten placeholder Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337297 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Pinczus 0 Opublikowano 12 września 2023 Autor Udostępnij Opublikowano 12 września 2023 na tabie ten placeholder dziala Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337298 Udostępnij na innych stronach Więcej opcji udostępniania...
0 CoFFeIN04 696 Opublikowano 13 września 2023 Udostępnij Opublikowano 13 września 2023 mozesz dac amount of all players in world "world" Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337322 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Pinczus 0 Opublikowano 13 września 2023 Autor Udostępnij Opublikowano 13 września 2023 8 godzin temu, CoFFeIN04 napisał: mozesz dac amount of all players in world "world" A umiesz dodać cooldown do tej komendy? Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337331 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Fendi 190 Opublikowano 13 września 2023 Udostępnij Opublikowano 13 września 2023 to dopisz cooldown: 10 seconds przed triggerem Cytuj Odnośnik do komentarza https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/#findComment-337335 Udostępnij na innych stronach Więcej opcji udostępniania...
Pytanie
Pinczus 0
prosze o pomoc
Odnośnik do komentarza
https://skript.pl/temat/56174-wie-ktos-jak-dodac-placeholder-na-itemie-w-gui-bo-jak-proboje-na-nazwie-itemku-to-wywala-bledy/Udostępnij na innych stronach
19 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ą.