Solved Why am I getting an internal error?

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

ILikeToLearnStuff

New Member
Aug 10, 2017
7
0
0
24
Why is this giving me an internal error occurred when i reload the skript?
code_language.skript:
on death:
  victim is a zombie:
    attacker is a player:
      broadcast "test"

Skript Version: 2.2-dev29
Minecraft Version: 1.12.1 running latest build of Spigot
---
Full Code: See above
Errors on Reload:
An internal error occoured while attempting to perform this command


Console Errors:
ILikeToLearnStuff issued server command: /sk reload zombie

[14:52:16 ERROR]: null

org.bukkit.command.CommandException: Unhandled exception executing command 'sk' in plugin Skript v2.2-dev29

at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-5340a52-27b8bf9]

at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-5340a52-27b8bf9]

at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:647) ~[spigot.jar:git-Spigot-5340a52-27b8bf9]

at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1386) [spigot.jar:git-Spigot-5340a52-27b8bf9]

at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1221) [spigot.jar:git-Spigot-5340a52-27b8bf9]

at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-5340a52-27b8bf9]

at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-5340a52-27b8bf9]

at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-5340a52-27b8bf9]

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_144]

at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_144]

at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-5340a52-27b8bf9]

at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-5340a52-27b8bf9]

at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-5340a52-27b8bf9]

at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-5340a52-27b8bf9]

at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-5340a52-27b8bf9]

at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]

Caused by: java.lang.NoSuchMethodError: com.sk89q.worldguard.protection.flags.DefaultFlag.fuzzyMatchFlag(Ljava/lang/String:emoji_wink:Lcom/sk89q/worldguard/protection/flags/Flag;

at me.TheBukor.SkStuff.SkStuff$4.parse(SkStuff.java:244) ~[?:?]

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.ScriptLoader.loadScript(ScriptLoader.java:450) ~[?:?]

at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:243) ~[?:?]

at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:267) ~[?:?]

at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:187) ~[?:?]

at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-5340a52-27b8bf9]

... 15 more

>

Addons using (including versions):

WildSkript: Can't find version number? But I downloaded it yesterday so it is the latest.

Skellett: (Best addon ever) Version 1.9.6

Have you tried searching the docs? Yes.
Have you tried searching the forums? Yes. For a long time.
What other methods have you tried to fix it? I have deleted unnecessary portions of code and I've tried other ways to do this
 
Last edited:
Status
Not open for further replies.