Skocz do zawartości

Uzi

Użytkownik
  • Ilość zawartości

    422
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez Uzi

  1. Uzi

    skrypt na dodawanie punktów

    pierwsza opcja wystarcza + jakby jeszcze pisało "Otrzymałeś punkty"
  2. Uzi

    skrypt na dodawanie punktów

    Dokładnie poproszę o komendę ./dodajpkt Jeśli gracz ją wpisze to consola wykona taką komendę /ga points nick_gracza 2000
  3. Uzi

    Jak zrobić taki crafting

    [16:19:08] [Server thread/ERROR]: "false?" is not an entity type (tsa.sk, line 13: set {c::%player%} to false?") Jeden mały błąd
  4. Uzi

    Jak zrobić taki crafting

    A dokładnie na set player's current inventory's slot 0 to "49" parsed as item ?
  5. Uzi

    Jak zrobić taki crafting

    Dwie rzeczy jeszcze dokładnie występuje taki błąd: " [15:22:49] [Server thread/ERROR]: #!#! [15:22:49] [Server thread/ERROR]: #!#! [Skript] Severe Error: [15:22:49] [Server thread/ERROR]: #!#! [15:22:49] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [15:22:49] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/ [15:22:49] [Server thread/ERROR]: #!#! and check whether this error has already been reported. [15:22:49] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [15:22:49] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [15:22:49] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [15:22:49] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [15:22:49] [Server thread/ERROR]: #!#! [15:22:49] [Server thread/ERROR]: #!#! Stack trace: [15:22:49] [Server thread/ERROR]: #!#! java.lang.ArrayIndexOutOfBoundsException: 9 [15:22:49] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.InventoryCrafting.setItem(InventoryCrafting.java:128) [15:22:49] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftInventoryCrafting.setItem(CraftInventoryCrafting.java:83) [15:22:49] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.elements.expressions.ExprItemInInventory$1.setItem(ExprItemInInventory.java:38) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.SkriptClasses$17.change(SkriptClasses.java:639) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.classes.data.SkriptClasses$17.change(SkriptClasses.java:1) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.change(SimpleExpression.java:233) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.effects.EffChange.execute(EffChange.java:273) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [15:22:49] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:155) [15:22:49] [Server thread/ERROR]: #!#! at sun.reflect.GeneratedMethodAccessor160.invoke(Unknown Source) [15:22:49] [Server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:22:49] [Server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:498) [15:22:49] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [15:22:49] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [15:22:49] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [15:22:49] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [15:22:49] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154) [15:22:49] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [15:22:49] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [15:22:49] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [15:22:49] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [15:22:49] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [15:22:49] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [15:22:49] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [15:22:49] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [15:22:49] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [15:22:49] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [15:22:49] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [15:22:49] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745) [15:22:49] [Server thread/ERROR]: #!#! [15:22:49] [Server thread/ERROR]: #!#! Version Information: [15:22:49] [Server thread/ERROR]: #!#! Skript: 2.1.2 [15:22:49] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [15:22:49] [Server thread/ERROR]: #!#! Minecraft: 1.8.8 [15:22:49] [Server thread/ERROR]: #!#! Java: 1.8.0_121 [15:22:49] [Server thread/ERROR]: #!#! [15:22:49] [Server thread/ERROR]: #!#! Running CraftBukkit: false [15:22:49] [Server thread/ERROR]: #!#! [15:22:49] [Server thread/ERROR]: #!#! Current node: null [15:22:49] [Server thread/ERROR]: #!#! Current item: set slot to [[itemtype:obsidian]] [15:22:49] [Server thread/ERROR]: #!#! [15:22:49] [Server thread/ERROR]: #!#! Thread: Server thread [15:22:49] [Server thread/ERROR]: #!#! [15:22:49] [Server thread/ERROR]: #!#! End of Error. [15:22:49] [Server thread/ERROR]: #!#! " Jak klikam np. na obsydian i jeśli mam całe zapełnione gui to wyrzuca mi jednego obsa
  6. Uzi

    Jak zrobić taki crafting

    A jak mogę wrzucić do tego np. liście dokładnie 18 i 18;1 ? Bo po nazwie nie działa.
  7. Skrypt na automatyczne itemy żelazne po śmierci dokładnie miecz żelazny i zbroja. Bardzo proszę.
  8. Uzi

    Jak zrobić taki crafting

    Jak kliknę na item to po wyjściu z gui wypada
  9. Uzi

    Jak zrobić taki crafting

    Jest komenda ./craftingi i jeśli otworzę jeden taki to otwiera się takie coś. Nie da się wyciągać itemów/craftować w tym tylko jest tak jakby pokazane jak dokładnie to zrobić.
  10. Uzi

    Jak zrobić taki crafting

    Jak zrobić taki crafting? https://imgur.com/a/BVzF2qC
  11. Witam, poprosiłbym o skrypt, który wyłączy serwer przy 40 osobach dokładnie jeśli będzie tyle na serwerze to go po prostu zastopuję.
  12. Uzi

    Skrypty na bossy

    Nie działa...
  13. Uzi

    Skrypty na bossy

    Poproszę dokładnie skrypt na bossy. Jest komenda boss która respi zombi o 1000 ilości hp z setem prot 4/3 Po zabiciu wypada jeden z tych elementów.
  14. Uzi

    Skrypt na randomtp

    Jakbyś dodał, że nie będzie tepało do wody to byłoby jeszcze lepiej
  15. Uzi

    Skrypt na randomtp

    Witam, Przerobi ktoś ten skrypt? Gracze skarżą się, że jak spadają to ich zabija... Przyczyna jest ping lub lagi ich mc. Da się zrobić aby po teleportacji był ten ktoś nieśmiertelny przez te 10 sekund? options: x-min: -900 x-max: 900 z-min: -900 z-max: 900 on right click: if clicked block is stone button: if block behind clicked block is sponge: set {_x} to random integer between {@x-min} and {@x-max} set {_y} to 99 set {_z} to random integer between {@z-min} and {@z-max} set {_location} to location at {_x}, {_y}, {_z} set {randomtp.god.%player%} to true teleport player to {_location} stop on damage: if victim is player: if {randomtp.god.%victim%} is true: cancel event delete {randomtp.god.%victim%} stop
  16. Uzi

    Skrypt na blokadę

    Każdy gracz ma dostęp tzn. do listy regionów ./rg info chciałbym to zablokować aby nie widzieli. A co do blokady komend np. jeśli wpisze ./op nick bedzie pisało "Nie tam tak fajnie" lub jakąś komendę której nie ma np. awfjada to też to samo będzie pisało.
  17. Uzi

    Pomoc przy komendzie

    Jak zablokować to?
  18. Uzi

    Skrypt na autofose

    Przepraszam, ale występują błędy Jest opcja naprawienia ich [22:21:56] [Server thread/INFO]: [Skript][m Reloading fosa.sk[m... [22:21:56] [Server thread/ERROR]: indentation error: expected 2 tabs, but found 6 spaces (fosa.sk, line 3: if player"s tool is emerald ore of unbreaking 10:") [22:21:56] [Server thread/ERROR]: indentation error: expected 2 tabs, but found 10 spaces (fosa.sk, line 4: loop blocks under event-block:") [22:21:56] [Server thread/ERROR]: indentation error: expected 2 tabs, but found 14 spaces (fosa.sk, line 5: loop-block is bedrock:") [22:21:56] [Server thread/ERROR]: indentation error: expected 2 tabs, but found 18 spaces (fosa.sk, line 6: stop loop") [22:21:56] [Server thread/ERROR]: indentation error: expected 2 tabs, but found 14 spaces (fosa.sk, line 7: else:") [22:21:56] [Server thread/ERROR]: indentation error: expected 2 tabs, but found 18 spaces (fosa.sk, line 8: set loop-block to air") [22:21:56] [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. (fosa.sk, line 2: if "%region at player%" doesn"t contain "dobryspawn":") [22:21:56] [Server thread/INFO]: [Skript][m Encountered 6 errors while reloading fosa.sk[m!
  19. Do czego służy ta komenda? pex promote I czemu wpisują dość często takie coś pex promote a
  20. Uzi

    Skrypt na blokadę

    Witam, Poprosiłbym skrypt na blokadę podglądu regionów oraz jeśli jakiś gracz nie ma uprawnień do danej komendy niech mu się wyświetli komenda "Nie ma tak fajnie" najlepiej w title.
  21. Uzi

    Skrypt na autofose

    Witam, Posiadam taki skrypt: on place: if player's tool is emerald ore of unbreaking 10: loop blocks under event-block: loop-block is bedrock: stop loop else: set loop-block to air on script load: register new shaped recipe for 4 emerald ore of unbreaking 10 named "&3AutoFosa" with lore "&aUsuwa bloki do bedrocka!" using redstone, redstone, redstone, redstone, diamond, redstone, redstone, redstone, redstone Chciałbym aby nikt nie mógł użyć tego bloku na spawnie.
  22. Uzi

    Skrypt na alert

    Możesz to wrzucić do skryptu bo dodałem i nie działa coś
  23. Uzi

    Skrypt na alert

    To powinno być dobre tylko jakbyś zamiast wiadomości na czacie dodał wiadomość, która będzie pojawiała się na środku ekranu.
  24. Tak a da się jakoś inaczej np. aby gracz miał swoje ip a nie bungeecorda?
  25. Uzi

    Skrypt na alert

    Witam, Poprosiłbym skrypt na alert przed każdą komendą. Dokładnie ktoś wpisze drop to najpierw pokazuje mu się alert Ta komenda zaraz zadziała (1-2 sekundy) i dopiero otwiera tę komendę.
×
×
  • Dodaj nową pozycję...