Skocz do zawartości

CountingDogs

Użytkownik
  • Ilość zawartości

    843
  • Rejestracja

  • Ostatnia wizyta

  • Wygrane w rankingu

    4

Treść opublikowana przez CountingDogs

  1. Podaj wersję serwera.
  2. Czy mógłbyś wkleić tutaj kod?
  3. To znaczy, że nie odróżniasz skryptu na zestawy od skryptu na zarządzaniu serwerem...
  4. Nowe PvP opiera się na taktyce, a nie na nawalaniu w myszkę.... Skrypt nie jest robiony pod "zarządzanie serwerem", a jedynie pod zarządzanie zestawami.
  5. CountingDogs

    Skrypt pierozek

    Może podasz błędy? Nikt jasnowidzem nie jest...
  6. Czy mógłbyś podać wersję pluginu Skript? Pod komendą /ver Skript Edit: Działa na 100% Poprawiłem i testowałem on rightclick on ripe wheat plant: give 1 wheat to player's inventory give 1 wheat seeds to player's inventory give 1 stone named "&7Magiczny kamyk" to player's inventory set event-block to freshly planted wheat plant To działa tylko wtedy gdy kliknie się PPM na plony, a nie gdy się je zniszczy... Więc ten kod nie jest raczej tym oczekiwanym.
  7. A nie lepiej zrobić taki kod: on chat: if message contains {lista::wulgaryzmow::*}: send "{@logo} &7Twoja wiadomosc zostala zapisana i usunieta!" to player wf "hsSwear: %player% >> %message%" to "plugins/hsSwear/log.yml" cancel event
  8. Wersja 2.1.2 https://dev.bukkit.org/projects/skript/files Wersja 2.2 https://forums.skunity.com/resources/official-skript-2-2-mp-core-remake-1-8-8.54/
  9. A jaką wersję serwera masz?
  10. A zainstalowałeś plugin Skript?
  11. A zamiast integer wpisz "number"
  12. 1. Skrypt musisz umieścić w folderze scripts, który znajduje się w ścieżce "plugins/Skript". 2. Włączasz serwer lub wpisujesz komendę /sk reload nick 3. Gotowe.
  13. command /wystaw [<integer>]: trigger: if arg is "-": send "Tak nie mozna!" stop Spróbuj tak
  14. Skrypt może i nie jest na dwie, trzy linijki, ale jest w nim trochę błędów. 1. Komenda /chat nie zadziała, bo na końcu brakuje : command /chat <text> <text> permission: a.chat permission message: &2Nie masz uprawnien! trigger: if arg 1 is "clear": loop 130 times: broadcast " " broadcast "&2&l[xChat] &aChat zostal wyczyszczony przez &4%player%" if arg 1 is "on": if {chat} is false: set {chat} to true broadcast "&2&l[xChat] &aChat zostal wlaczony przez &4%player%" stop if arg 1 is "off": if {chat} is true: Set {chat} to false Broadcast "&2&l[xChat] &aChat zostal wylaczony przez &4%player%" stop if arg 1 is not set: Send "&2&l------[xChat]------" Send "&2&l--------[-Help-]-------" Stop:"&a/Chat On - wlacza czat" Send "&a/Chat Off - wylacza czat" Send "&a/Chat Clear - czysci czat" Send "&2&l------[xChat]------" if arg 1 is "antycapslock": if arg 2 is "on": if {acl} is false: Set {acl} to true if arg 2 is "off": if {acl} is true: Set {acl} is false Dodatkowo w tej części skryptu jest jeszcze źle wytabowane. 2. Nie rozumiem po co jest kilka razy ten sam event "on chat"... 3. Dlaczego zamiast cenzurować wpisałeś głupoty jako wiadomości wulgarne? on chat: if player has permission "chat.cenzura" replace all "kurw" in message with "moja mama" replace all "japierdole" in message with "mam malego" replace all "jprdl" in message with "mam malego" replace all "pizda" in message with "mam autyzm" replace all "kutas" in message with "kocham admina" replace all "debi" in message with "jestes fajny" replace all "chuj" in message with "mama mnie bije" replace all "twoja stara" in message with "moja stara" replace all "jeba" in message with "mam a autyzm": Są one równie obraźliwe, więc nie rozumiem jak rozwiązujesz problem.... 4. Znów źle wytabowane + w komendzie nie możesz wpisać "cancel event", gdyż dotyczy on tylko wydarzeń, a nie komend. Zamiast tego wpisz stop. command /ChatHelp <text>: trigger: if arg 1 is not set: Send "&2&l------[xChat]------" Send "&2&l--------[-Help-]-------" Send "&a/Chathelp gracz - komendy graczy" Send "&a/Chathelp admin - komendy admina" Send "&2&l------[xChat]------" if arg 1 is "gracz": Send "&2&l------[xChat]------" Send "&2&l--------[-Help-]-------" Send "&a/Emotikony - lista emotikon" Send "&a/ChatLicencja - informacje o autorze" Send "&2&l------[xChat]------" if arg 1 is "admin": if player has permission "chathelp.admin" Send "&2&l------[xChat]------" Send "&2&l--------[-Help-]-------" Send "&a/Chat On - wlacza czat" Send "&a/Chat Off - wylacza czat" Send "&a/Chat Clear - czysci czat" Send "&a/chat antycaps on - wlacza antycaps" Send "&a/chat antycaps off - wylacza antycaps" Send "&2&l------[xChat]------" Stop: else: Cancel event Send "&2Nie masz uprawnien!" 5. Za dużo komend... Lepiej zrobić wszystko w jednej komendzie niż w stu innych... 6. Autokorekta - jest ona niedokładna, dlaczego? Załóżmy, że chcę napisać słowo piekarz, ale skrypt zamiast arz wstawi aż. Jest wiele innych słów, które mogą zostać źle napisane przez autokorektę.
  15. Czy jakieś błędy wyskakują? Edit. on break of ripe wheat: give 1 wheat to player's inventory give 1 wheat seeds to player's inventory give 1 stone named "&7Magiczny kamyk" to player's inventory set event-block to freshly planted wheat Powinno zadziałać.
  16. on command "/plugins" or "/pl" or "/bukkit:plugins" or "/bukkit:pl": if sender isn't op: send "&4Brak uprawnien do tej komendy!" cancel event
  17. CountingDogs

    szansa na 1 item

    command /test: trigger: set {liczba::%player%} to a random integer from 0 to 5 if {liczba::%player%} is 1: send "1" stop if {liczba::%player%} is 2: send "2" stop if {liczba::%player%} is 3: send "3" stop #Itd...
  18. CountingDogs

    Zmienna

    Wydaje mi się, że są dwie drogi. Albo on join: set {lvl.%player%} to {lvl::%player%} Albo ręcznie ustawiasz.
  19. Czy posiadasz dodatki, aby zrobić GUI oraz Scoreboard? Sprawdź dokładnie.
  20. 1. Same multikonta nie są zakazane owszem, ale wypowiadanie się w jakimś temacie to za dużo. 2. Dodanie blokady uniemożliwi wypowiadania się; co za tym idzie mniej zbędnych komentarzy do usuwania oraz czytania ich.
  21. Bo teraz musisz odpowiednio wytabować. Tam jest napisane odpowiednia ilość spacji. 4 spacje = 1 tab.
  22. Na końcu drugiej linijki brakuje :
  23. Musisz wytabować dobrze.
  24. on leftclick: if name of player's tool is "&cKostur Maga &7[fala ognia]" if {dragonwand::spell::%player%} is true: set {dragonwand::spell::%player%} to false loop blocks from the block in front of player to the block 50 horizontal in front of player: play mob spawner flames at loop-block light target of player on fire damage target of player by 1 wait 3 seconds set {dragonwand::spell::%player%} to true stop else if {dragonwand::spell::%player%} is false: send "&7Poczekaj chwile, zanim znow uzyjesz!" stop
  25. command /KosturMagaWave: permission: OP usage: /Eye description: gives you a Blood Eye trigger: give player 1 blaze rod of sharpness 8 named "&cKostur Maga &7[fala ognia]" send "&3Otrzymales kostur!" send "&3Lewym przyciskiem myszy atakujesz!" send "&3Prawym przyciskiem myszy zmieniasz moc!" execute console command "ppo %player% add flame feet" execute console command "ppo %player% add flame feet" execute console command "ppo %player% add flame feet" execute console command "ppo %player% add flame feet" execute console command "ppo %player% add flame feet" execute console command "ppo %player% add flame feet" execute console command "ppo %player% add flame feet" execute console command "ppo %player% add flame feet" on leftclick: if name of player's tool is "&cKostur Maga &7[fala ognia]" if {dragonwand::spell::%player%} is true: set {dragonwand::spell::%player%} to false loop blocks from the block in front of player to the block 50 horizontal in front of player: play mob spawner flames at loop-block light target of player on fire damage target of player by 1 wait 3 seconds set {dragonwand::spell::%player%} to true stop else if {dragonwand::spell::%player%} is false: send "&7Poczekaj chwile, zanim znow uzyjesz!" stop Coś takiego?
×
×
  • Dodaj nową pozycję...