SOLVED!!
I was missing "wait 1 seconds" on my action bar... fml
Hello, just now I've had this problem. I've got a skript that basically runs everything, and now when I restart my server and I join, the server just crashes and I get this messages. Doesn't really help me discover what the problem is. When I disable the skript and join the server it works but I've going a lot of "on join:" events so that's not an option. I've tried disassembling my skript, reducing the lines and still nothing...
This is the error I get in console:
I was missing "wait 1 seconds" on my action bar... fml
Hello, just now I've had this problem. I've got a skript that basically runs everything, and now when I restart my server and I join, the server just crashes and I get this messages. Doesn't really help me discover what the problem is. When I disable the skript and join the server it works but I've going a lot of "on join:" events so that's not an option. I've tried disassembling my skript, reducing the lines and still nothing...
This is the error I get in console:
Code:
11.07 21:28:13 [Server] ERROR The server has not responded for 20 seconds! Creating thread dump
11.07 21:28:13 [Server] ERROR Server thread dump (Look for plugins here before reporting to Paper!):
11.07 21:28:13 [Server] ERROR Current Thread: Server thread
11.07 21:28:13 [Server] ERROR PID: 33 | Suspended: false | Native: false | State: RUNNABLE
11.07 21:28:13 [Server] ERROR Stack:
11.07 21:28:13 [Server] ERROR java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1042)
11.07 21:28:13 [Server] ERROR ch.njol.skript.registrations.Classes.toString(Classes.java:597)
11.07 21:28:13 [Server] ERROR ch.njol.skript.registrations.Classes.toString(Classes.java:630)
11.07 21:28:13 [Server] ERROR ch.njol.skript.registrations.Classes.toString(Classes.java:623)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.VariableString.toString(VariableString.java:465)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.Variable.getRaw(Variable.java:253)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.Variable.get(Variable.java:265)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.Variable.getConverted(Variable.java:410)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.Variable.getAll(Variable.java:639)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.Variable.getArray(Variable.java:631)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.VariableString.toString(VariableString.java:477)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.VariableString.getSingle(VariableString.java:721)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.VariableString.getSingle(VariableString.java:1)
11.07 21:28:13 [Server] ERROR ch.njol.skript.effects.EffActionBar.execute(EffActionBar.java:67)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.Effect.run(Effect.java:52)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
11.07 21:28:13 [Server] ERROR ch.njol.skript.lang.Trigger.execute(Trigger.java:57)
11.07 21:28:13 [Server] ERROR ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:156)
11.07 21:28:13 [Server] ERROR ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:114)
11.07 21:28:13 [Server] ERROR co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
11.07 21:28:13 [Server] ERROR org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
11.07 21:28:13 [Server] ERROR org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607)
11.07 21:28:13 [Server] ERROR net.minecraft.server.v1_15_R1.PlayerList.postChunkLoadJoin(PlayerList.java:240)
11.07 21:28:13 [Server] ERROR net.minecraft.server.v1_15_R1.PlayerList.lambda$null$1(PlayerList.java:187)
11.07 21:28:13 [Server] ERROR net.minecraft.server.v1_15_R1.PlayerList$$Lambda$4173/917333494.run(Unknown Source)
11.07 21:28:13 [Server] ERROR net.minecraft.server.v1_15_R1.PlayerConnection.tick(PlayerConnection.java:150)
11.07 21:28:13 [Server] ERROR net.minecraft.server.v1_15_R1.NetworkManager.a(NetworkManager.java:373)
11.07 21:28:13 [Server] ERROR net.minecraft.server.v1_15_R1.ServerConnection.c(ServerConnection.java:142)
11.07 21:28:13 [Server] ERROR net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1353)
11.07 21:28:13 [Server] ERROR net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:431)
11.07 21:28:13 [Server] ERROR net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:1181)
11.07 21:28:13 [Server] ERROR net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:970)
11.07 21:28:13 [Server] ERROR java.lang.Thread.run(Thread.java:748)
11.07 21:28:13 [Server] ERROR --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
Last edited: