-
Ilość zawartości
543 -
Rejestracja
-
Ostatnia wizyta
Treść opublikowana przez jndooo
-
Czemu gdy mam linka w say "LINK" to na czacie kliknac go nie moge
-
Witam czy ktoś napisał by mi skrypt na auto yt polegało by to dawało range gdy ktos wpisze /yt dodaj link lub id filmu i tylko sprawdza tytuł i ilość subów + dodaje do yml go z likiem do filmu
-
#Autor skryptu to Nioo.# #Zezwalam na edytowanie skryptu.# #Nie zezwalam na usuwania informacji o autorze, wstawianie swojej wersji.# on script load: if file "/plugins/niReklama/config.yml" doesn't exists: set yaml value "wyswietlenia" from file "niReklama/config.yml" to "30" set yaml value "polubienia" from file "niReklama/config.yml" to "5" set yaml value "czas" from file "niReklama/config.yml" to "2:54" set yaml value "ip" from file "niReklama/config.yml" to "fCraft.pl" set yaml value "komenda" from file "niReklama/config.yml" to "/say {player}" set yaml value "link" from file "niReklama/config.yml" to "http://tailer.pl" set yaml value "brak_uprawnien" from file "niReklama/messages.yml" to "&6» &7Nie masz uprawnien do tej komendy." set yaml value "trwa_laczenie" from file "niReklama/messages.yml" to "&6» &7Trwa laczenie..." set yaml value "za_malo_wyswietlen" from file "niReklama/messages.yml" to "&6» &7Minimalna ilosc wyswietlen to {wyswietlenia}." set yaml value "za_malo_polubien" from file "niReklama/messages.yml" to "&6» &7Minimalna ilosc polubien to {polubienia}." set yaml value "brak_ip_w_opisie" from file "niReklama/messages.yml" to "&6» &7Brakuje w opisie ""&6{ip}&7""." set yaml value "za_malo_czasu" from file "niReklama/messages.yml" to "&6» &7Musisz wstawic nasz tailer z {link}." set yaml value "to_juz_jest" from file "niReklama/messages.yml" to "&6» &7Reklama zostala juz zuzyta." set yaml value "sukces" from file "niReklama/messages.yml" to "&6» &aDziekujemy za reklame. Otrzymales nagrode." set yaml value "brak_arg" from file "niReklama/messages.yml" to "&6» &7Poprawne uzycie: &6/reklama sprawdz <id filmu>" set yaml value "potrzeba_id" from file "niReklama/messages.yml" to "&6» &7Musisz wpisac id filmu, nie jego link." send "Stworzono pliki konfiguracyjne niReklama." to console if file "/plugins/niReklama/lista.log" doesn't exists: create file "/plugins/niReklama/lista.log" set {niReklama::wyswietlenia} to yaml value "wyswietlenia" from file "niReklama/config.yml" set {niReklama::wyswietlenia} to {niReklama::wyswietlenia} parsed as integer set {niReklama::brak_arg} to yaml value "brak_arg" from file "niReklama/messages.yml" set {niReklama::polubienia} to yaml value "polubienia" from file "niReklama/config.yml" set {niReklama::polubienia} to {niReklama::polubienia} parsed as integer set {niReklama::czas} to yaml value "czas" from file "niReklama/config.yml" set {niReklama::czas} to {niReklama::czas} parsed as integer set {niReklama::ip} to yaml value "ip" from file "niReklama/config.yml" set {niReklama::komenda} to yaml value "komenda" from file "niReklama/config.yml" set {niReklama::link} to yaml value "link" from file "niReklama/config.yml" set {niReklama::brak_uprawnien} to yaml value "brak_uprawnien" from file "niReklama/messages.yml" set {niReklama::trwa_laczenie} to yaml value "trwa_laczenie" from file "niReklama/messages.yml" set {niReklama::za_malo_wyswietlen} to yaml value "za_malo_wyswietlen" from file "niReklama/messages.yml" set {niReklama::za_malo_polubien} to yaml value "za_malo_polubien" from file "niReklama/messages.yml" set {niReklama::brak_ip_w_opisie} to yaml value "brak_ip_w_opisie" from file "niReklama/messages.yml" set {niReklama::za_malo_czasu} to yaml value "za_malo_czasu" from file "niReklama/messages.yml" set {niReklama::to_juz_jest} to yaml value "to_juz_jest" from file "niReklama/messages.yml" set {niReklama::potrzeba_id} to yaml value "potrzeba_id" from file "niReklama/messages.yml" set {niReklama::sukces} to yaml value "sukces" from file "niReklama/messages.yml" send "Zaladowano pliki konfiguracyjne niReklama." to console command /reklama [<text>] [<text>]: trigger: if player has permissions "niReklama.sprawdz": if arg 1 is "sprawdz": if arg 2 is set: if arg 2 contains "http": send "%{niReklama::potrzeba_id}%" else: send "%{niReklama::trwa_laczenie}%" set {_niReklama::wyswietlenia} to text from "http://strona.my-skyblock.pl/views.php?link=%arg 2%" set {_niReklama::wyswietlenia} to {_niReklama::wyswietlenia} parsed as integer if {_niReklama::wyswietlenia} >= {niReklama::wyswietlenia}: set {_niReklama::polubienia} to text from "http://strona.my-skyblock.pl/likes.php?link=https://www.youtube.com/watch?v=%arg 2%" set {_niReklama::polubienia} to {_niReklama::polubienia} parsed as integer if {_niReklama::polubienia} >= {niReklama::polubienia}: set {_niReklama::czas} to text from "http://strona.my-skyblock.pl/dur.php?link=https://www.youtube.com/watch?v=%arg 2%" set {_niReklama::czas} to {_niReklama::czas} parsed as integer if {_niReklama::czas} = {niReklama::czas}: set {_niReklama::ip} to text from "http://strona.my-skyblock.pl/desc.php?link=https://www.youtube.com/watch?v=%arg 2%" if {_niReklama::ip} contains {niReklama::ip}: set {_niReklama::reklamy} to content of file "plugins/Skript/scripts/niReklama/lista.log" if {_niReklama::reklamy} contains arg 2: send "%{niReklama::to_juz_jest}%" else: replace "{player}" in {niReklama::komenda} with "%player%" execute console command {niReklama::komenda} send "%{niReklama::sukces}%" wf "%player%: https://www.youtube.com/watch?v=%arg 2% | %day%.%month%.%year% %hour%:%minute%" to "niReklama/lista.log" else: replace "{ip}" in {niReklama::brak_ip_w_opisie} with "%{niReklama::ip}%" send "%{niReklama::brak_ip_w_opisie}%" else: replace "{link}" in {niReklama::za_malo_czasu} with "%{niReklama::link}%" send "%{niReklama::za_malo_czasu}%" else: replace "{polubienia}" in {niReklama::za_malo_polubien} with "%{niReklama::polubienia}%" send "%{niReklama::za_malo_polubien}%" else: replace "{wyswietlenia}" in {niReklama::za_malo_wyswietlen} with "%{niReklama::wyswietlenia}%" send "%{niReklama::za_malo_wyswietlen}%" else: send "%{niReklama::brak_arg}%" else: send "%{niReklama::brak_arg}%" else: send "%{niReklama::brak_uprawnien}%"
-
mam takie problemy ktos cos? [22:37:14 ERROR]: can't understand this condition: 'file "/plugins/niReklama/config.yml" doesn't exists' (yt.sk, line 5: if file "/plugins/niReklama/config.yml" doesn't exists:') [22:37:14 ERROR]: can't understand this condition: 'file "/plugins/niReklama/lista.log" doesn't exists' (yt.sk, line 23: if file "/plugins/niReklama/lista.log" doesn't exists:') [22:37:14 ERROR]: Can't understand this expression: 'content of file "plugins/Skript/scripts/niReklama/lista.log"' (yt.sk, line 65: set {_niReklama::reklamy} to content of file "plugins/Skript/scripts/niReklama/lista.log"') [22:37:14 ERROR]: Can't understand this condition/effect: wf "%player%: https://www.youtube.com/watch?v=%arg 2% | %day%.%month%.%year% %hour%:%minute%" to "niReklama/lista.log" (yt.sk, line 72: wf "%player%: https://www.youtube.com/watch?v=%arg 2% | %day%.%month%.%year% %hour%:%minute%" to "niReklama/lista.log"')
-
Witam mam takie cos i co jakis czas jest +1 to by zrobić by pokazywała się wartosć tego np. 10 to jak? zmienna {wyspa::powiekszenie::%player%}
-
Zrobiłem to tak on script load: if file "/plugins/niReklama/config.yml" doesn't exists: set yaml value "wyswietlenia" from file "niReklama/config.yml" to "30" set yaml value "polubienia" from file "niReklama/config.yml" to "5" set yaml value "czas" from file "niReklama/config.yml" to "2:54" set yaml value "ip" from file "niReklama/config.yml" to "fCraft.pl" set yaml value "komenda" from file "niReklama/config.yml" to "/say {player}" set yaml value "link" from file "niReklama/config.yml" to "http://tailer.pl" set yaml value "brak_uprawnien" from file "niReklama/messages.yml" to "&6» &7Nie masz uprawnien do tej komendy." set yaml value "trwa_laczenie" from file "niReklama/messages.yml" to "&6» &7Trwa laczenie..." set yaml value "za_malo_wyswietlen" from file "niReklama/messages.yml" to "&6» &7Minimalna ilosc wyswietlen to {wyswietlenia}." set yaml value "za_malo_polubien" from file "niReklama/messages.yml" to "&6» &7Minimalna ilosc polubien to {polubienia}." set yaml value "brak_ip_w_opisie" from file "niReklama/messages.yml" to "&6» &7Brakuje w opisie ""&6{ip}&7""." set yaml value "za_malo_czasu" from file "niReklama/messages.yml" to "&6» &7Musisz wstawic nasz tailer z {link}." set yaml value "to_juz_jest" from file "niReklama/messages.yml" to "&6» &7Reklama zostala juz zuzyta." set yaml value "sukces" from file "niReklama/messages.yml" to "&6» &aDziekujemy za reklame. Otrzymales nagrode." set yaml value "brak_arg" from file "niReklama/messages.yml" to "&6» &7Poprawne uzycie: &6/reklama sprawdz <id filmu>" set yaml value "potrzeba_id" from file "niReklama/messages.yml" to "&6» &7Musisz wpisac id filmu, nie jego link." send "Stworzono pliki konfiguracyjne niReklama." to console if file "/plugins/niReklama/lista.log" doesn't exists: create file "/plugins/niReklama/lista.log" set {niReklama::wyswietlenia} to yaml value "wyswietlenia" from file "niReklama/config.yml" set {niReklama::wyswietlenia} to {niReklama::wyswietlenia} parsed as integer set {niReklama::brak_arg} to yaml value "brak_arg" from file "niReklama/messages.yml" set {niReklama::polubienia} to yaml value "polubienia" from file "niReklama/config.yml" set {niReklama::polubienia} to {niReklama::polubienia} parsed as integer set {niReklama::czas} to yaml value "czas" from file "niReklama/config.yml" set {niReklama::czas} to {niReklama::czas} parsed as integer set {niReklama::ip} to yaml value "ip" from file "niReklama/config.yml" set {niReklama::komenda} to yaml value "komenda" from file "niReklama/config.yml" set {niReklama::link} to yaml value "link" from file "niReklama/config.yml" set {niReklama::brak_uprawnien} to yaml value "brak_uprawnien" from file "niReklama/messages.yml" set {niReklama::trwa_laczenie} to yaml value "trwa_laczenie" from file "niReklama/messages.yml" set {niReklama::za_malo_wyswietlen} to yaml value "za_malo_wyswietlen" from file "niReklama/messages.yml" set {niReklama::za_malo_polubien} to yaml value "za_malo_polubien" from file "niReklama/messages.yml" set {niReklama::brak_ip_w_opisie} to yaml value "brak_ip_w_opisie" from file "niReklama/messages.yml" set {niReklama::za_malo_czasu} to yaml value "za_malo_czasu" from file "niReklama/messages.yml" set {niReklama::to_juz_jest} to yaml value "to_juz_jest" from file "niReklama/messages.yml" set {niReklama::potrzeba_id} to yaml value "potrzeba_id" from file "niReklama/messages.yml" set {niReklama::sukces} to yaml value "sukces" from file "niReklama/messages.yml" send "Zaladowano pliki konfiguracyjne niReklama." to console i takie błędy sa [18:16:18 ERROR]: can't understand this condition: 'file "/plugins/niReklama/config.yml" doesn't exists' (yt.sk, line 5: if file "/plugins/niReklama/config.yml" doesn't exists:') [18:16:18 ERROR]: can't understand this condition: 'file "/plugins/niReklama/lista.log" doesn't exists' (yt.sk, line 23: if file "/plugins/niReklama/lista.log" doesn't exists:') [18:16:18 ERROR]: Can't understand this expression: 'content of file "plugins/Skript/scripts/niReklama/lista.log"' (yt.sk, line 65: set {_niReklama::reklamy} to content of file "plugins/Skript/scripts/niReklama/lista.log"') [18:16:18 ERROR]: Can't understand this condition/effect: wf "%player%: https://www.youtube.com/watch?v=%arg 2% | %day%.%month%.%year% %hour%:%minute%" to "niReklama/lista.log" (yt.sk, line 72: wf "%player%: https://www.youtube.com/watch?v=%arg 2% | %day%.%month%.%year% %hour%:%minute%" to "niReklama/lista.log"')
-
A czy da rade zrobić np top 8 a w 9 slocie twoje miejsce?
-
żle zrozumiałem xD dobra Ktoś cos? [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'wyswietlenia' doesn't exist in file '/game/bin/niReklama/config.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'brak_arg' doesn't exist in file '/game/bin/niReklama/messages.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'polubienia' doesn't exist in file '/game/bin/niReklama/config.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'czas' doesn't exist in file '/game/bin/niReklama/config.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'ip' doesn't exist in file '/game/bin/niReklama/config.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'komenda' doesn't exist in file '/game/bin/niReklama/config.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'link' doesn't exist in file '/game/bin/niReklama/config.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'brak_uprawnien' doesn't exist in file '/game/bin/niReklama/messages.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'trwa_laczenie' doesn't exist in file '/game/bin/niReklama/messages.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'za_malo_wyswietlen' doesn't exist in file '/game/bin/niReklama/messages.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'za_malo_polubien' doesn't exist in file '/game/bin/niReklama/messages.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'brak_ip_w_opisie' doesn't exist in file '/game/bin/niReklama/messages.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'za_malo_czasu' doesn't exist in file '/game/bin/niReklama/messages.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'to_juz_jest' doesn't exist in file '/game/bin/niReklama/messages.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'potrzeba_id' doesn't exist in file '/game/bin/niReklama/messages.yml' (SExprYaml.class) [17:50:35 ERROR]: [skUtilities] v0.9.2: Yaml Path: 'sukces' doesn't exist in file '/game/bin/niReklama/messages.yml' (SExprYaml.class) ktos cos 1.14.4?
-
a gdzie zrobiłem błąd?
-
Dodaj np. szanse że gdy gracz craftuje kilof to ma 2% lub innaczej % by zrobił mu sie kilof itp. z stattrakiem
-
czemu takie coś mi działa? on mine: if {bloki::%player%} is set: add 1 to {bloki::%player%} else: set {bloki::%player%} to 1 command /topa [<integer=10>]: trigger: set {_lista::*} to createTop("Bloki", 20, all offline players, "&7[INDEX]. &b[PLAYER]&7: &3[VALUE]") open virtual chest inventory with (rounded up ((size of {_lista::*}) / 9)) rows named "Top Gornicy" to player loop (size of {_lista::*}) times: format gui slot (loop-number - 1) of player with 1 of Diamond Pickaxe named {_lista::%loop-number%} a tu juz nie? on join: add 1 to {wbicie::%player%} command /topaw [<integer=10>]: trigger: set {_lista1::*} to createTop("Wbita", 20, all offline players, "&7[INDEX]. &b[PLAYER]&7: &3[VALUE]") open virtual chest inventory with (rounded up ((size of {_lista1::*}) / 9)) rows named "Top wejsc na serwer" to player loop (size of {_lista1::*}) times: format gui slot (loop-number - 1) of player with 1 of Clock named {_lista1::%loop-number%}
-
To jest te same api co w tam
-
Jak zrobić by pozwoliło otworzyć gui gdy naciskasz lewą przyciskiem na mob spawner dodam ze reką ma być wszystko oprócz kilofów
-
dałbyś wilda na 1.14.4
-
Znalałem to ale strona z api spadła już czy ktos ma te api?
-
Szukam skrypt na autorange yt ale z jeden z dobrych skryptów z tą here chyba api mu padło lub www
-
Jak to naprawić [00:35:30 ERROR]: can't understand this condition: 'folder "plugins/Skript/scripts/bankgracze" doesn't exists' (bank.sk, line 414: if folder "plugins/Skript/scripts/bankgracze" doesn't exists:') [00:35:30 ERROR]: can't understand this condition: 'file "plugins/Skript/scripts/bankgracze/%player%.yml" doesn't exists' (bank.sk, line 418: if file "plugins/Skript/scripts/bankgracze/%player%.yml" doesn't exists:')
-
jaki dodatek do tego czy jest to już przestarzała forma pisania? [16:04:30 ERROR]: Can't understand this condition/effect: drawBand particle "happyvillager", XYZ 1, 0, 1, center player, id "happyvillager %player%", visibleRange 32, disX 0, disY -1, disZ 0 (efekty.sk, line 30: drawBand particle "happyvillager", XYZ 1, 0, 1, center player, id "happyvillager %player%", visibleRange 32, disX 0, disY -1, disZ 0') [16:04:30 ERROR]: Can't understand this condition/effect: stopEffect "happyvillager %player%" (efekty.sk, line 35: stopEffect "happyvillager %player%"') [16:04:30 ERROR]: Can't understand this condition/effect: drawBand particle "flame", XYZ 1, 0, 1, center player, id "flame %player%", visibleRange 32, disX 0, disY -1, disZ 0 (efekty.sk, line 45: drawBand particle "flame", XYZ 1, 0, 1, center player, id "flame %player%", visibleRange 32, disX 0, disY -1, disZ 0') [16:04:30 ERROR]: Can't understand this condition/effect: stopEffect "flame %player%" (efekty.sk, line 50: stopEffect "flame %player%"') [16:04:30 ERROR]: Can't understand this condition/effect: drawBand particle "lavadrip", XYZ 1, 0, 1, center player, id "lavadrip %player%", visibleRange 32, disX 0, disY -1, disZ 0 (efekty.sk, line 60: drawBand particle "lavadrip", XYZ 1, 0, 1, center player, id "lavadrip %player%", visibleRange 32, disX 0, disY -1, disZ 0') [16:04:30 ERROR]: Can't understand this condition/effect: stopEffect "lavadrip %player%" (efekty.sk, line 65: stopEffect "lavadrip %player%"') [16:04:30 ERROR]: Can't understand this condition/effect: drawBand particle "waterdrop", XYZ 1, 0, 1, center player, id "waterdrop %player%", visibleRange 32, disX 0, disY -1, disZ 0 (efekty.sk, line 75: drawBand particle "waterdrop", XYZ 1, 0, 1, center player, id "waterdrop %player%", visibleRange 32, disX 0, disY -1, disZ 0') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "waterdrop %player%" (efekty.sk, line 80: stopEffect "waterdrop %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: drawBand particle "heart", XYZ 1, 0, 1, center player, id "heart %player%", visibleRange 32, disX 0, disY -1, disZ 0 (efekty.sk, line 90: drawBand particle "heart", XYZ 1, 0, 1, center player, id "heart %player%", visibleRange 32, disX 0, disY -1, disZ 0') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "heart %player%" (efekty.sk, line 95: stopEffect "heart %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: drawBand particle "note", center player, id "note %player%", visibleRange 32, disX 0, disY -0.5, disZ 0 (efekty.sk, line 105: drawBand particle "note", center player, id "note %player%", visibleRange 32, disX 0, disY -0.5, disZ 0') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "note %player%" (efekty.sk, line 110: stopEffect "note %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: drawBand particle "slime", XYZ 1, 0, 1, center player, id "slime %player%", visibleRange 32, disX 0, disY -1, disZ 0 (efekty.sk, line 120: drawBand particle "slime", XYZ 1, 0, 1, center player, id "slime %player%", visibleRange 32, disX 0, disY -1, disZ 0') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "slime %player%" (efekty.sk, line 125: stopEffect "slime %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: drawBand particle "portal", XYZ 1, 0, 1, center player, id "portal %player%", visibleRange 32, disX 0, disY -1, disZ 0 (efekty.sk, line 135: drawBand particle "portal", XYZ 1, 0, 1, center player, id "portal %player%", visibleRange 32, disX 0, disY -1, disZ 0') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "portal %player%" (efekty.sk, line 140: stopEffect "portal %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: drawBand particle "crit", XYZ 1, 0, 1, center player, id "crit %player%", visibleRange 32, disX 0, disY -1, disZ 0 (efekty.sk, line 150: drawBand particle "crit", XYZ 1, 0, 1, center player, id "crit %player%", visibleRange 32, disX 0, disY -1, disZ 0') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "crit %player%" (efekty.sk, line 155: stopEffect "crit %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "heart %player%" (efekty.sk, line 160: stopEffect "heart %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "note %player%" (efekty.sk, line 163: stopEffect "note %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "waterdrop %player%" (efekty.sk, line 166: stopEffect "waterdrop %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "flame %player%" (efekty.sk, line 169: stopEffect "flame %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "portal %player%" (efekty.sk, line 172: stopEffect "portal %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "happyvillager %player%" (efekty.sk, line 175: stopEffect "happyvillager %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "lavadrip %player%" (efekty.sk, line 178: stopEffect "lavadrip %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "slime %player%" (efekty.sk, line 181: stopEffect "slime %player%"') [16:04:31 ERROR]: Can't understand this condition/effect: stopEffect "crit %player%" (efekty.sk, line 184: stopEffect "crit %player%"')
-
Witam zmieniłem wersje na 1.14.4 i jakie dodatki potrzeba by to działało [15:23:51 ERROR]: Can't compare an item stack with ('dropper', 'piston base', 'sticky piston base', 'redstone observer', 'dispenser', the tool of event-living entity or 'hopper') (inne.sk, line 189: If event-item is dropper or piston base or sticky piston base or redstone observer or dispenser or shield or hopper:') [15:23:51 ERROR]: Can't understand this condition/effect: send player title "" with subtitle "&c&lZmieniles tryb gry na Creative" for 3 seconds (inne.sk, line 219: send player title "" with subtitle "&c&lZmieniles tryb gry na Creative" for 3 seconds') [15:23:51 ERROR]: Can't understand this condition/effect: send player title "" with subtitle "&c&lZmieniles tryb gry na Survival" for 3 seconds (inne.sk, line 226: send player title "" with subtitle "&c&lZmieniles tryb gry na Survival" for 3 seconds') [15:23:51 ERROR]: Can't understand this condition/effect: send player title "" with subtitle "&c&lZmieniles tryb gry na Adventure" for 3 seconds (inne.sk, line 233: send player title "" with subtitle "&c&lZmieniles tryb gry na Adventure" for 3 seconds')
-
Witam, czy ktos napisał by by każda rzecz zniszczona leci do eq no wiadomo że szkło nie i jak bookshelf to ksiazki a nie cały a i by była na to permisja dana np. dropeq.perm cos takiego
-
też polecam jest to wykonanie pod moje ustawienie, admin wbija musi wpisac swoj pin ktory jest zapisany w plikach (sam ustalasz jaki długość itp.) admin ma 3 próby jak nie poda to go wywala z serwera dodatkowo podczas gdy nie poda nie moze nic zrobic
-
tak chodziło o to dzięki!
-
a by np co 24h podwajało kwote w banku o 2%?
-
no ze sie otwiera jak by skrzynka/inventory
-
Chodzi o to że gracz nie ma go używać na danym świecie? czy ogólnie by nie działał w danym świecie?
