Po wpisaniu komendy /drop wyskakują następujące problemy. Jak je rozwiązać? Proszę o pomoc!
#!#!
[15:07:19] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[15:07:19] [Server thread/ERROR]: #!#!
[15:07:19] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[15:07:19] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[15:07:19] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[15:07:19] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[15:07:19] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[15:07:19] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[15:07:19] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[15:07:19] [Server thread/ERROR]: #!#!
[15:07:19] [Server thread/ERROR]: #!#! Stack trace:
[15:07:19] [Server thread/ERROR]: #!#! java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
[15:07:19] [Server thread/ERROR]: #!#! at org.apache.commons.lang.Validate.isTrue(Validate.java:157)
[15:07:19] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_7_R1.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:48)
[15:07:19] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_7_R1.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26)
[15:07:19] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_7_R1.CraftServer.createInventory(CraftServer.java:1317)
[15:07:19] [Server thread/ERROR]: #!#! at org.bukkit.Bukkit.createInventory(Bukkit.java:581)
[15:07:19] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.elements.expressions.ExprBlankInventories.get(ExprBlankInventories.java:36)
[15:07:19] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.elements.expressions.ExprBlankInventories.get(ExprBlankInventories.java:14)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:101)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getSingle(SimpleExpression.java:61)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.effects.EffOpenInventory.execute(EffOpenInventory.java:78)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.util.Task.callSync(Task.java:139)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260)
[15:07:19] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:155)
[15:07:19] [Server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:07:19] [Server thread/ERROR]: #!#! at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[15:07:19] [Server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[15:07:19] [Server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Unknown Source)
[15:07:19] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
[15:07:19] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[15:07:19] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481)
[15:07:19] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466)
[15:07:19] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:924)
[15:07:19] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814)
[15:07:19] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28)
[15:07:19] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47)
[15:07:19] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146)
[15:07:19] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134)
[15:07:19] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655)
[15:07:19] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250)
[15:07:19] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545)
[15:07:19] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457)
[15:07:19] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
[15:07:19] [Server thread/ERROR]: #!#!
[15:07:19] [Server thread/ERROR]: #!#! Version Information:
[15:07:19] [Server thread/ERROR]: #!#! Skript: 2.1.2
[15:07:19] [Server thread/ERROR]: #!#! Bukkit: 1.7.2-R0.2
[15:07:19] [Server thread/ERROR]: #!#! Minecraft: 1.7.2
[15:07:19] [Server thread/ERROR]: #!#! Java: 1.8.0_201
[15:07:19] [Server thread/ERROR]: #!#!
[15:07:19] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[15:07:19] [Server thread/ERROR]: #!#!
[15:07:19] [Server thread/ERROR]: #!#! Current node: null
[15:07:19] [Server thread/ERROR]: #!#! Current item: open inventory to the player
[15:07:19] [Server thread/ERROR]: #!#!
[15:07:19] [Server thread/ERROR]: #!#! Thread: Server thread
[15:07:19] [Server thread/ERROR]: #!#!
[15:07:19] [Server thread/ERROR]: #!#! End of Error.
[15:07:19] [Server thread/ERROR]: #!#!
Pytanie
Wojtaso1 0
Po wpisaniu komendy /drop wyskakują następujące problemy. Jak je rozwiązać? Proszę o pomoc!
Edytowane przez SzifterDodano spojler
Notatka dodana przez Szifter
Odnośnik do komentarza
https://skript.pl/temat/32708-problem-z-serwerem/Udostępnij na innych stronach
7 odpowiedzi na to pytanie
Rekomendowane odpowiedzi