개인 자료란 (JE)

  서버 커뮤니티

Profile 충로자 대표칭호 없음

dlrjfwlsp e1e1baae00bb440bb3ac2acd6780ec00

Profile

질문하기 스크립트

스크립트 다운후 리로드를해도 오류만뜨고 적용이안됩니다..

2022.10.23 조회 수 157 추천 수 0
이해도 입문자 
게임버전 (JE) 1.12.2 
게임버전 (BE) 관련없음 
스크립트 버전 2.6.0 

스크립트 help까지는 잘작동하는데 리로드만하면 이런식으로 오류가나고 애드온이 없어서 그런줄알았지만 그것도 아니더군요... 혹시 다른이유가있는건가요?

[22:31:40] [Server thread/ERROR]: #!#! [Skript] Severe Error:

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)

[22:31:40] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)

[22:31:40] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.patterns.MalformedPatternException: caught exception while compiling pattern [pattern: raw %point%]

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at java.util.HashMap.computeIfAbsent(Unknown Source)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1254)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:522)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:753)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.OptionalPatternElement.match(OptionalPatternElement.java:46)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:121)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:58)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1255)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:77)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Section.init(Section.java:69)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:255)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

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

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Section.parse(Section.java:156)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1128)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:708)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:526)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:418)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:434)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:525)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:469)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:140)

[22:31:40] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

[22:31:40] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146)

[22:31:40] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:712)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1667)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1468)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)

[22:31:40] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

[22:31:40] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.util.Util.func_181617_a(SourceFile:46)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:910)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:834)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)

[22:31:40] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)

[22:31:40] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.SkriptAPIException: No class info found for point

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:264)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.fromString(TypePatternElement.java:92)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:138)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:49)

[22:31:40] [Server thread/ERROR]: #!#!     at java.util.HashMap.computeIfAbsent(Unknown Source)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1254)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:522)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:753)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.OptionalPatternElement.match(OptionalPatternElement.java:46)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:121)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:59)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:58)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1255)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:77)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.sections.SecConditional.init(SecConditional.java:83)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Section.init(Section.java:69)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:255)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)

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

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Section.parse(Section.java:156)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1128)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:708)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:526)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:418)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:434)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:525)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:469)

[22:31:40] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:140)

[22:31:40] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

[22:31:40] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146)

[22:31:40] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:712)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1667)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1468)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)

[22:31:40] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

[22:31:40] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.util.Util.func_181617_a(SourceFile:46)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:910)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:475)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:834)

[22:31:40] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)

[22:31:40] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)

[22:31:40] [Server thread/ERROR]: #!#!

[22:31:40] [Server thread/ERROR]: #!#! Version Information:

[22:31:40] [Server thread/ERROR]: #!#!   Skript: 2.6.3 (latest)

[22:31:40] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github

[22:31:40] [Server thread/ERROR]: #!#!     Date: 00:55:22.847925631

[22:31:40] [Server thread/ERROR]: #!#!   Bukkit: 1.12.2-R0.1-SNAPSHOT

[22:31:40] [Server thread/ERROR]: #!#!   Minecraft: 1.12.2

[22:31:40] [Server thread/ERROR]: #!#!   Java: 1.8.0_202 (Java HotSpot(TM) 64-Bit Server VM 25.202-b08)

[22:31:40] [Server thread/ERROR]: #!#!   OS: Windows 10 amd64 10.0

[22:31:40] [Server thread/ERROR]: #!#!

[22:31:40] [Server thread/ERROR]: #!#! Server platform: Spigot

[22:31:40] [Server thread/ERROR]: #!#!

[22:31:40] [Server thread/ERROR]: #!#! Current node: if player is op: (UpgradedLorestat.sk, line 3)

[22:31:40] [Server thread/ERROR]: #!#! Current item: null

[22:31:40] [Server thread/ERROR]: #!#!

[22:31:40] [Server thread/ERROR]: #!#! Thread: Server thread

[22:31:40] [Server thread/ERROR]: #!#!

[22:31:40] [Server thread/ERROR]: #!#! Language: english

[22:31:40] [Server thread/ERROR]: #!#! Link parse mode: DISABLED

[22:31:40] [Server thread/ERROR]: #!#!

[22:31:40] [Server thread/ERROR]: #!#! End of Error.

[22:31:40] [Server thread/ERROR]: #!#!





2개의 댓글

qsef1256
2022.10.24

애드온 싹 지우고 다시 시도해보세요

충로자
2022.10.24
@qsef1256

지우고나니까 오류는 사라졌네요 감사합니다

뉴스 및 창작물
/files/thumbnails/761/908/003/262x150.crop.jpg?20241025153749

건축

서울 숭례문(崇禮門) 4

KHC

2024-10-25

2

/files/thumbnails/578/899/003/262x150.crop.jpg?20241010142350

건축

경주 월정교 1

KHC

2024-10-10

2

/files/thumbnails/219/899/003/262x150.crop.jpg?20241009200950

건축

송전탑+도시 2

dbasd12

2024-10-09

2

/files/thumbnails/246/898/003/262x150.crop.jpg?20241008102328

레드스톤

단다단 - 오토노케(オトノケ) | 마인크래프트 노트블럭 커버

노트블럭전문가

2024-10-08

1

/files/thumbnails/348/896/003/262x150.crop.jpg?20241006103035

디도스/봇테러등등을 낚는 방법 4

물귀신

2024-10-06

3