Internal error when using /skript reload scripts after 1.12 update

  • 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.

RobotnikMan

Member
Mar 14, 2017
2
0
0
34
Skript Version: Skript v2.2-dev29
Skript Author: Bensku
Minecraft Version: 1.12

Hi, I am getting this error after the 1.12 update when I try to use the command /skript reload scripts, and none of my skripts work. When I use the command in Minecraft it says 'all scripts reloaded without errors', then says 'an internal error occured while attempting to perform this command'

Here is the error in the server console

code_language.skript:
[16:36:16] [Server thread/INFO]: RobotnikMan issued server command: /skript reload scripts
[16:36:16] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'skript' in plugin Skript v2.2-dev29
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[minecraft_server.jar:git-Spigot-7228328-d603539]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[minecraft_server.jar:git-Spigot-7228328-d603539]
    at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:644) ~[minecraft_server.jar:git-Spigot-7228328-d603539]
    at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1385) [minecraft_server.jar:git-Spigot-7228328-d603539]
    at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1220) [minecraft_server.jar:git-Spigot-7228328-d603539]
    at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [minecraft_server.jar:git-Spigot-7228328-d603539]
    at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [minecraft_server.jar:git-Spigot-7228328-d603539]
    at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [minecraft_server.jar:git-Spigot-7228328-d603539]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_121]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_121]
    at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [minecraft_server.jar:git-Spigot-7228328-d603539]
    at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [minecraft_server.jar:git-Spigot-7228328-d603539]
    at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [minecraft_server.jar:git-Spigot-7228328-d603539]
    at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [minecraft_server.jar:git-Spigot-7228328-d603539]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [minecraft_server.jar:git-Spigot-7228328-d603539]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Caused by: java.lang.NoSuchMethodError: com.sk89q.worldguard.protection.flags.DefaultFlag.fuzzyMatchFlag(Ljava/lang/String;)Lcom/sk89q/worldguard/protection/flags/Flag;
    at me.TheBukor.SkStuff.SkStuff$4.parse(SkStuff.java:220) ~[?:?]
    at me.TheBukor.SkStuff.SkStuff$4.parse(SkStuff.java:1) ~[?:?]
    at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:420) ~[?:?]
    at ch.njol.skript.registrations.Classes.parse(Classes.java:449) ~[?:?]
    at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:95) ~[?:?]
    at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:84) ~[?:?]
    at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:1) ~[?:?]
    at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:179) ~[?:?]
    at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:130) ~[?:?]
    at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:247) ~[?:?]
    at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:174) ~[?:?]
    at ch.njol.skript.lang.Condition.parse(Condition.java:81) ~[?:?]
    at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:738) ~[?:?]
    at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54) ~[?:?]
    at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44) ~[?:?]
    at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:745) ~[?:?]
    at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:450) ~[?:?]
    at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:243) ~[?:?]
    at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:200) ~[?:?]
    at ch.njol.skript.Skript.reloadScripts(Skript.java:730) ~[?:?]
    at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:165) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[minecraft_server.jar:git-Spigot-7228328-d603539]
    ... 15 more

I know it says something about WorldGuard, but I have the latest version of that installed as well
 
Status
Not open for further replies.