-
Ilość zawartości
80 -
Rejestracja
-
Ostatnia wizyta
Treść opublikowana przez EvoChestenchpl
-
Jak wgrać spigot 1.8.8 na pukawce
EvoChestenchpl odpowiedział(a) na EvoChestenchpl pytanie w Pytania i problemy
troche odkop xD -
Najlepszy i najtańszy hosting serwerów minecraft.
EvoChestenchpl odpowiedział(a) na EvoChestenchpl pytanie w Pytania i problemy
Czyli pukawka jest niezbyt dobrym wyborem, tak? -
Najlepszy i najtańszy hosting serwerów minecraft.
EvoChestenchpl opublikował(a) pytanie w Pytania i problemy
Cześć! Szukam od niedawna taniego i dobrego hostingu pod serwer w minecraft. Potrzebuję takiego, który uciagnie 50 graczy. Po przeglądaniu stron znalazłem oferty pukawki. Za 24 zł można u nich zakupić serwer bez limitu. Na start podobno masz 8 GB ramu (który możesz zwiększać). Cena wydaje mi się bardzo niska jak na taką ofertę, więc zwracam się do was w tej sprawie. Jak oceniacie pukawkę. -
Całkowite zablokowanje danego słowa na chacie
EvoChestenchpl odpowiedział(a) na EvoChestenchpl pytanie w Pytania i problemy
mam wszystkie wtyczki serwer 1.8.8 -
Całkowite zablokowanje danego słowa na chacie
EvoChestenchpl odpowiedział(a) na EvoChestenchpl pytanie w Pytania i problemy
Noo... tylko, ze ja o tym wiedzialem, ale sens w tym, ze to nie dzialala. Zero errorow, ale wysyla wiadomosc -
Całkowite zablokowanje danego słowa na chacie
EvoChestenchpl opublikował(a) pytanie w Pytania i problemy
Zrobiłem skript On chat: (tab) if message contains....... (tab) (tab) cancel event Nie dziala -
Masz plecak, tylko pod pod komenda. Z twojej wypowiedzi u gory malo co zrozumialem. PS: Zapomnialem zablokowac wyrzucania tego itemku @edit aby nie dalo sie wyrzucac dodaj to: on drop of minecraft named "nazwa": cancel event send "&cNie"
-
Robione na szybko, powiedz czy dziala!
-
Tak jak w temacie. Skript polega na tym że jeżeli biegniemy to spada nam jedzenie tak pół na sekundę, a jeżeli stoimy to rośnie 3 na sekundę.
-
Brzydka prezentacja, a logo to zwykły obrazek w png z neta
-
Aha, no jest podam Ci kod za chwilę @edit
-
command /exp-give [<text>] [<number>] [<text>] [<text>] [<text>]: usage: /exp-give <gracz> <iloœæ> [-s] [-n] [-c] permission: admin permission message: {@msg-no-perm} executable by: console and player trigger: if arg 1 is not set: send "&f/exp-give &c<gracz> &f<iloœæ> [-s] [-n] [-c]" stop set {_p} to arg 1 parsed as offlineplayer if {lv::%{_p}%} is not set: send "{@msg-not-found}" stop if arg 2 is not set: send "&f/exp-give <gracz> &c<iloœæ> &f[-s] [-n] [-c]" stop if arg 2 > {@max-exp-give-limit}: send "&cPodana iloœæ expa jest zbyt du¿a." stop if arg 2 < -{@max-exp-give-limit}: send "&cPodana iloœæ expa jest zbyt du¿a." stop if {dxppl.%{_p}%} < now: delete {dxppl.%{_p}%} {lv::%{_p}%} < {@max-lvl} set {_arg2} to arg 2 if {@exp-rounding} is true: set {xp::%{_p}%} to round {xp::%{_p}%} set {_arg2} to round up {_arg2} if {expmultiplier} is false: if arg 3 or arg 4 or arg 5 is "-n": set {_x2} to 1 set {_exp} to "{@exp-name}" else: set {_x2} to 1 set {_exp} to "{@exp-name}" if {dxppl.%{_p}%} is set: set {_x2} to {@exp-multiplier-1} set {_exp} to "{@multiplier-1-name}" if {expmultiplier} is true: if arg 3 or arg 4 or arg 5 is "-n": set {_x2} to 1 set {_exp} to "{@exp-name}" else: set {_x2} to {@exp-multiplier-1} set {_exp} to "{@multiplier-1-name}" if {@allow-multiplier-2} is true: if {dxppl.%{_p}%} is set: set {_x2} to {@exp-multiplier-2} set {_exp} to "{@multiplier-2-name}" if {_arg2} < 0: if {@multiplier-negative-exp} is false: set {_x2} to 1 set {_exp} to "{@exp-name}" set {_prexp::%{_p}%} to {xp::%{_p}%} if {xp::%{_p}%} < {mxp::%{_p}%}: add {_arg2}*{_x2} to {xp::%{_p}%} set {_ilosc} to "%{_arg2}*{_x2}%" if {_arg2} > 0: set {_znak} to "{@exp-give-plus}" if {_arg2} <= 0: set {_znak} to "{@exp-give-minus}" if {xp::%{_p}%} < 0: if {@max-negative-exp} <= 0: if {xp::%{_p}%} < {@max-negative-exp}: if {_prexp::%{_p}%} < {@max-negative-exp}: set {xp::%{_p}%} to {_prexp::%{_p}%} else: set {xp::%{_p}%} to {@max-negative-exp} if {xp::%{_p}%} >= {mxp::%{_p}%}: if {@large-exp-mode} is 1: set {_iloscgl.%{_p}%} to {_ilosc}-{mxp::%{_p}%}-{xp::%{_p}%} add 1 to {lv::%{_p}%} execute console command "/maxexpchange %{_p}%" loop {@max-lvl} times: if {_iloscgl.%{_p}%} >= {mxp::%{_p}%}: set {_iloscgl.%{_p}%} to {_iloscgl.%{_p}%}-{mxp::%{_p}%} add 1 to {lv::%{_p}%} execute console command "/maxexpchange %{_p}%" if {lv::%{_p}%} >= {@max-lvl}: stop loop if {_iloscgl.%{_p}%} < {mxp::%{_p}%}: set {xp::%{_p}%} to {_iloscgl.%{_p}%} stop loop if {@large-exp-mode} is 2: add 1 to {lv::%{_p}%} execute console command "/maxexpchange %{_p}%" if {lv::%{_p}%} >= {@max-lvl}: set {xp::%{_p}%} to {mxp::%{_p}%} set {lv::%{_p}%} to {@max-lvl} else: if {@large-exp-mode} is 2: set {xp::%{_p}%} to 0 send "{@msg-lvl-up}" to {_p} addPoint({_p}) clear {xp::%{_p}%} if {@lvlup-lighting-effect} is true: strike lightning effect at location of {_p} if {@head-level-enabled} is true: execute console command "/scoreboard players set %{_p}% Levels %{lv::%{_p}%}%" if {@broadcast-lvlup} is true: if {@bc-each-level} is true: set {_bclvlup} to true if {lv::%{_p}%} is {@distinction-levels}: set {_bclvlup} to true if {_bclvlup} is set: loop all players: if {_p} is not loop-player: send "{@msg-lvl-up-bc}" to loop-player if {xp::%{_p}%} is -0: set {xp::%{_p}%} to 0 if executor is player: if player is not {_p}: send "{@msg-exp-other}" if arg 3 or arg 4 or arg 5 is "-c": if executor is console: send "{@msg-exp-other}" if arg 3 or arg 4 or arg 5 is "-s": stop else: send "{@msg-exp}" to {_p} Niby clear xp dziala, ale powinno resetowac do 0, a to czysci zmienna i wtedy jest none AddPoint nadal nie dziala ten sam blad @edit Naprawilem set {xp::%{_p}%} to 0 zadzialalo
-
Nic nie dziala
-
Nie ma błędów, ale nie działa po naciskaniu na pszenicę nic się nie dzieje. Ustawiłem region
-
A ten error?
-
Nie dawaj dwa razy znaku " poprawnie send "wiadomosc" niepoprawnie send ""wiadomosc"" @edit wyslij na pw to dam ci poprawna wersje
-
Czesc! Zrobilem sobie ostatnio misje poboczna do serwera, ale nie wiem jak zrobic motyke ktora bedzie zbierala pszenice. @edit zapomnialem napisac. Czy ktoś doda mi do skriptu, aby motyke mozna bylo uzwac tylko na regionie "farmer"
-
[18:41:20] [Server thread/ERROR]: 'addPoint({_p})' is not a boolean (yes/no) (levele.sk, line 639: addPoint({_p})') [ Moglby ktoś zrobic reset expa po wbiciu lvl teraz jest tak: 700/700 Level UP 700/1400 #### chcialbym, aby bylo tak: 700/700 Level UP 0/1400
-
Przetestuję jutro. Chciałbym powiedzieć, że tą komenda exp-give w innym skripcie jest nadawany exp. Nie chciałbym aby okazało się, że za każdym zabiciem moba, czyli wywołaniem komendy exp-give nadawało punkt.
-
chcialbym aby komenda /double byla wywolywana codziennie po 20:00, a nastepnego dnia znowu wpisywana, aby sie wylaczyla.
-
if region name is not an entity type
-
if region is not an entity type
-
region contains "nowyspawn" is not a type
-
Not work name "nowyspawn" is not an entity type
-
Po wyjściu z regionu Nowyspawn teleportuje gracza do lokacji nowyspawn
