- [EScript] 加载配置文件时出现异常
- java.io.FileNotFoundException: plugins\EScript\scripts\123 (拒绝访问。)
- at java.io.FileInputStream.open0(Native Method) ~[?:?]
- at java.io.FileInputStream.open(FileInputStream.java:211) ~[?:?]
- at java.io.FileInputStream.<init>(FileInputStream.java:153) ~[?:?]
- at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:126) ~[patched_1.16.5.jar:git-Paper-794]
- at top.e404.escript.script.ScriptManager.load(ScriptManager.kt:37) ~[?:?]
- at top.e404.escript.command.Reload.onCommand(Reload.kt:20) ~[?:?]
- at top.e404.escript.command.AbstractCommandManager.onCommand(AbstractCommandManager.kt:54) ~[?:?]
- at pw.yumc.Yum.inject.CommandInjector.onCommand(CommandInjector.java:99) ~[?:?]
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.5.jar:git-Paper-794]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.5.jar:git-Paper-794]
- at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Paper-794]
- at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchServerCommand(CraftServer.java:788) ~[patched_1.16.5.jar:git-Paper-794]
- at net.minecraft.server.v1_16_R3.DedicatedServer.handleCommandQueue(DedicatedServer.java:470) ~[patched_1.16.5.jar:git-Paper-794]
- at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:437) ~[patched_1.16.5.jar:git-Paper-794]
- at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1347) ~[patched_1.16.5.jar:git-Paper-794]
- at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1135) ~[patched_1.16.5.jar:git-Paper-794]
- at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
- at java.lang.Thread.run(Thread.java:831) [?:?]
复制代码 |