Skocz do zawartości

Nelczuss

Użytkownik
  • Ilość zawartości

    35
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez Nelczuss

  1. Nelczuss

    Przeprosiny

    Witam, przepraszam za edytowanie kodow, nie wiedzialem ze to sie zapisze, przepraszam wszystkie poszkodowane osoby
  2. Nelczuss

    pomocy

    [11:21:04 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (kolejka.sk, line 20: loop all players:') [11:21:04 ERROR]: indentation error: expected 8 spaces, but found 3 tabs (kolejka.sk, line 21: if loop-player's name contains "proxy":') [11:21:04 ERROR]: indentation error: expected 8 spaces, but found 4 tabs (kolejka.sk, line 22: kick loop-player due to "&cWykryto bota! V-AntyBot"') [11:21:04 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (kolejka.sk, line 23: send player title "&6[BOTY]" with subtitle "&aZnaleziono boty!" for 5 seconds') [11:21:04 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (kolejka.sk, line 24: wait 5 seconds') [11:21:04 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (kolejka.sk, line 25: send player title "&6[BOTY]" with subtitle "&aKickowanie botow...!" for 5 seconds') [11:21:04 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (kolejka.sk, line 26: wait 5 seconds') [11:21:04 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (kolejka.sk, line 27: send player title "&6[BOTY]" with subtitle "&aPomyslnie wykickowano wszystkie boty!" for 5 seconds') dobra juz dziala mozesz zamknac
  3. Nelczuss

    pomocy

    variables: {kolejka} = false command /kolejka [<text>]: trigger: if arg-1 is "on": send player title "&6[KOLEJKA]" with subtitle "&aWlaczyles kolejke!" for 5 seconds set {kolejka} to true if arg-1 is "off": send player title "&6[KOLEJKA]" with subtitle "&cWylaczyles kolejke!" for 5 seconds set {kolejka} to false command /akt: trigger: send "%{kolejka}%" to player command /sprawdzbota: trigger: send player title "&6[BOTY]" with subtitle "&aSprawdzanie botow...!" for 5 seconds wait 5 seconds loop all players: if loop-player's name contains "proxy": kick loop-player due to "&cWykryto bota! V-AntyBot" send player title "&6[BOTY]" with subtitle "&aZnaleziono boty!" for 5 seconds wait 5 seconds send player title "&6[BOTY]" with subtitle "&aKickowanie botow...!" for 5 seconds wait 5 seconds send player title "&6[BOTY]" with subtitle "&aPomyslnie wykickowano wszystkie boty!" for 5 seconds a error normalny ztabowaniem
  4. Nelczuss

    pomocy

    to wiem. ale jak tabuje to mi errora wywala
  5. Nelczuss

    pomocy

    blad: [11:12:00 ERROR]: There's no loop that matches 'loop-player's name' (kolejka.sk, line 21: if loop-player's name contains "proxy":') [11:12:00 ERROR]: There's no loop that matches 'loop-player' (kolejka.sk, line 22: kick loop-player due to "&cWykryto bota! V-AntyBot"') kod: variables: {kolejka} = false command /kolejka [<text>]: trigger: if arg-1 is "on": send player title "&6[KOLEJKA]" with subtitle "&aWlaczyles kolejke!" for 5 seconds set {kolejka} to true if arg-1 is "off": send player title "&6[KOLEJKA]" with subtitle "&cWylaczyles kolejke!" for 5 seconds set {kolejka} to false command /akt: trigger: send "%{kolejka}%" to player command /sprawdzbota: trigger: send player title "&6[BOTY]" with subtitle "&aSprawdzanie botow...!" for 5 seconds wait 5 seconds loop all players: if loop-player's name contains "proxy": kick loop-player due to "&cWykryto bota! V-AntyBot" send player title "&6[BOTY]" with subtitle "&aZnaleziono boty!" for 5 seconds wait 5 seconds send player title "&6[BOTY]" with subtitle "&aKickowanie botow...!" for 5 seconds wait 5 seconds send player title "&6[BOTY]" with subtitle "&aPomyslnie wykickowano wszystkie boty!" for 5 seconds
  6. Nelczuss

    pomocy

    blad: [22:07:32 ERROR]: There's no loop that matches 'loop-player's name' (kolejka.sk, line 21: if loop-player's name contains "proxy":') [22:07:32 ERROR]: There's no loop that matches 'loop-player' (kolejka.sk, line 22: kick loop-player due to "&cWykryto bota! V-AntyBot"') variables: {kolejka} = false command /kolejka [<text>]: trigger: if arg-1 is "on": send player title "&6[KOLEJKA]" with subtitle "&aWlaczyles kolejke!" for 5 seconds set {kolejka} to true if arg-1 is "off": send player title "&6[KOLEJKA]" with subtitle "&cWylaczyles kolejke!" for 5 seconds set {kolejka} to false command /akt: trigger: send "%{kolejka}%" to player command /sprawdzbota: trigger: send player title "&6[BOTY]" with subtitle "&aSprawdzanie botow...!" for 5 seconds wait 5 seconds loop all players: if loop-player's name contains "proxy": kick loop-player due to "&cWykryto bota! V-AntyBot" send player title "&6[BOTY]" with subtitle "&aZnaleziono boty!" for 5 seconds wait 5 seconds send player title "&6[BOTY]" with subtitle "&aKickowanie botow...!" for 5 seconds wait 5 seconds send player title "&6[BOTY]" with subtitle "&aPomyslnie wykickowano wszystkie boty!" for 5 seconds
  7. dobra niby naprawilem ale mam errora innego pomozecie? There's no loop that matches 'loop-player' (kolejka.sk, line 22: kick loop-player due to "&cWykryto bota! V-AntyBot"')
  8. 8 bledow teraz XD
  9. [21:23:07 ERROR]: indentation error: expected 24 spaces, but found 20 spaces (kolejka.sk, line 8: send player title "&6[KOLEJKA]" with subtitle "&aWlaczyles kolejke!" for 5 seconds') [21:23:07 ERROR]: indentation error: expected 24 spaces, but found 20 spaces (kolejka.sk, line 9: set {kolejka} to true') [21:23:07 ERROR]: indentation error: expected 24 spaces, but found 20 spaces (kolejka.sk, line 11: send player title "&6[KOLEJKA]" with subtitle "&cWylaczyles kolejke!" for 5 seconds') [21:23:07 ERROR]: indentation error: expected 24 spaces, but found 20 spaces (kolejka.sk, line 12: set {kolejka} to false') [21:23:07 ERROR]: indentation error: expected 16 spaces, but found 12 spaces (kolejka.sk, line 15: send "%{kolejka}%" to player') [21:23:07 ERROR]: indentation error: expected 24 spaces, but found 20 spaces (kolejka.sk, line 22: if loop-player's name contains "proxy":')
  10. z tym mam 6 errorow XD
  11. [21:18:20 ERROR]: indentation error: expected 0 tabs, but found 1 space (kolejka.sk, line 1: variables:') [21:18:20 ERROR]: indentation error: expected 0 tabs, but found 4 spaces (kolejka.sk, line 2: {kolejka} = false') [21:18:20 ERROR]: indentation error: expected 8 spaces, but found 12 spaces (kolejka.sk, line 20: loop all players:') [21:18:20 ERROR]: indentation error: expected 8 spaces, but found 16 spaces (kolejka.sk, line 21: if loop-player's name contains "proxy":') [21:18:20 ERROR]: indentation error: expected 8 spaces, but found 20 spaces (kolejka.sk, line 22: kick loop-player due to "&cWykryto bota! V-AntyBot"') [21:18:20 ERROR]: indentation error: expected 8 spaces, but found 20 spaces (kolejka.sk, line 23: send player title "&6[BOTY]" with subtitle "&aZnaleziono boty!" for 5 seconds') [21:18:20 ERROR]: indentation error: expected 8 spaces, but found 20 spaces (kolejka.sk, line 24: wait 5 seconds') [21:18:20 ERROR]: indentation error: expected 8 spaces, but found 20 spaces (kolejka.sk, line 25: send player title "&6[BOTY]" with subtitle "&aKickowanie botow...!" for 5 seconds') [21:18:20 ERROR]: indentation error: expected 8 spaces, but found 20 spaces (kolejka.sk, line 26: wait 5 seconds') [21:18:20 ERROR]: indentation error: expected 8 spaces, but found 20 spaces (kolejka.sk, line 27: send player title "&6[BOTY]" with subtitle "&aPomyslnie wykickowano wszystkie boty!" for 5 seconds')
  12. 10 error zamiast 11 kogz
  13. variables: {kolejka} = false command /kolejka [<text>]: trigger: if arg-1 is "on": send player title "&6[KOLEJKA]" with subtitle "&aWlaczyles kolejke!" for 5 seconds set {kolejka} to true if arg-1 is "off": send player title "&6[KOLEJKA]" with subtitle "&cWylaczyles kolejke!" for 5 seconds set {kolejka} to false command /akt: trigger: send "%{kolejka}%" to player command /sprawdzbota: trigger: send player title "&6[BOTY]" with subtitle "&aSprawdzanie botow...!" for 5 seconds wait 5 seconds loop all players: if loop-player's name contains "proxy": kick loop-player due to "&cWykryto bota! V-AntyBot" send player title "&6[BOTY]" with subtitle "&aZnaleziono boty!" for 5 seconds wait 5 seconds send player title "&6[BOTY]" with subtitle "&aKickowanie botow...!" for 5 seconds wait 5 seconds send player title "&6[BOTY]" with subtitle "&aPomyslnie wykickowano wszystkie boty!" for 5 seconds
  14. Nelczuss

    arg

    teraz 12 errorow XD
  15. Nelczuss

    arg

    nadal, error [19:51:52 ERROR]: '%arg 1%' is not an entity type (kolejka.sk, line 3: if %arg 1% is "on":') [19:51:52 ERROR]: '%arg 1%' is not an entity type (kolejka.sk, line 5: if %arg 1% is "off":')
  16. Nelczuss

    arg

    command /kolejka [<text>]: trigger: if %arg 1% is "on": send player title "&6[KOLEJKA]" with subtitle "&aWlaczyles kolejke!" for 5 seconds if %arg 1% is "off": send player title "&6[KOLEJKA]" with subtitle "&cWylaczyles kolejke!" for 5 seconds co tu jets zle? dodatki do titla mam
  17. Nelczuss

    edytowanie

    Ale mi nie o skripta chodzi... Chce bez src zedytowac wiadomosc bez configu
  18. Nelczuss

    edytowanie

    Czesc, nie mam src pluginu ani configu do pluginu, a chce zedytowac plugin podajcie decompiler (procyon nie dziala)
  19. Nelczuss

    Prefix

    Do zamkniecia
  20. Nelczuss

    Prefix

    jak mam core to nie bede lagowal serwera skriptem ;x
  21. Nelczuss

    Prefix

    Czesc, nie wiem jak zrobic zeby jak nie chce miec essentailsa bo mam core to zeby rangi mialy prefix bo nie ma, a jak wralem essentials to jest, mam vault
  22. Nelczuss

    Blad z nikad

    naprawilem do usuniecia
  23. Nelczuss

    Blad z nikad

    W eclipse nie mam zadnych bledow Chodzi tu glownie o to ze jest ten blad i nie wczytuje tej komendy ktora zrobilem Error occurred while enabling VTools v1.4.1 [Beta] (Is it up to date?) java.lang.NullPointerException at net.vneleq.vtools.Main.onEnable(Main.java:15) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24] at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  24. Ty tego nie naprawisz, pojdz do wlasciciela serwera
  25. Nie mozesz patrzec kto nad toba pisze i musisz napisac kto lul
×
×
  • Dodaj nową pozycję...