My skript doesn't work

  • 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 community!

    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!

san0412

Member
Jan 27, 2025
1
0
1
Korea
My skript doesn't work. Help me!
I'm running on mc 1.21.1 and skript 2.9.5.
I've got this errors.
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[23:59:03] [Server thread/ERROR]: #!#! An error occurred while trying to load a Structure.
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! You're running outdated version of Skript! Please try updating it NOW; it might fix this.
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:145)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1207)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.v_(MinecraftServer.java:1214)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1078)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:1570)
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! Version Information:
[23:59:03] [Server thread/ERROR]: #!#! Skript: 2.9.5 (OUTDATED)
[23:59:03] [Server thread/ERROR]: #!#! Flavor: skriptlang-github
[23:59:03] [Server thread/ERROR]: #!#! Date: 19:09:25.858356200
[23:59:03] [Server thread/ERROR]: #!#! Bukkit: 1.21.1-R0.1-SNAPSHOT
[23:59:03] [Server thread/ERROR]: #!#! Minecraft: 1.21.1
[23:59:03] [Server thread/ERROR]: #!#! Java: 22.0.2 (Java HotSpot(TM) 64-Bit Server VM 22.0.2+9-70)
[23:59:03] [Server thread/ERROR]: #!#! OS: Windows 10 amd64 10.0
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! Server platform: Spigot
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! Current node: if player is op: (safety alert.sk, line 6)
[23:59:03] [Server thread/ERROR]: #!#! Current item: null
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! Thread: Server thread
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! Language: korean
[23:59:03] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! End of Error.
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[23:59:03] [Server thread/ERROR]: #!#! An error occurred while trying to load a Structure.
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! You're running outdated version of Skript! Please try updating it NOW; it might fix this.
[23:59:03] [Server thread/ERROR]: #!#! Run /sk update check to get a download link to latest Skript!
[23:59:03] [Server thread/ERROR]: #!#! You will be given instructions how to report this error if it persists after update.
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! Stack trace:
[23:59:03] [Server thread/ERROR]: #!#! java.lang.RuntimeException: pattern compiling exception, element class: com.w00tmast3r.skquery.elements.expressions.ExprSQLQueryObjects (provided by SkQuery)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:239)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:325)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:541)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:781)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:162)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:157)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:63)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1331)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:232)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:65)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:967)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptEvent.load(SkriptEvent.java:149)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.structures.StructEvent.load(StructEvent.java:85)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$8(ScriptLoader.java:570)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1766)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1744)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$10(ScriptLoader.java:561)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:684)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:662)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2200)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:513)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:459)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:190)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_21_R1.CraftServer.dispatchCommand(CraftServer.java:921)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_21_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50)
[23:59:03] [Server thread/ERROR]: #!#! at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:414)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:336)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:323)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1842)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1818)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.TickTask.run(SourceFile:18)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:162)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1270)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:203)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:136)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1249)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1242)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:145)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1207)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.v_(MinecraftServer.java:1214)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1078)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:1570)
[23:59:03] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.patterns.MalformedPatternException: caught exception while compiling pattern [pattern: objects in column %string% from %queryresult%]
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:56)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1742)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1330)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:232)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:325)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:541)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:781)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:162)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:157)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:63)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1331)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:232)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:65)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:967)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptEvent.load(SkriptEvent.java:149)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.structures.StructEvent.load(StructEvent.java:85)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$8(ScriptLoader.java:570)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1766)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1744)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$10(ScriptLoader.java:561)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:684)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:662)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2200)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:513)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:459)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:190)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_21_R1.CraftServer.dispatchCommand(CraftServer.java:921)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_21_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50)
[23:59:03] [Server thread/ERROR]: #!#! at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:414)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:336)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:323)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1842)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1818)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.TickTask.run(SourceFile:18)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:162)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1270)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:203)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:136)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1249)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1242)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:145)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1207)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.v_(MinecraftServer.java:1214)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1078)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:1570)
[23:59:03] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.SkriptAPIException: No class info found for queryresult
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:270)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.fromString(TypePatternElement.java:96)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:140)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:51)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1742)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1330)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:232)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:325)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:541)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:781)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:162)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:157)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:65)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:63)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1331)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:232)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:65)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:967)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptEvent.load(SkriptEvent.java:149)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.structures.StructEvent.load(StructEvent.java:85)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$8(ScriptLoader.java:570)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1766)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.ArrayList.removeIf(ArrayList.java:1744)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$10(ScriptLoader.java:561)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:684)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:662)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2200)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:513)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:459)
[23:59:03] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:190)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:150)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_21_R1.CraftServer.dispatchCommand(CraftServer.java:921)
[23:59:03] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_21_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50)
[23:59:03] [Server thread/ERROR]: #!#! at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.tasks.ExecuteCommand.a(SourceFile:29)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(SourceFile:13)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.UnboundEntryAction.a(SourceFile:8)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.CommandQueueEntry.a(SourceFile:8)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.execution.ExecutionContext.a(SourceFile:107)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:414)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:336)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:323)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.b(PlayerConnection.java:1842)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$7(PlayerConnection.java:1818)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.TickTask.run(SourceFile:18)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:162)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1270)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:203)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:136)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1249)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1242)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:145)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1207)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.v_(MinecraftServer.java:1214)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1078)
[23:59:03] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[23:59:03] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:1570)
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! Version Information:
[23:59:03] [Server thread/ERROR]: #!#! Skript: 2.9.5 (OUTDATED)
[23:59:03] [Server thread/ERROR]: #!#! Flavor: skriptlang-github
[23:59:03] [Server thread/ERROR]: #!#! Date: 19:09:25.858356200
[23:59:03] [Server thread/ERROR]: #!#! Bukkit: 1.21.1-R0.1-SNAPSHOT
[23:59:03] [Server thread/ERROR]: #!#! Minecraft: 1.21.1
[23:59:03] [Server thread/ERROR]: #!#! Java: 22.0.2 (Java HotSpot(TM) 64-Bit Server VM 22.0.2+9-70)
[23:59:03] [Server thread/ERROR]: #!#! OS: Windows 10 amd64 10.0
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! Server platform: Spigot
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! Current node: set tab completions for position 1 to "지진", "토네이도", "싱크홀", "메테오", "폭풍", "산성비", "몬스터습격"
(safety alert.sk, line 140)
[23:59:03] [Server thread/ERROR]: #!#! Current item: null
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! Thread: Server thread
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! Language: korean
[23:59:03] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[23:59:03] [Server thread/ERROR]: #!#!
[23:59:03] [Server thread/ERROR]: #!#! End of Error.
[23:59:03] [Server thread/ERROR]: #!#!
 
I had that same error when I updated my server to a new version, it is because your skript version is not formatted for the server version. Either update your skript file, or downgrade your server version.