My Skript is broken!

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
I restarted twice, and checked the files, it didn't create a SkQuery folder though. I'm on 1.8.8 Spigot if that helps.
 
Check for any console errors on startup
 
Sorry for the late response, I found an error

Code:
[11:35:12 INFO]: [SkQuery] Enabling SkQuery v3.6.5
[11:35:12 INFO]: [skQuery] Locating classes from SkQuery...
[11:35:12 INFO]: [skQuery] Beginning to process a total of 139 from SkQuery
java.lang.NoClassDefFoundError: org/bukkit/Particle
[11:35:12 ERROR]: Error occurred while enabling SkQuery v3.6.5 (Is it up to date?)
at com.w00tmast3r.skquery.elements.SimpleTypes.run(SimpleTypes.java:29) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at com.w00tmast3r.skquery.SkQuery.onEnable(SkQuery.java:31) ~[?:?]
at com.w00tmast3r.skquery.Registration.enableSnooper(Registration.java:65) ~[?:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
at com.w00tmast3r.skquery.Registration.register(Registration.java:146) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_252]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
Caused by: java.lang.ClassNotFoundException: org.bukkit.Particle
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
... 16 more
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_252]
 
I just found out that you do have the correct version, LimeGlass messed up the version tag for that release. About the error though, try some older versions from Lime's SkQuery (3.6.5 for example)
 
It works perfectly fine on my other server, but not on my main server.
[doublepost=1595640654,1595616836][/doublepost]So it worked for a couple of hours, but when I restarted the server it stopped working again!
So it can't be the version, as it works on my other server and it worked for a little on my main server.

Here is the most recent error:
Code:
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! [Skript] Severe Error:
[01:25:10 ERROR]: #!#! Exception occurred in Skript's main command
[01:25:10 ERROR]: #!#! Used command: /sk reload hub
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[01:25:10 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[01:25:10 ERROR]: #!#! and check whether this error has already been reported.
[01:25:10 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[01:25:10 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[01:25:10 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[01:25:10 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[01:25:10 ERROR]: #!#!
icatedServer.java:378)
[01:25:10 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713)
[01:25:10 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616)
[01:25:10 ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! Version Information:
[01:25:10 ERROR]: #!#! Skript: 2.2-dev25
[01:25:10 ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[01:25:10 ERROR]: #!#! Minecraft: 1.8.8
[01:25:10 ERROR]: #!#! Java: 1.8.0_252 (OpenJDK 64-Bit Server VM 25.252-b09)
[01:25:10 ERROR]: #!#! OS: Linux amd64 3.10.0-957.27.2.el7.x86_64
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! Running CraftBukkit: false
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! Current node: null
[01:25:10 ERROR]: #!#! Current item: null
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! Thread: Server thread
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! End of Error.
[01:25:10 ERROR]: #!#!
 
It works perfectly fine on my other server, but not on my main server.
[doublepost=1595640654,1595616836][/doublepost]So it worked for a couple of hours, but when I restarted the server it stopped working again!
So it can't be the version, as it works on my other server and it worked for a little on my main server.

Here is the most recent error:
Code:
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! [Skript] Severe Error:
[01:25:10 ERROR]: #!#! Exception occurred in Skript's main command
[01:25:10 ERROR]: #!#! Used command: /sk reload hub
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[01:25:10 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[01:25:10 ERROR]: #!#! and check whether this error has already been reported.
[01:25:10 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[01:25:10 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[01:25:10 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[01:25:10 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[01:25:10 ERROR]: #!#!
icatedServer.java:378)
[01:25:10 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713)
[01:25:10 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616)
[01:25:10 ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! Version Information:
[01:25:10 ERROR]: #!#! Skript: 2.2-dev25
[01:25:10 ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[01:25:10 ERROR]: #!#! Minecraft: 1.8.8
[01:25:10 ERROR]: #!#! Java: 1.8.0_252 (OpenJDK 64-Bit Server VM 25.252-b09)
[01:25:10 ERROR]: #!#! OS: Linux amd64 3.10.0-957.27.2.el7.x86_64
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! Running CraftBukkit: false
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! Current node: null
[01:25:10 ERROR]: #!#! Current item: null
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! Thread: Server thread
[01:25:10 ERROR]: #!#!
[01:25:10 ERROR]: #!#! End of Error.
[01:25:10 ERROR]: #!#!
That is, again, not the full error
 
Okay, this is what I got:

Code:
[07:14:14] [Thread-29/INFO]: UUID of player JBean10 is f8508dd0-d721-4e95-ba8f-df5767255846
[07:14:15] [Server thread/INFO]: Given Speed (ID 1) * 0 to JBean10 for 99999 seconds
[07:14:15] [Server thread/INFO]: Given Night Vision (ID 16) * 20 to JBean10 for 99999 seconds
[07:14:15] [Server thread/ERROR]: #!#! 
[07:14:15] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[07:14:15] [Server thread/ERROR]: #!#! 
[07:14:15] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[07:14:15] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[07:14:15] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[07:14:15] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[07:14:15] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[07:14:15] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[07:14:15] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[07:14:15] [Server thread/ERROR]: #!#! 
[07:14:15] [Server thread/ERROR]: #!#! Stack trace:
[07:14:15] [Server thread/ERROR]: #!#! java.lang.NullPointerException
[07:14:15] [Server thread/ERROR]: #!#!     at uk.tim740.skUtilities.util.ExprGetJsonIDS.get(ExprGetJsonIDS.java:30)
[07:14:15] [Server thread/ERROR]: #!#!     at uk.tim740.skUtilities.util.ExprGetJsonIDS.get(ExprGetJsonIDS.java:1)
[07:14:15] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:105)
[07:14:15] [Server thread/ERROR]: #!#!     at ch.njol.skript.effects.EffChange.execute(EffChange.java:270)
[07:14:15] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:54)
[07:14:15] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65)
[07:14:15] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93)
[07:14:15] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[07:14:15] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:152)
[07:14:15] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:112)
[07:14:15] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[07:14:15] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[07:14:15] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[07:14:15] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
[07:14:15] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
[07:14:15] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
[07:14:15] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
[07:14:15] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
[07:14:15] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
[07:14:15] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
[07:14:15] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[07:14:15] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[07:14:15] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[07:14:15] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:748)
[07:14:15] [Server thread/ERROR]: #!#! 
[07:14:15] [Server thread/ERROR]: #!#! Version Information:
[07:14:15] [Server thread/ERROR]: #!#!   Skript: 2.2-dev25
[07:14:15] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[07:14:15] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[07:14:15] [Server thread/ERROR]: #!#!   Java: 1.8.0_252 (OpenJDK 64-Bit Server VM 25.252-b09)
[07:14:15] [Server thread/ERROR]: #!#!   OS: Linux amd64 3.10.0-957.27.2.el7.x86_64
[07:14:15] [Server thread/ERROR]: #!#! 
[07:14:15] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[07:14:15] [Server thread/ERROR]: #!#! 
[07:14:15] [Server thread/ERROR]: #!#! Current node: null
[07:14:15] [Server thread/ERROR]: #!#! Current item: set {country.%the player%}(as java.lang.Object) to uk.tim740.skUtilities.util.ExprGetJsonIDS
[07:14:15] [Server thread/ERROR]: #!#! 
[07:14:15] [Server thread/ERROR]: #!#! Thread: Server thread
[07:14:15] [Server thread/ERROR]: #!#! 
[07:14:15] [Server thread/ERROR]: #!#! End of Error.
[07:14:15] [Server thread/ERROR]: #!#! 
[07:14:15] [Server thread/INFO]: JBean10[/MY IP BLOCKED:PORT] logged in with entity id 62 at ([world]0.5, 60.0, 0.5)
[07:14:19] [Server thread/INFO]: JBean10 issued server command: /sk reload hub
[07:14:19] [Server thread/ERROR]: #!#! 
[07:14:19] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[07:14:19] [Server thread/ERROR]: #!#! Exception occurred in Skript's main command
[07:14:19] [Server thread/ERROR]: #!#! Used command: /sk reload hub
[07:14:19] [Server thread/ERROR]: #!#! 
[07:14:19] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[07:14:19] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[07:14:19] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[07:14:19] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[07:14:19] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[07:14:19] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[07:14:19] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[07:14:19] [Server thread/ERROR]: #!#! 
[07:14:19] [Server thread/ERROR]: #!#! Stack trace:
[07:14:19] [Server thread/ERROR]: #!#! java.lang.NullPointerException
[07:14:19] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.Functions.clearFunctions(Functions.java:264)
[07:14:19] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.removeTriggers(SkriptEventHandler.java:255)
[07:14:19] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.unloadScript_(ScriptLoader.java:713)
[07:14:19] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.unloadScript(ScriptLoader.java:706)
[07:14:19] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:165)
[07:14:19] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[07:14:19] [Server thread/ERROR]: #!#!     at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:98)
[07:14:19] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641)
[07:14:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162)
[07:14:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
[07:14:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
[07:14:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
[07:14:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[07:14:19] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[07:14:19] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[07:14:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[07:14:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[07:14:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[07:14:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[07:14:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[07:14:19] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:748)
[07:14:19] [Server thread/ERROR]: #!#! 
[07:14:19] [Server thread/ERROR]: #!#! Version Information:
[07:14:19] [Server thread/ERROR]: #!#!   Skript: 2.2-dev25
[07:14:19] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[07:14:19] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[07:14:19] [Server thread/ERROR]: #!#!   Java: 1.8.0_252 (OpenJDK 64-Bit Server VM 25.252-b09)
[07:14:19] [Server thread/ERROR]: #!#!   OS: Linux amd64 3.10.0-957.27.2.el7.x86_64
[07:14:19] [Server thread/ERROR]: #!#! 
[07:14:19] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[07:14:19] [Server thread/ERROR]: #!#! 
[07:14:19] [Server thread/ERROR]: #!#! Current node: null
[07:14:19] [Server thread/ERROR]: #!#! Current item: null
[07:14:19] [Server thread/ERROR]: #!#! 
[07:14:19] [Server thread/ERROR]: #!#! Thread: Server thread
[07:14:19] [Server thread/ERROR]: #!#! 
[07:14:19] [Server thread/ERROR]: #!#! End of Error.
[07:14:19] [Server thread/ERROR]: #!#! 
[07:14:20] [Server thread/INFO]: [MVdWPlaceholderAPI] PremiumVanish added custom placeholder {premiumvanish_bungeeplayercount@uhc}
[07:14:20] [Server thread/INFO]: [MVdWPlaceholderAPI] PremiumVanish added custom placeholder {premiumvanish_bungeeplayercount@lobby}
[doublepost=1595665343,1595661450][/doublepost]I also found this!

Code:
[08:21:43 ERROR]: #!#!
[08:21:43 ERROR]: #!#! [Skript] Severe Error:
[08:21:43 ERROR]: #!#! Could not load hub.sk
[08:21:43 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[08:21:43 ERROR]: #!#!
[08:21:43 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[08:21:43 ERROR]: #!#! and check whether this error has already been reported.
[08:21:43 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[08:21:43 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[08:21:43 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[08:21:43 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[08:21:43 ERROR]: #!#! Stack trace:
[08:21:43 ERROR]: #!#!
[08:21:43 ERROR]: #!#! ch.njol.skript.SkriptAPIException: Signature of function is null when return type is asked!
[08:21:43 ERROR]: #!#! at ch.njol.skript.lang.function.FunctionReference.getReturnType(FunctionReference.java:201)
[08:21:43 ERROR]: #!#! at ch.njol.skript.effects.EffChange.init(EffChange.java:208)
[08:21:43 ERROR]: #!#! at ch.njol.skript.lang.function.ExprFunctionCall.getReturnType(ExprFunctionCall.java:56)
[08:21:43 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176)
[08:21:43 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:249)
[08:21:43 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:754)
[08:21:43 ERROR]: #!#! at ch.njol.skript.lang.function.ScriptFunction.<init>(ScriptFunction.java:53)
[08:21:43 ERROR]: #!#! at ch.njol.skript.lang.function.Functions.loadFunction(Functions.java:129)
[08:21:43 ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:61)
[08:21:43 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:247)
[08:21:43 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:485)
[08:21:43 ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:406)
[08:21:43 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:201)
[08:21:43 ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[08:21:43 ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[08:21:43 ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[08:21:43 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[08:21:43 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[08:21:43 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[08:21:43 ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
[08:21:43 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[08:21:43 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[08:21:43 ERROR]: #!#!
[08:21:43 ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
[08:21:43 ERROR]: #!#! Skript: 2.2-dev25
[08:21:43 ERROR]: #!#! Version Information:
[08:21:43 ERROR]: #!#! Minecraft: 1.8.8
[08:21:43 ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[08:21:43 ERROR]: #!#! Java: 1.8.0_252 (OpenJDK 64-Bit Server VM 25.252-b09)
[08:21:43 ERROR]: #!#!
[08:21:43 ERROR]: #!#! OS: Linux amd64 3.10.0-957.27.2.el7.x86_64
[08:21:43 ERROR]: #!#! Running CraftBukkit: false
[08:21:43 ERROR]: #!#!
[08:21:43 ERROR]: #!#! Current node: set {_balance.%{_p}%} to splitCoins("%{_balance.%{_p}%}%") (hub.sk, line 1135)
[08:21:43 ERROR]: #!#!
[08:21:43 ERROR]: #!#! Current item: null
[08:21:43 ERROR]: #!#!
[08:21:43 ERROR]: #!#! Thread: Server thread
[08:21:43 ERROR]: #!#!
[08:21:43 ERROR]: #!#! End of Error.
[doublepost=1595665403][/doublepost]And this: at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:98)

What is that?
 
The first has to do with skUtilities, the second is most likely a version issue, the third is a plugin of yours, probably something like per world plugins
 
Status
Not open for further replies.