When trying to use scripts I get "An error occurred while trying to load a structure." in the console, and I can't use any of my scripts other than one that just sends a message every 4 minutes. I also am struggling to get TuSKe to work and I don't know whether that is related or not, so I've included the error for that too.
Code:
[18:15:40] [Server thread/ERROR]: Error occurred while enabling TuSKe v1.8.2-Pikachu-Patch-3 (Is it up to date?)
java.lang.NoClassDefFoundError: us/myles/ViaVersion/ViaVersionPlugin
at com.github.tukenuke.tuske.expressions.ExprPlayerVersion.<clinit>(ExprPlayerVersion.java:39) ~[TuSKe.jar:?]
at java.lang.Class.forName0(Native Method) ~[?:?]
at java.lang.Class.forName(Class.java:467) ~[?:?]
at ch.njol.skript.util.Utils.getClasses(Utils.java:201) ~[Skript-2.7.0-beta3.jar:?]
at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:82) ~[Skript-2.7.0-beta3.jar:?]
at com.github.tukenuke.tuske.TuSKe.onEnable(TuSKe.java:99) ~[TuSKe.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-111]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-111]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.20.1.jar:git-Paper-111]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:551) ~[paper-1.20.1.jar:git-Paper-111]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.20.1.jar:git-Paper-111]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:435) ~[paper-1.20.1.jar:git-Paper-111]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-111]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-111]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-111]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: us.myles.ViaVersion.ViaVersionPlugin
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
... 18 more
[18:15:40] [Server thread/INFO]: [TuSKe] Disabling TuSKe v1.8.2-Pikachu-Patch-3
[18:15:40] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling TuSKe v1.8.2-Pikachu-Patch-3 (Is it up to date?)
java.lang.ClassCastException: class com.google.common.collect.ArrayListMultimap cannot be cast to class java.util.Map (com.google.common.collect.ArrayListMultimap is in unnamed module of loader java.net.URLClassLoader @2b71fc7e; java.util.Map is in module java.base of loader 'bootstrap')
at com.github.tukenuke.tuske.manager.gui.v2.SkriptGUIEvent.<init>(SkriptGUIEvent.java:28) ~[TuSKe.jar:?]
at com.github.tukenuke.tuske.manager.gui.v2.SkriptGUIEvent.getInstance(SkriptGUIEvent.java:24) ~[TuSKe.jar:?]
at com.github.tukenuke.tuske.TuSKe.onDisable(TuSKe.java:120) ~[TuSKe.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:283) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:224) ~[paper-1.20.1.jar:git-Paper-111]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.20.1.jar:git-Paper-111]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:193) ~[paper-1.20.1.jar:git-Paper-111]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-111]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.20.1.jar:git-Paper-111]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:551) ~[paper-1.20.1.jar:git-Paper-111]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.20.1.jar:git-Paper-111]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:435) ~[paper-1.20.1.jar:git-Paper-111]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-111]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-111]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-111]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Code:
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:15:44] [Server thread/ERROR]: #!#! Could not load Innovation/genplus.sk
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[18:15:44] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[18:15:44] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[18:15:44] [Server thread/ERROR]: #!#! Here is full list of them:
[18:15:44] [Server thread/ERROR]: #!#! TuSKe v1.8.2-Pikachu-Patch-3 (github.com/Tuke-Nuke/TuSKe) SkBee v2.16.1 (https://github.com/ShaneBeee/SkBee) skDragon v0.17 SkQuery v4.1.10 Skore v2.0.6
[18:15:44] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[18:15:44] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[18:15:44] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[18:15:44] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[18:15:44] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[18:15:44] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! Stack trace:
[18:15:44] [Server thread/ERROR]: #!#! java.lang.RuntimeException: pattern compiling exception, element class: com.github.tukenuke.tuske.expressions.customenchantments.ExprLevelOfCustomEnchant (provided by TuSKe)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:236)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:353)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:637)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.function.Parameter.newInstance(Parameter.java:100)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.function.Parameter.parse(Parameter.java:158)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.function.Functions.parseSignature(Functions.java:146)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.structures.StructFunction.init(StructFunction.java:81)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//org.skriptlang.skript.lang.structure.Structure.init(Structure.java:117)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:266)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseStatic(SkriptParser.java:204)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//org.skriptlang.skript.lang.structure.Structure.parse(Structure.java:185)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:632)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$3(ScriptLoader.java:501)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:422)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:438)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:500)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:457)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.Skript$1.run(Skript.java:815)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1112)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833)
[18:15:44] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.patterns.MalformedPatternException: caught exception while compiling pattern [pattern: level of [custom enchantment] %customenchantment% of %itemstack%]
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:56)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1274)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:229)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:353)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:637)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.function.Parameter.newInstance(Parameter.java:100)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.function.Parameter.parse(Parameter.java:158)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.function.Functions.parseSignature(Functions.java:146)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.structures.StructFunction.init(StructFunction.java:81)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//org.skriptlang.skript.lang.structure.Structure.init(Structure.java:117)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:266)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseStatic(SkriptParser.java:204)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//org.skriptlang.skript.lang.structure.Structure.parse(Structure.java:185)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:632)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$3(ScriptLoader.java:501)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:422)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:438)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:500)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:457)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.Skript$1.run(Skript.java:815)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1112)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833)
[18:15:44] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.SkriptAPIException: No class info found for customenchantment
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:269)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.TypePatternElement.fromString(TypePatternElement.java:92)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:140)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:51)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1274)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:229)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:353)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:637)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.function.Parameter.newInstance(Parameter.java:100)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.function.Parameter.parse(Parameter.java:158)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.function.Functions.parseSignature(Functions.java:146)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.structures.StructFunction.init(StructFunction.java:81)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//org.skriptlang.skript.lang.structure.Structure.init(Structure.java:117)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:266)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseStatic(SkriptParser.java:204)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//org.skriptlang.skript.lang.structure.Structure.parse(Structure.java:185)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:632)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$3(ScriptLoader.java:501)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:422)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:438)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:500)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:457)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.Skript$1.run(Skript.java:815)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1112)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833)
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! Version Information:
[18:15:44] [Server thread/ERROR]: #!#! Skript: 2.7.0-beta3
[18:15:44] [Server thread/ERROR]: #!#! Flavor: skriptlang-github
[18:15:44] [Server thread/ERROR]: #!#! Date: 03:18:03.366646700
[18:15:44] [Server thread/ERROR]: #!#! Bukkit: 1.20.1-R0.1-SNAPSHOT
[18:15:44] [Server thread/ERROR]: #!#! Minecraft: 1.20.1
[18:15:44] [Server thread/ERROR]: #!#! Java: 17.0.7 (OpenJDK 64-Bit Server VM 17.0.7+7)
[18:15:44] [Server thread/ERROR]: #!#! OS: Linux amd64 5.19.0-43-generic
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! Server platform: Paper
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! Current node: function gens_sellAll(target: player, type: string, sellwandMulti: number = 1): (Innovation/genplus.sk, line 605)
[18:15:44] [Server thread/ERROR]: #!#! Current item: null
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! Thread: Server thread
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! Language: english
[18:15:44] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! End of Error.
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:15:44] [Server thread/ERROR]: #!#! An error occurred while trying to load a Structure.
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[18:15:44] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[18:15:44] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[18:15:44] [Server thread/ERROR]: #!#! Here is full list of them:
[18:15:44] [Server thread/ERROR]: #!#! TuSKe v1.8.2-Pikachu-Patch-3 (github.com/Tuke-Nuke/TuSKe) SkBee v2.16.1 (https://github.com/ShaneBeee/SkBee) skDragon v0.17 SkQuery v4.1.10 Skore v2.0.6
[18:15:44] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[18:15:44] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[18:15:44] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[18:15:44] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[18:15:44] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[18:15:44] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[18:15:44] [Server thread/ERROR]: #!#!
[18:15:44] [Server thread/ERROR]: #!#! Stack trace:
[18:15:44] [Server thread/ERROR]: #!#! java.lang.RuntimeException: pattern compiling exception, element class: com.github.tukenuke.tuske.expressions.customenchantments.ExprAcceptedItems (provided by TuSKe)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:236)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:531)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:761)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:154)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.OptionalPatternElement.match(OptionalPatternElement.java:46)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:149)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:58)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1275)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:229)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.Statement.parse(Statement.java:60)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:923)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptEvent.load(SkriptEvent.java:133)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$8(ScriptLoader.java:555)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1672)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1660)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$10(ScriptLoader.java:551)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:684)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:662)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2168)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:511)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:457)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.Skript$1.run(Skript.java:815)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1112)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833)
[18:15:44] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.patterns.MalformedPatternException: caught exception while compiling pattern [pattern: accepted items for %customenchantment%]
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:56)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1274)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:229)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:531)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:761)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:154)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.OptionalPatternElement.match(OptionalPatternElement.java:46)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:149)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:58)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1275)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:229)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.Statement.parse(Statement.java:60)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:923)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptEvent.load(SkriptEvent.java:133)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$8(ScriptLoader.java:555)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1672)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1660)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$10(ScriptLoader.java:551)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:684)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:662)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2168)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:511)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:457)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.Skript$1.run(Skript.java:815)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1112)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833)
[18:15:44] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.SkriptAPIException: No class info found for customenchantment
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:269)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.TypePatternElement.fromString(TypePatternElement.java:92)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:140)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:51)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1274)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:229)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:531)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:761)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:154)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.OptionalPatternElement.match(OptionalPatternElement.java:46)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:149)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:58)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1275)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:229)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:176)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.Statement.parse(Statement.java:60)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:923)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.lang.SkriptEvent.load(SkriptEvent.java:133)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$8(ScriptLoader.java:555)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1672)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1660)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$10(ScriptLoader.java:551)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:684)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:662)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2168)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:511)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:457)
[18:15:44] [Server thread/ERROR]: #!#! at Skript-2.7.0-beta3.jar//ch.njol.skript.Skript$1.run(Skript.java:815)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
[18:15:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1112)
[18:15:44] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[18:15:44] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833)