Skocz do zawartości

hej99999

Użytkownik
  • Ilość zawartości

    15
  • Rejestracja

  • Ostatnia wizyta

Informacje

  • Nick w MC
    Adamusgg26

Ostatnie wizyty

Blok z ostatnimi odwiedzającymi dany profil jest wyłączony i nie jest wyświetlany użytkownikom.

Osiągnięcia hej99999

Początkujący I

Początkujący I (2/13)

0

Reputacja

  1. Bo mi chodzi o to że schematem z world edita wkleiłem miasto, ale schodki na dachach są w złe strony. Czy jest jakiś sposób żeby to naprawić?
  2. ale to zamienia wszytkie bloki na fence, a nie tylko fence
  3. Chodzi mniej więcej o to, czy da się jakoś naprawić WSZYSTKIE schodki/szyby itp. tak jak by to było zrobione debug stickiem.
  4. Jak w temacie, szukam pluginu (ewentualnie skryptu) na questy, takie jak są na skyblockach, z wyborem w GUI i różnymi kategoriami (np. łatwy, średni, trudny i aby zrobić questa z średniego pozimu trzeba zrobić 5 z łatwego) i żeby nagroda mogła być w itemach i/lub w ekonomii serwera.
  5. Działa
  6. Za każdym razem gdy użyję skryptu który po kliknięciu PPM znika i np. daje nam coś innego wywala serwer. on rightclick with paper: if player has 1 dried kelp: if player has 1 gunpowder: remove 1 dried kelp from player remove 1 gunpowder from player remove 1 paper from player wait 10 ticks give 1 firework named "&cFajerwerka" with lore "&cKliknij PPM..." to player Nawet przy tym skrypcie powyżej. Wersja skripta 2.5.3, serwer spigot 1.16.5 Co zrobić?
  7. ok dzięki, teraz można już zamknąć ten temat
  8. działa już ostatnie pytanie (jasne, bo jeszcze ktoś w to uwierzy). Jak zrobić komendę która otwiera nam skrzynię (np. do wyboru mapy)? wiem, że mgliście to tłumaczę, ale może ktoś zrozumie
  9. Ok, przeczytałem i wiem co było źle Jeszcze jedno pytanie: czy da się jakoś przenieść gracza komendą do Endu albo do netheru?
  10. Przeczytałem to, poprawiłem, nie dzialało, on join: set {zycia::%player%} to 0 if {zycia::%player%} is not set command /zycia [<text>]: trigger: if arg 1 is not set: send "&4&lMasz %{zycia::%player%}% &4&lżyć!" stop if arg 1 is set: set {_lives} to {zycia::%arg 1%} if ({zycia::%arg 1%} is set) else 0 send "&4Gracz %arg 1% ma %{zycia::%arg 1%}% żyć!" on death of player: send "&4&lStraciłeś 1 życie!" to player remove 1 from {zycia::%player%} if {zycia::%player%} is 0: execute console command "/tempban %player% 24h &4Skończyły ci się życia!" send "&4&lGraczowi %player% skończyły sie życia i został zbanowany!" to all players on drink a potion: if name of player's tool is "&cEliksir życia": send "&cWypiles/as eliksir dajacy zycie" add 1 to {zycia::%player%} command /livesban [<text>] [<offlineplayer>]: permission: LBadmin trigger: if arg 2 is not set: send "&6/livesban &1add [gracz]" stop if arg 1 is "add": add 1 to {zycia::%arg 2%} send "Pomyślnie dodano życie" stop if arg 1 is "remove": remove 1 from {zycia::%arg 2%} send "Pomyślnie zabrano życie" stop send "&6/livesban &1add [gracz]" Na podstawie tego też próbowałem poprawić, to jest chyba za trudne dla mnie Da ktoś link do jakiegoś tutoriala ze skripta?
  11. Nadal nie działa
  12. Chciałem zrobić skrypt na życia jak na km ale mam 12 błędów: [16:43:31] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (LivesBan.sk, line 24: if arg 1 is add:') [16:43:31] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (LivesBan.sk, line 27: if arg 1 is remove:') [16:43:31] [Server thread/WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (LivesBan.sk, line 30: if arg 1 is not set:') [16:43:31] [Server thread/ERROR]: Can't understand this condition/effect: if arg 1 is not set (LivesBan.sk, line 7: if arg 1 is not set') [16:43:31] [Server thread/ERROR]: Can't understand this condition/effect: send:"&4&lMasz %{zycia.%player%}% &4&l┐yŠ!" (LivesBan.sk, line 8: send:"&4&lMasz %{zycia.%player%}% &4&l┐yŠ!"') [16:43:31] [Server thread/ERROR]: Can't understand this condition/effect: if arg 1 is set (LivesBan.sk, line 9: if arg 1 is set') [16:43:31] [Server thread/ERROR]: Can't understand this condition/effect: send:"&4Gracz %arg1% ma %{zycia.%arg1%}% ┐yŠ!" (LivesBan.sk, line 10: send:"&4Gracz %arg1% ma %{zycia.%arg1%}% ┐yŠ!"') [16:43:31] [Server thread/ERROR]: Can't understand this condition/effect: if player has permission "LBadmin" (LivesBan.sk, line 23: if player has permission "LBadmin"') [16:43:31] [Server thread/ERROR]: Can't compare a text with 'add' (LivesBan.sk, line 24: if arg 1 is add:') [16:43:31] [Server thread/ERROR]: Can't understand this expression: arg2 (LivesBan.sk, line 25: add 1 to {zycia.%arg2%}') [16:43:31] [Server thread/ERROR]: Can't understand this condition/effect: send:"Pomyťlnie dodano ┐ycie" (LivesBan.sk, line 26: send:"Pomyťlnie dodano ┐ycie"') [16:43:31] [Server thread/ERROR]: Can't compare a text with 'remove' (LivesBan.sk, line 27: if arg 1 is remove:') [16:43:31] [Server thread/ERROR]: Can't understand this expression: arg2 (LivesBan.sk, line 28: remove 1 from {zycia.%arg2%}') [16:43:31] [Server thread/ERROR]: Can't understand this condition/effect: send:"Pomyťlnie zabrano ┐ycie" (LivesBan.sk, line 29: send:"Pomyťlnie zabrano ┐ycie"') [16:43:31] [Server thread/ERROR]: Can't understand this condition/effect: send:"&6/livesban &1add [gracz]" (LivesBan.sk, line 31: send:"&6/livesban &1add [gracz]"') Skrypt: Pomoże mi ktoś bo ja się na tym nie znam i nie wiem jak to powinno być
  13. ok, na spigot już mi działa .
  14. A na spigot będzie działało?
  15. Mam serwer craftbukkit 1.16.5 i chciałem mieć skripta, jak wpisuję /pl to jest na zielono ale nie tworzy się żaden folder, a gdy wpiszę jakąś komendę która zaczyna się /sk lub /skript to pojawia mi sie napis "/skript help". Podczas uruchamiania serwera konsola nie pokazuje żadnego błędu. Może problemem jest wersja skripta? Pobrałem najnowszą więc chyba powinno działać...
×
×
  • Dodaj nową pozycję...