개인 자료란 (JE)

  서버 커뮤니티

Profile 호노 대표칭호 없음
Profile

질문하기 스크립트

스크립트

2023.06.02 조회 수 49 추천 수 0
이해도 입문자 
게임버전 (JE) 1.12.2 
게임버전 (BE) 1.12.x 
스크립트 버전 2.6.4 
스크립트 애드온

text, on rightclick on entity, text, integer, player, on every second 구문들이 작동을 안하는데 무슨 애드온이 문제일까요 ㅠㅠ

지금 몇일째 이거때문에 고통 받고 있습니다.. 알려주세요.. ㅠㅠ

1개의 댓글

호노
2023.06.02

참고로 오류는 이렇습니다..

 

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[00:21:32] [Server thread/ERROR]: #!#! Could not load EnhanceItem.sk

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.

[00:21:32] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.

[00:21:32] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).

[00:21:32] [Server thread/ERROR]: #!#! Here is full list of them:

[00:21:32] [Server thread/ERROR]: #!#! skript-placeholders v1.5.2 (https://github.com/APickledWalrus/skript-placeholders) TuSKe v1.8.2 (github.com/Tuke-Nuke/TuSKe) GomSK v0.1 GameAPI v2.0.3 MundoSK v1.8.5 (https://forums.skunity.com/resources/mundosk.69/) FileSkRebirth v2.3 Skellett v1.9.6b (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) SkChoke v1.1 SharpSK v1.6.3 skript-mirror v0.19.1 (https://github.com/btk5h/skript-mirror) Quarsk v1.3 InvSK v0 SkEtcR v3.3 SkMorkaz v0.21 skDragon v0.16 SkStuff v1.6.4.1 skUtilities v0.9.2 (https://tim740.github.io/) skript-yaml v1.3.2 SkQuery v3.6.5 Umbaska v2.0 Beta 5.0541 WildSkript v1.4 (http://www.dzikoysk.net/) SkExtras v3.9.1

[00:21:32] [Server thread/ERROR]: #!#! End of Error.

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[00:21:32] [Server thread/ERROR]: #!#! Could not load join.sk

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.

[00:21:32] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.

[00:21:32] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).

[00:21:32] [Server thread/ERROR]: #!#! Here is full list of them:

[00:21:32] [Server thread/ERROR]: #!#! skript-placeholders v1.5.2 (https://github.com/APickledWalrus/skript-placeholders) TuSKe v1.8.2 (github.com/Tuke-Nuke/TuSKe) GomSK v0.1 GameAPI v2.0.3 MundoSK v1.8.5 (https://forums.skunity.com/resources/mundosk.69/) FileSkRebirth v2.3 Skellett v1.9.6b (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) SkChoke v1.1 SharpSK v1.6.3 skript-mirror v0.19.1 (https://github.com/btk5h/skript-mirror) Quarsk v1.3 InvSK v0 SkEtcR v3.3 SkMorkaz v0.21 skDragon v0.16 SkStuff v1.6.4.1 skUtilities v0.9.2 (https://tim740.github.io/) skript-yaml v1.3.2 SkQuery v3.6.5 Umbaska v2.0 Beta 5.0541 WildSkript v1.4 (http://www.dzikoysk.net/) SkExtras v3.9.1

[00:21:32] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.

[00:21:32] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.

[00:21:32] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.

[00:21:32] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.

[00:21:32] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.

[00:21:32] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Stack trace:

[00:21:32] [Server thread/ERROR]: #!#! java.lang.RuntimeException: pattern compiling exception, element class: com.github.tukenuke.tuske.expressions.ExprEvaluateFunction

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:522)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:753)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.OptionalPatternElement.match(OptionalPatternElement.java:46)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:58)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1255)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:60)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1114)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:753)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:526)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:418)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:434)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:525)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:469)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:138)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:712)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1669)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1470)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.util.Util.func_181617_a(SourceFile:46)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:469)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:138)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:712)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1669)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1470)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.util.Util.func_181617_a(SourceFile:46)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:904)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:1589)

[00:21:32] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.SkriptAPIException: No class info found for protectedregion

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:264)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.fromString(TypePatternElement.java:92)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:138)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:49)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1228)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1254)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:344)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:627)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:255)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:131)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:520)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:753)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:58)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1255)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:77)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.init(Section.java:69)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:255)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.lambda$parse$0(Section.java:157)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.parse(Section.java:156)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1128)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.OptionalPatternElement.match(OptionalPatternElement.java:46)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.util.Util.func_181617_a(SourceFile:46)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:904)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:1589)

[00:21:32] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.patterns.MalformedPatternException: caught exception while compiling pattern [pattern: [list of] members of [the] [region] %protectedregion%]

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.util.Util.func_181617_a(SourceFile:46)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:904)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:1589)

[00:21:32] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.SkriptAPIException: No class info found for protectedregion

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:264)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.fromString(TypePatternElement.java:92)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:138)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.OptionalPatternElement.match(OptionalPatternElement.java:46)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[00:21:32] [Server thread/ERROR]: #!#! Java: 19.0.2 (Java HotSpot(TM) 64-Bit Server VM 19.0.2+7-44)

[00:21:32] [Server thread/ERROR]: #!#! OS: Windows 10 amd64 10.0

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Server platform: Spigot

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Current node: message "&b-서버 규칙-" to player (규칙.sk, line 3)

[00:21:32] [Server thread/ERROR]: #!#! Current item: null

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Thread: Server thread

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Language: english

[00:21:32] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! End of Error.

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:712)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1669)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1470)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.util.Util.func_181617_a(SourceFile:46)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:904)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.init(Section.java:69)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:255)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.lambda$parse$0(Section.java:157)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.parse(Section.java:156)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1128)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:753)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:526)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:418)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:434)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:525)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:469)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:138)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:1589)

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Version Information:

[00:21:32] [Server thread/ERROR]: #!#! Skript: 2.6.4 (latest)

[00:21:32] [Server thread/ERROR]: #!#! Flavor: skriptlang-github

[00:21:32] [Server thread/ERROR]: #!#! Date: 17:14:25.041218900

[00:21:32] [Server thread/ERROR]: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT

[00:21:32] [Server thread/ERROR]: #!#! Minecraft: 1.12.2

[00:21:32] [Server thread/ERROR]: #!#! Java: 19.0.2 (Java HotSpot(TM) 64-Bit Server VM 19.0.2+7-44)

[00:21:32] [Server thread/ERROR]: #!#! OS: Windows 10 amd64 10.0

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Server platform: Spigot

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Current node: if inventory name of current inventory of player is "{@추첨}보상": (추첨.sk, line 30)

[00:21:32] [Server thread/ERROR]: #!#! Current item: null

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Thread: Server thread

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Language: english

[00:21:32] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! End of Error.

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[00:21:32] [Server thread/ERROR]: #!#! Could not load 패키지.sk

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.

[00:21:32] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.

[00:21:32] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).

[00:21:32] [Server thread/ERROR]: #!#! Here is full list of them:

[00:21:32] [Server thread/ERROR]: #!#! skript-placeholders v1.5.2 (https://github.com/APickledWalrus/skript-placeholders) TuSKe v1.8.2 (github.com/Tuke-Nuke/TuSKe) GomSK v0.1 GameAPI v2.0.3 MundoSK v1.8.5 (https://forums.skunity.com/resources/mundosk.69/) FileSkRebirth v2.3 Skellett v1.9.6b (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) SkChoke v1.1 SharpSK v1.6.3 skript-mirror v0.19.1 (https://github.com/btk5h/skript-mirror) Quarsk v1.3 InvSK v0 SkEtcR v3.3 SkMorkaz v0.21 skDragon v0.16 SkStuff v1.6.4.1 skUtilities v0.9.2 (https://tim740.github.io/) skript-yaml v1.3.2 SkQuery v3.6.5 Umbaska v2.0 Beta 5.0541 WildSkript v1.4 (http://www.dzikoysk.net/) SkExtras v3.9.1

[00:21:32] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.

[00:21:32] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.

[00:21:32] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.

[00:21:32] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.

[00:21:32] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.

[00:21:32] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Stack trace:

[00:21:32] [Server thread/ERROR]: #!#! java.lang.RuntimeException: pattern compiling exception, element class: uk.co.umbaska.WorldGuard.ExprMembersOfRegion

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:522)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:753)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:58)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1255)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:77)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.init(Section.java:69)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:255)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.lambda$parse$0(Section.java:157)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.parse(Section.java:156)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1128)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:753)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:526)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:418)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:434)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:525)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:469)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:138)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:712)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1669)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1470)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.util.Util.func_181617_a(SourceFile:46)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:904)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:1589)

[00:21:32] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.patterns.MalformedPatternException: caught exception while compiling pattern [pattern: [list of] members of [the] [region] %protectedregion%]

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:54)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1228)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1254)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:522)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:753)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:58)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1255)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:77)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.init(Section.java:69)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:255)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.lambda$parse$0(Section.java:157)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.parse(Section.java:156)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1128)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:753)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:526)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:418)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:434)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:525)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:469)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:138)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:712)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1669)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1470)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.util.Util.func_181617_a(SourceFile:46)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:904)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:1589)

[00:21:32] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.SkriptAPIException: No class info found for protectedregion

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:264)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.fromString(TypePatternElement.java:92)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:138)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:49)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1228)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1254)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:522)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:753)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:58)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1255)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:77)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.init(Section.java:69)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:255)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.lambda$parse$0(Section.java:157)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Section.parse(Section.java:156)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1128)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:753)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:526)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:418)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:434)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:525)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:469)

[00:21:32] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:138)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146)

[00:21:32] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:712)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1669)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1470)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.util.Util.func_181617_a(SourceFile:46)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:904)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828)

[00:21:32] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687)

[00:21:32] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:1589)

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Version Information:

[00:21:32] [Server thread/ERROR]: #!#! Skript: 2.6.4 (latest)

[00:21:32] [Server thread/ERROR]: #!#! Flavor: skriptlang-github

[00:21:32] [Server thread/ERROR]: #!#! Date: 17:14:25.041218900

[00:21:32] [Server thread/ERROR]: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT

[00:21:32] [Server thread/ERROR]: #!#! Minecraft: 1.12.2

[00:21:32] [Server thread/ERROR]: #!#! Java: 19.0.2 (Java HotSpot(TM) 64-Bit Server VM 19.0.2+7-44)

[00:21:32] [Server thread/ERROR]: #!#! OS: Windows 10 amd64 10.0

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Server platform: Spigot

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Current node: name of event-inventory contains "{@package}": (패키지.sk, line 17)

[00:21:32] [Server thread/ERROR]: #!#! Current item: null

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Thread: Server thread

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! Language: english

[00:21:32] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[00:21:32] [Server thread/ERROR]: #!#!

[00:21:32] [Server thread/ERROR]: #!#! End of Error.

[00:21:32] [Server thread/ERROR]: #!#!

뉴스 및 창작물
/files/thumbnails/487/784/003/262x150.crop.jpg?20240508233607

모드

Windows Borderless 모드에서 악성코드 발견

학교가기싫다

2024-05-08

0

/files/thumbnails/384/778/003/262x150.crop.jpg?20240507003327

업데이트

마인크래프트 자바 에디션 스냅샷 24w18a

학교가기싫다

2024-05-06

0

/files/thumbnails/855/781/003/262x150.crop.jpg?20240505141129

레드스톤

레이저 클리너

GlassesFilm

2024-05-05

1

/files/thumbnails/576/775/003/262x150.crop.jpg?20240426232553

아티클

이달의 블록: 단단한 진흙

학교가기싫다

2024-04-26

0

/files/thumbnails/115/774/003/262x150.crop.jpg?20240428135129

업데이트

마인크래프트 1.20.5 정식 업데이트

학교가기싫다

2024-04-24

0