MohistMC / Mohist

Minecraft Forge Hybrid server implementing the Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
https://mohistmc.com
GNU General Public License v3.0
1.32k stars 222 forks source link

[1.20.1]传给插件层核心报错 #3414

Open Re-Aqest opened 3 weeks ago

Re-Aqest commented 3 weeks ago

1.20.1 mohist 895 报错内容 [22:49:10 ERROR]: 无法将事件 InventoryMoveItemEvent 传递给 org.bukkit.event.EventException: null at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:604) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:588) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at net.minecraftforge.items.VanillaInventoryCodeHooks.lambda$dropperInsertHook$1(VanillaInventoryCodeHooks.java:116) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at java.util.Optional.map(Optional.java:260) ~[?:?] at net.minecraftforge.items.VanillaInventoryCodeHooks.dropperInsertHook(VanillaInventoryCodeHooks.java:108) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at net.minecraft.world.level.block.DropperBlock.m5824(DropperBlock.java:41) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.block.DispenserBlock.m213897(DispenserBlock.java:111) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m222963(BlockBehaviour.java:759) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerLevel.m184112(ServerLevel.java:835) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.ticks.LevelTicks.m193272(LevelTicks.java:215) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.ticks.LevelTicks.m193225(LevelTicks.java:98) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerLevel.m8793(ServerLevel.java:432) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m5703(MinecraftServer.java:1166) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.dedicated.DedicatedServer.m5703(DedicatedServer.java:360) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m5705(MinecraftServer.java:1071) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:910) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:286) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.lang.Thread.run(Thread.java:1583) [?:?]

SNWCreations commented 2 weeks ago

信息不足,缺少 caused by 部分。完整日志?

Re-Aqest commented 2 weeks ago

信息不足,缺少部分造成的。完整日志? 从log里只能获取这些信息了 大规模在后台狂刷 已知是https://github.com/GregTechCEu/GregTech-Modern 和这个mod的兼容性有问题 大佬能兼容下吗 [11:05:39] [Server thread/ERROR] [Minecraft]: 无法将事件 InventoryMoveItemEvent 传递给 org.bukkit.event.EventException: null at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:604) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:588) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at net.minecraftforge.items.VanillaInventoryCodeHooks.lambda$dropperInsertHook$1(VanillaInventoryCodeHooks.java:116) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at java.util.Optional.map(Optional.java:260) ~[?:?] at net.minecraftforge.items.VanillaInventoryCodeHooks.dropperInsertHook(VanillaInventoryCodeHooks.java:108) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at net.minecraft.world.level.block.DropperBlock.m5824(DropperBlock.java:41) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.block.DispenserBlock.m213897(DispenserBlock.java:111) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m222963(BlockBehaviour.java:759) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerLevel.m184112(ServerLevel.java:835) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.ticks.LevelTicks.m193272(LevelTicks.java:215) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.ticks.LevelTicks.m193225(LevelTicks.java:98) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerLevel.m8793(ServerLevel.java:432) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m5703(MinecraftServer.java:1166) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.dedicated.DedicatedServer.m5703(DedicatedServer.java:360) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m5705(MinecraftServer.java:1071) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:910) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:286) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.lang.Thread.run(Thread.java:1583) [?:?] Caused by: java.lang.NullPointerException [11:05:39] [Server thread/ERROR] [Minecraft]: 无法将事件 InventoryMoveItemEvent 传递给 org.bukkit.event.EventException: null at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:604) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:588) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at net.minecraftforge.items.VanillaInventoryCodeHooks.lambda$dropperInsertHook$1(VanillaInventoryCodeHooks.java:116) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at java.util.Optional.map(Optional.java:260) ~[?:?] at net.minecraftforge.items.VanillaInventoryCodeHooks.dropperInsertHook(VanillaInventoryCodeHooks.java:108) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?] at net.minecraft.world.level.block.DropperBlock.m5824(DropperBlock.java:41) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.block.DispenserBlock.m213897(DispenserBlock.java:111) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m222963(BlockBehaviour.java:759) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerLevel.m184112(ServerLevel.java:835) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.ticks.LevelTicks.m193272(LevelTicks.java:215) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.ticks.LevelTicks.m193225(LevelTicks.java:98) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerLevel.m8793(ServerLevel.java:432) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m5703(MinecraftServer.java:1166) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.dedicated.DedicatedServer.m5703(DedicatedServer.java:360) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m5705(MinecraftServer.java:1071) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:910) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:286) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.lang.Thread.run(Thread.java:1583) [?:?] Caused by: java.lang.NullPointerException

SNWCreations commented 2 weeks ago

这个信息确实不足,可以截取服务器刚启动那段时间的日志吗?

Re-Aqest commented 2 weeks ago

这个信息确实不足,可以截取服务器刚启动那段时间的日志吗?

: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.3.11, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, nogui] [15:09:30 INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 21.0.4 by Oracle Corporation; OS Windows 11 arch amd64 version 10.0 [15:09:31 INFO]: ImmediateWindowProvider not loading because launch target is forgeserver [15:09:31 INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/D:/mc/jixie/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23113!/ Service=ModLauncher Env=SERVER [15:09:31 WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [15:09:31 WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: D:\mc\jixie\mods[前置]curios-forge-5.10.0+1.20.1.jar [15:09:31 INFO]: Found 11 dependencies adding them to mods collection [15:09:32 INFO]: Compatibility level set to JAVA_17 [15:09:32 INFO]: Launching target 'forgeserver' with arguments [nogui] [15:09:32 WARN]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message [15:09:32 WARN]: Reference map 'tfmg.refmap.json' for tfmg.mixins.json could not be read. If this is a development environment you can ignore this message [15:09:32 WARN]: Error loading class: net/minecraft/client/gui/screens/TitleScreen (java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/TitleScreen for invalid dist DEDICATED_SERVER) [15:09:32 WARN]: @Mixin target net.minecraft.client.gui.screens.TitleScreen was not found iaf_patcher.mixins.json:TitleScreenMixin [15:09:33 WARN]: Error loading class: earth/terrarium/botarium/forge/BotariumForge (java.lang.ClassNotFoundException: earth.terrarium.botarium.forge.BotariumForge) [15:09:33 WARN]: @Mixin target earth.terrarium.botarium.forge.BotariumForge was not found create_central_kitchen.mixins.json:common.botarium.BotariumForgeMixin [15:09:33 WARN]: Error loading class: dan200/computercraft/shared/integration/MoreRedIntegration (java.lang.ClassNotFoundException: dan200.computercraft.shared.integration.MoreRedIntegration) [15:09:33 WARN]: @Mixin target dan200.computercraft.shared.integration.MoreRedIntegration was not found create_central_kitchen.mixins.json:common.computercraft.MoreRedIntegrationMixin [15:09:33 WARN]: Error loading class: com/sammy/minersdelight/content/block/copper_pot/CopperPotBlockEntity (java.lang.ClassNotFoundException: com.sammy.minersdelight.content.block.copper_pot.CopperPotBlockEntity) [15:09:33 WARN]: @Mixin target com.sammy.minersdelight.content.block.copper_pot.CopperPotBlockEntity was not found create_central_kitchen.mixins.json:common.minersdelight.CopperPotBlockEntityMixin [15:09:33 WARN]: Error loading class: com/sammy/minersdelight/content/block/sticky_basket/StickyBasketBlockEntity (java.lang.ClassNotFoundException: com.sammy.minersdelight.content.block.sticky_basket.StickyBasketBlockEntity) [15:09:33 WARN]: @Mixin target com.sammy.minersdelight.content.block.sticky_basket.StickyBasketBlockEntity was not found create_central_kitchen.mixins.json:common.minersdelight.StickyBasketBlockEntityAccessor [15:09:33 WARN]: Error loading class: com/sammy/minersdelight/content/block/sticky_basket/StickyBasketBlockEntity (java.lang.ClassNotFoundException: com.sammy.minersdelight.content.block.sticky_basket.StickyBasketBlockEntity) [15:09:33 WARN]: @Mixin target com.sammy.minersdelight.content.block.sticky_basket.StickyBasketBlockEntity was not found create_central_kitchen.mixins.json:common.minersdelight.StickyBasketBlockEntityMixin [15:09:33 WARN]: Error loading class: net/orcinus/overweightfarming/blocks/CropFullBlock (java.lang.ClassNotFoundException: net.orcinus.overweightfarming.blocks.CropFullBlock) [15:09:33 WARN]: @Mixin target net.orcinus.overweightfarming.blocks.CropFullBlock was not found create_central_kitchen.mixins.json:common.overweightfarming.CropFullBlockMixin [15:09:33 INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.6). [15:09:36 WARN]: @Inject(@At("INVOKE_ASSIGN")) Shift.BY=2 on refurbished_furniture.common.mixins.json:LevelChunkMixin::handler$znh000$refurbishedFurniture$AfterRemoveBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [15:09:37 INFO]: Trying to patch Ice And Fire [15:09:37 INFO]: Disabling Cumulus as it is on server. [15:09:37 INFO]: Create: Dragon Lib 1.4.3 has initialized, ready to support your Create add-ons! [15:09:37 INFO]: LowDragLib is initializing on platform: Forge [15:09:37 INFO]: GregTechCEu is initializing on platform: Forge [15:09:37 INFO]: Steam 'n' Rails v1.6.6 initializing! Commit hash: 15e0d2e30a55c9e758ed4bb09c9b911e5b5e42a0 Create version: 0.5.1h on platform: Forge [15:09:37 INFO]: Mohist mod loading..... [15:09:38 INFO]: EventDispatcherRegistry initialized [15:09:38 INFO]: Forge mod loading, version 47.3.11, for MC 1.20.1 with MCP 20230612.114412 [15:09:38 INFO]: MinecraftForge v47.3.11 初始化完成 [15:09:38 INFO]: NeoForge v47.1.106 初始化完成 [15:09:38 INFO]: Registered gtceu config for auto-sync function [15:09:38 INFO]: High-Tier is Disabled. [15:09:38 WARN]: Failed to fetch contributors data from url https://raw.githubusercontent.com/MehVahdJukaar/Supplementaries/master/credits.json, java.net.UnknownHostException: raw.githubusercontent.com [15:09:38 INFO]: Registered bogey styles from railways [15:09:38 INFO]: Registering data fixers [15:09:38 INFO]: 0 Datafixer optimizations took 1 milliseconds [15:09:38 INFO]: Registering tracks for Hex Casting [15:09:38 INFO]: Registering tracks for Oh The Biomes You'll Go [15:09:38 INFO]: Registering tracks for Blue Skies [15:09:38 INFO]: Registering tracks for Twilight Forest [15:09:38 INFO]: Registering tracks for Biomes O' Plenty [15:09:38 INFO]: Registering tracks for Nature's Spirit [15:09:38 INFO]: Registering tracks for Dreams and Desires [15:09:38 INFO]: Registering tracks for Quark [15:09:38 INFO]: Registering tracks for TerraFirmaCraft [15:09:39 INFO]: GTCEu common proxy init! [15:09:39 INFO]: Registering material registries [15:09:39 INFO]: Registering GTCEu Materials [15:09:39 INFO]: Registering addon Materials [15:09:39 WARN]: FluidStorageKey{gtceu:liquid} already has an associated fluid for material gtceu:water [15:09:39 WARN]: FluidStorageKey{gtceu:liquid} already has an associated fluid for material gtceu:lava [15:09:40 INFO]: Registering KeyBinds [15:09:41 INFO]: Initialized block sets in 13ms [15:09:42 INFO]: New compacting rule 4 clay_ball = 1 clay [15:09:42 INFO]: New compacting rule 4 snowball = 1 snow_block [15:09:42 INFO]: New compacting rule 4 glowstone_dust = 1 glowstone [15:09:42 INFO]: New compacting rule 4 brick = 1 bricks [15:09:42 INFO]: New compacting rule 4 nether_brick = 1 nether_bricks [15:09:42 INFO]: New compacting rule 9 nether_wart = 1 nether_wart_block [15:09:42 INFO]: New compacting rule 4 quartz = 1 quartz_block [15:09:42 INFO]: New compacting rule 9 melon_slice = 1 melon [15:09:42 INFO]: New compacting rule 4 sand = 1 sandstone [15:09:42 INFO]: New compacting rule 4 red_sand = 1 red_sandstone java.net.UnknownHostException: raw.githubusercontent.com at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304) at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636) at java.base/sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1237) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1123) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1675) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1599) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:223) at TRANSFORMER/citadel@2.6.0/com.github.alexthe666.citadel.web.WebHelper.getURLContents(WebHelper.java:21) at TRANSFORMER/citadel@2.6.0/com.github.alexthe666.citadel.Citadel.setup(Citadel.java:130) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:263) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:255) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:319) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:299) at LAYER PLUGIN/javafmllanguage@1.20.1-47.3.11/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:162) at LAYER PLUGIN/fmlcore@1.20.1-47.3.11/net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:124) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) java.lang.NullPointerException: Cannot invoke "java.lang.ClassLoader.getResourceAsStream(String)" because the return value of "java.lang.Class.getClassLoader()" is null at TRANSFORMER/citadel@2.6.0/com.github.alexthe666.citadel.web.WebHelper.getURLContents(WebHelper.java:30) at TRANSFORMER/citadel@2.6.0/com.github.alexthe666.citadel.Citadel.setup(Citadel.java:130) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:263) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:255) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:319) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:299) at LAYER PLUGIN/javafmllanguage@1.20.1-47.3.11/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:162) at LAYER PLUGIN/fmlcore@1.20.1-47.3.11/net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:124) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [15:09:42 WARN]: Failed to load patreon contributor perks [15:09:42 WARN]: Could not download list of mod incompatibilities [15:09:42 WARN]: Failed to load mod conflicts [15:09:42 INFO]: New compacting rule 4 clay_ball = 1 clay [15:09:42][FINE/customnpcs][noppes.npcs.shared.common.util.LogWriter:73] Thu Nov 07 15:09:42 CST 2024 [15:09:42][FINE/customnpcs][noppes.npcs.shared.common.util.LogWriter:73] Script Engines Available: [15:09:42][FINE/customnpcs][noppes.npcs.shared.common.util.LogWriter:73] ECMAScript: .js [15:09:42 INFO]: Initialized color sets in 38ms [15:09:43 INFO]: Registered synced data key refurbished_furniture:lock_yaw for refurbished_furniture:seat [15:09:43 INFO]: Finished mod setup in: [7, 1, 0, 0, 0, 0, 6, 3, 0] ms [15:09:43 INFO]: Start loading plugin at snownee.jade.addon.vanilla.VanillaPlugin [15:09:43 INFO]: Start loading plugin at snownee.jade.addon.universal.UniversalPlugin [15:09:43 INFO]: Start loading plugin at snownee.jade.addon.core.CorePlugin [15:09:43 INFO]: Start loading plugin at com.aetherteam.aether.integration.jade.AetherJadePlugin [15:09:43 INFO]: Start loading plugin at appeng.integration.modules.jade.JadeModule [15:09:43 INFO]: Start loading plugin at com.jaquadro.minecraft.storagedrawers.integration.Waila [15:09:43 INFO]: Start loading plugin at com.gregtechceu.gtceu.integration.jade.GTJadePlugin [15:09:43 INFO]: Start loading plugin at net.mehvahdjukaar.supplementaries.integration.JadeCompat [15:09:43 INFO]: Start loading plugin at twilightforest.compat.jade.JadeCompat [15:09:46 INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [15:09:49 INFO]: Registering dungeon loot... [15:09:49 INFO]: GregTech Data loading took 826ms [15:09:49 INFO]: Generated runtime SERVER_DATA for pack Supplementaries Generated Pack (supplementaries) in: 23 ms [15:09:49 ERROR]: Spawn data: Value must be positive: 0 [15:09:51 WARN]: Your custom tfmg:casting recipe (tfmg:casting/amogus) specified a duration. Durations have no impact on this type of recipe. [15:09:52 WARN]: Your custom tfmg:casting recipe (tfmg:casting/steel) specified a duration. Durations have no impact on this type of recipe. [15:09:52 WARN]: Your custom tfmg:coking recipe (tfmg:coking/coal_coke) specified a duration. Durations have no impact on this type of recipe. [15:09:52 WARN]: Your custom tfmg:industrial_blasting recipe (tfmg:industrial_blasting/steel) specified a duration. Durations have no impact on this type of recipe. [15:09:52 WARN]: Your custom tfmg:polarizing recipe (tfmg:polarizing/magnetic_ingot) specified a duration. Durations have no impact on this type of recipe. [15:09:52 INFO]: Loaded 124 recipes [15:09:52 INFO]: Loaded 5825 advancements [15:09:52 INFO]: Loaded 19 curio slots [15:09:52 INFO]: Loaded 9 curio entities [15:09:52 INFO]: Loaded 9 Stalactite configs! [15:09:52 INFO]: Beginning loading of data for data loader: creatingspace_utilities [15:09:52 INFO]: Data loader for creatingspace_utilities loaded 1 jsons [15:09:52 INFO]: Loaded 27 flute songs [15:09:52 WARN]: 注册表 ResourceKey[minecraft:root / minecraft:block] 的所有定义的标签并未出现在数据包中: creatingspace:moon_carver_replaceables 15:09:55 INFO: Applied 7 data villager trades 15:09:55 INFO: Cleared non-static resources for pack supplementaries:generated_pack in: 0 ms 15:09:55 INFO: Finished additional setup in 16 ms 15:09:55 INFO: 正在启动的 我的世界[Minecraft] 服务器对应的客户端版本为 1.20.1

15:09:55 INFO: 默认游戏模式为: SURVIVAL 15:09:55 INFO: Generating keypair 15:09:55 INFO: 正在位于 *:25565 的网络地址启动 我的世界[Minecraft] 服务器 15:09:55 INFO: Using default channel type 15:09:55 INFO: This server is running Mohist version 1.20.1-896 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT, Forge version 47.3.11, NeoForge version 47.1.106) [15:09:57 INFO]: Debug logging is enabled [15:09:57 INFO]: Using 4 threads for Netty based IO [15:09:57 INFO]: Server Ping Player Sample Count: 20 [15:09:58 INFO]: [GroupManager] Loading 6 libraries... please wait [15:09:58 INFO]: [mysql-connector-java] 发现库 libraries\plugins-lib\mysql\mysql-connector-java\8.0.30\mysql-connector-java-8.0.30.jar [15:09:59 INFO]: [GroupManager] 加载 0 额外库... 请稍候 [15:10:00 INFO]: [GroupManager] 加载库 libraries\plugins-lib\org\checkerframework\checker-qual\3.5.0\checker-qual-3.5.0.jar [15:10:00 INFO]: [GroupManager] 加载库 libraries\plugins-lib\mysql\mysql-connector-java\8.0.30\mysql-connector-java-8.0.30.jar [15:10:00 INFO]: [GroupManager] 加载库 libraries\plugins-lib\org\mariadb\jdbc\mariadb-java-client\3.0.7\mariadb-java-client-3.0.7.jar [15:10:00 INFO]: [GroupManager] 加载库 libraries\plugins-lib\com\zaxxer\HikariCP\5.0.1\HikariCP-5.0.1.jar [15:10:00 INFO]: [GroupManager] 加载库 libraries\plugins-lib\org\postgresql\postgresql\42.4.2\postgresql-42.4.2.jar [15:10:00 INFO]: [GroupManager] 加载库 libraries\plugins-lib\com\h2database\h2\2.1.214\h2-2.1.214.jar [15:10:00 INFO]: [GroupManager] 加载库 libraries\plugins-lib\org\slf4j\slf4j-api\2.0.0\slf4j-api-2.0.0.jar [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency me.lucko:jar-relocator:1.7(level: 0) for com.void01.bukkit.voidframework.api.common.library.IsolatedClassLoader@3cc8c7fb. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.ow2.asm:asm:9.2(level: 1) for com.void01.bukkit.voidframework.api.common.library.IsolatedClassLoader@3cc8c7fb. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.ow2.asm:asm-commons:9.2(level: 1) for com.void01.bukkit.voidframework.api.common.library.IsolatedClassLoader@3cc8c7fb. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.ow2.asm:asm:9.2(level: 2) for com.void01.bukkit.voidframework.api.common.library.IsolatedClassLoader@3cc8c7fb. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.ow2.asm:asm-tree:9.2(level: 2) for com.void01.bukkit.voidframework.api.common.library.IsolatedClassLoader@3cc8c7fb. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.ow2.asm:asm:9.2(level: 3) for com.void01.bukkit.voidframework.api.common.library.IsolatedClassLoader@3cc8c7fb. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.ow2.asm:asm-analysis:9.2(level: 2) for com.void01.bukkit.voidframework.api.common.library.IsolatedClassLoader@3cc8c7fb. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.ow2.asm:asm-tree:9.2(level: 3) for com.void01.bukkit.voidframework.api.common.library.IsolatedClassLoader@3cc8c7fb. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.ow2.asm:asm:9.2(level: 4) for com.void01.bukkit.voidframework.api.common.library.IsolatedClassLoader@3cc8c7fb. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.jetbrains.kotlin:kotlin-stdlib:1.9.20(level: 0) for org.bukkit.plugin.java.PluginClassLoader@3e7765f1. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.jetbrains.kotlin:kotlin-stdlib:1.9.20(level: 0) for org.bukkit.plugin.java.PluginClassLoader@3e7765f1. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency com.zaxxer:HikariCP:4.0.3(level: 0) for org.bukkit.plugin.java.PluginClassLoader@3e7765f1. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.mongodb:mongodb-driver-sync:4.11.1(level: 0) for org.bukkit.plugin.java.PluginClassLoader@3e7765f1. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.mongodb:bson:4.11.1(level: 0) for org.bukkit.plugin.java.PluginClassLoader@3e7765f1. [15:10:01 INFO]: [VoidFramework-Bukkit] Loading dependency org.mongodb:mongodb-driver-core:4.11.1(level: 0) for org.bukkit.plugin.java.PluginClassLoader@3e7765f1. [15:10:01 INFO]: [SakuraBind] Loading libraries... [15:10:01 INFO]: [SakuraBind] Successful Flags: [I]=Loading Isolated [A]=Loading Assembly [15:10:01 INFO]: [SakuraBind] Failure Flags: [E]=Loading Error [N]=NetWork Error [F]=Library Format Error [15:10:01 INFO]: [SakuraBind] [I] org.jetbrains.kotlin:kotlin-stdlib:2.0.21 [15:10:01 INFO]: [SakuraBind] ├── [I] org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21 [15:10:01 INFO]: [SakuraBind] ├── [I] org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 [15:10:01 INFO]: [SakuraBind] ├── [I] org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 [15:10:01 INFO]: [SakuraBind] └── [I] org.jetbrains:annotations:13.0 [15:10:01 INFO]: [SakuraBind] [I] org.jetbrains.kotlin:kotlin-reflect:2.0.21 [15:10:01 INFO]: [SakuraBind] [I] org.jetbrains.exposed:exposed-core:0.55.0 [15:10:01 INFO]: [SakuraBind] ├── [I] org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0 [15:10:01 INFO]: [SakuraBind] └── [A] org.slf4j:slf4j-api:2.0.9 [15:10:01 INFO]: [SakuraBind] [I] org.jetbrains.exposed:exposed-dao:0.55.0 [15:10:01 INFO]: [SakuraBind] [I] org.jetbrains.exposed:exposed-jdbc:0.55.0 [15:10:01 INFO]: [SakuraBind] [I] org.jetbrains.exposed:exposed-java-time:0.55.0 [15:10:01 INFO]: [SakuraBind] [I] org.glassfish.jaxb:jaxb-runtime:2.3.8 [15:10:01 INFO]: [SakuraBind] [I] org.ehcache:ehcache:3.10.8 [15:10:01 INFO]: [SakuraBind] Loading libraries successfully. [15:10:02 INFO]: [CoreProtect] Loading CoreProtect v22.4 [15:10:02 INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.6 [15:10:02 INFO]: [CMILib] Loading CMILib v1.5.1.4 [15:10:02 INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.10.0 [15:10:02 INFO]: [CMI] Loading CMI v9.7.6.3 [15:10:02 INFO]: [ProtocolLib] Loading ProtocolLib v5.2.0-SNAPSHOT-679 [15:10:03 INFO]: [AyCore] Loading AyCore v1.2.2-BETA [15:10:03 INFO]: [15:10:03 INFO]: AyCore v1.2.2-BETA [15:10:03 INFO]: [15:10:03 INFO]: [AC] AyCore //> [15:10:03 INFO]: [AC] - 成功拉取依赖资源下载链接 [15:10:03 INFO]: [15:10:03 INFO]: [AntiCraft] Loading AntiCraft v1.0.0 [15:10:03 INFO]: [slow_mending_re] Loading slow_mending_re vv2.0.0 [15:10:03 INFO]: [NBTAPI] Loading NBTAPI v2.13.2 [15:10:03 INFO]: [NBTAPI] bStats disabled [15:10:03 INFO]: [NBTAPI] Update check disabled [15:10:03 INFO]: [NBTAPI] Found Minecraft: v1_20_R1! Trying to find NMS support [15:10:03 INFO]: [NBTAPI] NMS support 'MC1_20_R1' loaded! [15:10:03 INFO]: [Vault] Loading Vault v1.7.3-CMI [15:10:03 INFO]: [DeathPenaltyPlugin] Loading DeathPenaltyPlugin v1.0 [15:10:03 INFO]: [AllMusic3] Loading AllMusic3 v3.2.1 [15:10:03 INFO]: [YukiNoaAPI] Loading YukiNoaAPI v2.0.0 [15:10:03 INFO]: [GroupManager] Loading GroupManager v3.2 (Phoenix) [15:10:03 INFO]: [GroupManager] Dependencies: OK [15:10:03 INFO]: [ChestProtect] Loading ChestProtect v5.16.0 [15:10:04 INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [15:10:04 ERROR]: Cannot load D:\mc\jixie\plugins\ChestProtect\protectables.yml org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping in 'reader', line 23, column 5: enabled: true ^ expected , but found '' in 'reader', line 225, column 6: ELEVATOR_CONTACT: ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:112) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:161) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:129) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:310) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?]
    at me.angeschossen.chestprotect.ZHjxF.Ldusg.rQTdu.zWgpx(?:107) ~[?:?]
    at me.angeschossen.chestprotect.ZHjxF.Ldusg.rQTdu.ZWhk(?:43) ~[?:?]
    at me.angeschossen.chestprotect.ChestProtect.initCore(?:290) ~[?:?]
    at me.angeschossen.chestprotect.ChestProtect.onLoad(?:240) ~[?:?]
    at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:440) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:997de31d-ddc9a2dad-d2eba2c8-47.1.106]
    at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:225) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?]
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:856) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?]
    at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:286) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?]
    at java.lang.Thread.run(Thread.java:1583) [?:?]

Caused by: com.mohistmc.org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping in 'reader', line 23, column 5: enabled: true ^ expected , but found '' in 'reader', line 225, column 6: ELEVATOR_CONTACT: ^

    at com.mohistmc.org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:656) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:162) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:57) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:43) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:136) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:116) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:330) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:131) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:157) ~[librariesvault-1.20.1.jar%23148!/:?]
    at com.mohistmc.org.yaml.snakeyaml.Yaml.compose(Yaml.java:575) ~[librariesvault-1.20.1.jar%23148!/:?]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:105) ~[forge-1.20.1-47.3.11-universal.jar%23263!/:?]
    ... 12 more

[15:10:04 WARN]: [ChestProtect] [Protectables] You have some YML format mistakes in your file (protectables.yml). Your configuration can't load. THIS IS NOT A PLUGIN ISSUE! Please paste your file here and see which mistakes you did: https://yaml-online-parser.appspot.com/ [15:10:04 WARN]: [ChestProtect] [Protectables] You have some YML format mistakes in your file (protectables.yml). Your configuration can't load. THIS IS NOT A PLUGIN ISSUE! Please paste your file here and see which mistakes you did: https://yaml-online-parser.appspot.com/ [15:10:04 WARN]: [ChestProtect] [Protectables] You have some YML format mistakes in your file (protectables.yml). Your configuration can't load. THIS IS NOT A PLUGIN ISSUE! Please paste your file here and see which mistakes you did: https://yaml-online-parser.appspot.com/ [15:10:04 WARN]: [ChestProtect] [Protectables] You have some YML format mistakes in your file (protectables.yml). Your configuration can't load. THIS IS NOT A PLUGIN ISSUE! Please paste your file here and see which mistakes you did: https://yaml-online-parser.appspot.com/ [15:10:04 WARN]: [ChestProtect] [Protectables] You have some YML format mistakes in your file (protectables.yml). Your configuration can't load. THIS IS NOT A PLUGIN ISSUE! Please paste your file here and see which mistakes you did: https://yaml-online-parser.appspot.com/ [15:10:04 WARN]: [ChestProtect] [Protectables] You have some YML format mistakes in your file (protectables.yml). Your configuration can't load. THIS IS NOT A PLUGIN ISSUE! Please paste your file here and see which mistakes you did: https://yaml-online-parser.appspot.com/ [15:10:04 WARN]: [ChestProtect] [Protectables] You have some YML format mistakes in your file (protectables.yml). Your configuration can't load. THIS IS NOT A PLUGIN ISSUE! Please paste your file here and see which mistakes you did: https://yaml-online-parser.appspot.com/ [15:10:04 WARN]: [ChestProtect] [Protectables] You have some YML format mistakes in your file (protectables.yml). Your configuration can't load. THIS IS NOT A PLUGIN ISSUE! Please paste your file here and see which mistakes you did: https://yaml-online-parser.appspot.com/ [15:10:04 INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.13 [15:10:04 INFO]: [SeekInventory] Loading SeekInventory v1.0.2 [15:10:04 INFO]: [Images] Loading Images v2.5.0 [15:10:04 INFO]: [VoidFramework-Bukkit] Loading VoidFramework-Bukkit v2.2.0-9892918 [15:10:04 INFO]: [Residence] Loading Residence v5.1.6.2 [15:10:04 INFO]: [OnlineReward] Loading OnlineReward v1.7.3-BETA [15:10:04 INFO]: [GiftPack] Loading GiftPack v1.1.1 [15:10:04 INFO]: [BanIt] Loading BanIt v1.1.5 [15:10:04 INFO]: [SakuraBind] Loading SakuraBind v2.4.2 [15:10:04 INFO]: [ServerSigns] Loading ServerSigns v4.9.0 [15:10:04 INFO]: [ElectronicStockMarket] Loading ElectronicStockMarket v1.0.6 [15:10:04 INFO]: [JulySafe] Loading JulySafe v4.0.11 [15:10:04 INFO]: [QuickShop] Loading QuickShop v5.1.2.5 [15:10:04 INFO]: [QuickShop] QuickShop Reremake - Early boot step - Booting up [15:10:04 INFO]: [QuickShop] [OK] Signature Verify [15:10:04 INFO]: [QuickShop] [OK] Plugin Manifest Check [15:10:04 INFO]: [QuickShop] [OK] Potential Infection Characteristics Check [15:10:04 INFO]: [QuickShop] Reading the configuration... [15:10:04 INFO]: [QuickShop] Loading messages translation over-the-air (this may need take a while). [15:10:04 INFO]: [QuickShop] Translation over-the-air platform selected: Crowdin [15:10:04 INFO]: [QuickShop] Checking for translation updates, this may need a while... [15:10:08 INFO]: [QuickShop] Loading up integration modules. [15:10:08 INFO]: [QuickShop] QuickShop Reremake - Early boot step - Complete [15:10:08 INFO]: [ConsoleSpamFix] 小小墨正在连接 ConsoleSpamFix v1.10.0 插件 [15:10:08 INFO]: [ConsoleSpamFix] Server version detected: 1.20.1 [15:10:08 INFO]: [ConsoleSpamFix] Loading the config file... [15:10:08 INFO]: [ConsoleSpamFix] Config file loaded! [15:10:08 INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully! [15:10:08 INFO]: [ProtocolLib] 小小墨正在连接 ProtocolLib v5.2.0-SNAPSHOT-679 插件 15:10:09 INFO: [AyCore] 小小墨正在连接 AyCore v1.2.2-BETA 插件 15:10:09 INFO: 15:10:09 INFO: AyCore v1.2.2-BETA 15:10:09 INFO: 15:10:09 INFO: [AC] AyCore //> 15:10:09 INFO: [AC] - 挂钩核心NMS: 无挂钩 15:10:09 INFO: [AC] - 插件已是最新版, 无需更新 15:10:09 INFO: [AC] - 插件加载完成, 感谢使用! 15:10:09 INFO: 15:10:09 INFO: [Vault] 小小墨正在连接 Vault v1.7.3-CMI 插件 [15:10:09 WARN]: [Vault] 从 com.Zrips.CMI.Modules.Economy.Economy 加载了类 CMI v9.7.6.3,但这不是此插件的依赖项或软依赖 项。 15:10:09 INFO: [Vault] [Economy] CMI Economy found: Waiting [15:10:09 WARN]: [Vault] 从 org.anjocaido.groupmanager.GroupManager 加载了类 GroupManager v3.2 (Phoenix),但这不是此插件的依赖项或软依赖项。 15:10:09 INFO: [Vault] [Permission] GroupManager found: Waiting 15:10:09 INFO: [Vault] [Permission] SuperPermissions loaded as backup permission system. 15:10:09 INFO: [Vault] [Chat] GroupManager found: Waiting 15:10:09 INFO: [Vault] Enabled Version 1.7.3-CMI 15:10:09 INFO: [YukiNoaAPI] 小小墨正在连接 YukiNoaAPI v2.0.0 插件

[15:10:09 WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [15:10:11 INFO]: Starting background profiler... [15:10:11 INFO]: The async-profiler engine is not supported for your os/arch (windows11/amd64), so the built-in Java engine will be used instead. [15:10:11 INFO]: Loading server configs...

[15:10:11][FINE/customnpcs][noppes.npcs.shared.common.util.LogWriter:73] Loading Linked Npcs [15:10:11][FINE/customnpcs][noppes.npcs.shared.common.util.LogWriter:73] Done loading Linked Npcs [15:10:11 INFO]: Preparing level "world" [15:10:11 INFO]: Preparing start region for dimension minecraft:overworld

15:10:20 INFO: Time elapsed: 8613 ms 15:10:20 INFO: Preparing start region for dimension minecraft:the_end [15:10:21 ERROR]: Failed to load data for block entity tfmg:radial_engine_input java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.Level.m7702(net.minecraft.core.BlockPos)" because "this.f58857" is null at com.drmangotea.tfmg.blocks.engines.radial.input.RadialEngineInputBlockEntity.read(RadialEngineInputBlockEntity.java:128) ~[%5B工业长路%5Dtfmg-0.9.3-1.20.1.jar%23240!/:0.9.3-1.20.1] at com.simibubi.create.foundation.blockEntity.SmartBlockEntity.m142466(SmartBlockEntity.java:121) ~[%5B机械动 力%5Dcreate-1.20.1-0.5.1.i.jar%23246!/:0.5.1.i] at net.minecraft.world.level.block.entity.BlockEntity.m155246(BlockEntity.java:143) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.util.Optional.map(Optional.java:260) ~[?:?] at net.minecraft.world.level.block.entity.BlockEntity.m155241(BlockEntity.java:141) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.chunk.storage.ChunkSerializer.m196900(ChunkSerializer.java:416) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.chunk.LevelChunk.m62952(LevelChunk.java:482) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ChunkMap.m214854(ChunkMap.java:742) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162) ~[datafixerupper-6.0.8.jar%23170!/:?] at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23170!/:?] at com.mojang.datafixers.util.Either.mapLeft(Either.java:162) ~[datafixerupper-6.0.8.jar%23170!/:?] at net.minecraft.server.level.ChunkMap.m287044(ChunkMap.java:724) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m143188(ChunkTaskPriorityQueueSorter.java:62) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m6367(BlockableEventLoop.java:151) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m6367(ServerChunkCache.java:583) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m7245(BlockableEventLoop.java:124) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m7245(ServerChunkCache.java:593) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache.m8466(ServerChunkCache.java:291) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129961(MinecraftServer.java:1014) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m7245(MinecraftServer.java:1003) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m18699(BlockableEventLoop.java:112) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.executeModerately(MinecraftServer.java:982) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129940(MinecraftServer.java:580) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.prepareLevels(MinecraftServer.java:564) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129815(MinecraftServer.java:441) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130006(MinecraftServer.java:346) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.dedicated.DedicatedServer.m7038(DedicatedServer.java:233) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:856) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:286) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.lang.Thread.run(Thread.java:1583) [?:?] [15:10:21 WARN]: Skipping BlockEntity with id tfmg:radial_engine_input [15:10:21 ERROR]: Failed to load data for block entity tfmg:radial_engine_input java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.Level.m7702(net.minecraft.core.BlockPos)" because "this.f58857" is null at com.drmangotea.tfmg.blocks.engines.radial.input.RadialEngineInputBlockEntity.read(RadialEngineInputBlockEntity.java:128) ~[%5B工业长路%5Dtfmg-0.9.3-1.20.1.jar%23240!/:0.9.3-1.20.1] at com.simibubi.create.foundation.blockEntity.SmartBlockEntity.m142466(SmartBlockEntity.java:121) ~[%5B机械动 力%5Dcreate-1.20.1-0.5.1.i.jar%23246!/:0.5.1.i] at net.minecraft.world.level.block.entity.BlockEntity.m155246(BlockEntity.java:143) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.util.Optional.map(Optional.java:260) ~[?:?] at net.minecraft.world.level.block.entity.BlockEntity.m155241(BlockEntity.java:141) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.chunk.storage.ChunkSerializer.m196900(ChunkSerializer.java:416) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.chunk.LevelChunk.m62952(LevelChunk.java:482) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ChunkMap.m214854(ChunkMap.java:742) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162) ~[datafixerupper-6.0.8.jar%23170!/:?] at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23170!/:?] at com.mojang.datafixers.util.Either.mapLeft(Either.java:162) ~[datafixerupper-6.0.8.jar%23170!/:?] at net.minecraft.server.level.ChunkMap.m287044(ChunkMap.java:724) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m143188(ChunkTaskPriorityQueueSorter.java:62) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m6367(BlockableEventLoop.java:151) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m6367(ServerChunkCache.java:583) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m7245(BlockableEventLoop.java:124) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m7245(ServerChunkCache.java:593) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache.m8466(ServerChunkCache.java:291) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129961(MinecraftServer.java:1014) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m7245(MinecraftServer.java:1003) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m18699(BlockableEventLoop.java:112) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.executeModerately(MinecraftServer.java:982) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129940(MinecraftServer.java:580) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.prepareLevels(MinecraftServer.java:564) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129815(MinecraftServer.java:441) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130006(MinecraftServer.java:346) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.dedicated.DedicatedServer.m7038(DedicatedServer.java:233) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:856) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:286) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.lang.Thread.run(Thread.java:1583) [?:?] [15:10:21 WARN]: Skipping BlockEntity with id tfmg:radial_engine_input [15:10:21 ERROR]: Failed to load data for block entity tfmg:radial_engine_input java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.Level.m7702(net.minecraft.core.BlockPos)" because "this.f58857" is null at com.drmangotea.tfmg.blocks.engines.radial.input.RadialEngineInputBlockEntity.read(RadialEngineInputBlockEntity.java:128) ~[%5B工业长路%5Dtfmg-0.9.3-1.20.1.jar%23240!/:0.9.3-1.20.1] at com.simibubi.create.foundation.blockEntity.SmartBlockEntity.m142466(SmartBlockEntity.java:121) ~[%5B机械动 力%5Dcreate-1.20.1-0.5.1.i.jar%23246!/:0.5.1.i] at net.minecraft.world.level.block.entity.BlockEntity.m155246(BlockEntity.java:143) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.util.Optional.map(Optional.java:260) ~[?:?] at net.minecraft.world.level.block.entity.BlockEntity.m155241(BlockEntity.java:141) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.chunk.storage.ChunkSerializer.m196900(ChunkSerializer.java:416) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.chunk.LevelChunk.m62952(LevelChunk.java:482) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ChunkMap.m214854(ChunkMap.java:742) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162) ~[datafixerupper-6.0.8.jar%23170!/:?] at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23170!/:?] at com.mojang.datafixers.util.Either.mapLeft(Either.java:162) ~[datafixerupper-6.0.8.jar%23170!/:?] at net.minecraft.server.level.ChunkMap.m287044(ChunkMap.java:724) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m143188(ChunkTaskPriorityQueueSorter.java:62) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m6367(BlockableEventLoop.java:151) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m6367(ServerChunkCache.java:583) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m7245(BlockableEventLoop.java:124) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m7245(ServerChunkCache.java:593) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache.m8466(ServerChunkCache.java:291) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129961(MinecraftServer.java:1014) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m7245(MinecraftServer.java:1003) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m18699(BlockableEventLoop.java:112) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.executeModerately(MinecraftServer.java:982) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129940(MinecraftServer.java:580) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.prepareLevels(MinecraftServer.java:564) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129815(MinecraftServer.java:441) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130006(MinecraftServer.java:346) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.dedicated.DedicatedServer.m7038(DedicatedServer.java:233) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:856) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:286) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.lang.Thread.run(Thread.java:1583) [?:?] [15:10:21 WARN]: Skipping BlockEntity with id tfmg:radial_engine_input [15:10:21 ERROR]: Failed to load data for block entity tfmg:radial_engine_input java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.Level.m7702(net.minecraft.core.BlockPos)" because "this.f58857" is null at com.drmangotea.tfmg.blocks.engines.radial.input.RadialEngineInputBlockEntity.read(RadialEngineInputBlockEntity.java:128) ~[%5B工业长路%5Dtfmg-0.9.3-1.20.1.jar%23240!/:0.9.3-1.20.1] at com.simibubi.create.foundation.blockEntity.SmartBlockEntity.m142466(SmartBlockEntity.java:121) ~[%5B机械动 力%5Dcreate-1.20.1-0.5.1.i.jar%23246!/:0.5.1.i] at net.minecraft.world.level.block.entity.BlockEntity.m155246(BlockEntity.java:143) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.util.Optional.map(Optional.java:260) ~[?:?] at net.minecraft.world.level.block.entity.BlockEntity.m155241(BlockEntity.java:141) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.chunk.storage.ChunkSerializer.m196900(ChunkSerializer.java:416) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.chunk.LevelChunk.m62952(LevelChunk.java:482) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ChunkMap.m214854(ChunkMap.java:742) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162) ~[datafixerupper-6.0.8.jar%23170!/:?] at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23170!/:?] at com.mojang.datafixers.util.Either.mapLeft(Either.java:162) ~[datafixerupper-6.0.8.jar%23170!/:?] at net.minecraft.server.level.ChunkMap.m287044(ChunkMap.java:724) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m143188(ChunkTaskPriorityQueueSorter.java:62) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m6367(BlockableEventLoop.java:151) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m6367(ServerChunkCache.java:583) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m7245(BlockableEventLoop.java:124) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m7245(ServerChunkCache.java:593) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m18701(BlockableEventLoop.java:134) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache.m7587(ServerChunkCache.java:145) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.Level.m6522(Level.java:287) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.LevelReader.m46819(LevelReader.java:129) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.Level.m6325(Level.java:282) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.Level.m46745(Level.java:278) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.Level.getBlockEntity(Level.java:746) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.Level.m7702(Level.java:734) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at appeng.api.networking.GridHelper.getNodeHost(GridHelper.java:133) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.api.networking.GridHelper.getExposedNode(GridHelper.java:151) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.me.InWorldGridNode.findInWorldConnections(InWorldGridNode.java:64) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.me.GridNode.updateState(GridNode.java:227) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.me.GridNode.markReady(GridNode.java:362) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.me.ManagedGridNode.createNode(ManagedGridNode.java:171) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.me.ManagedGridNode.create(ManagedGridNode.java:157) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at com.gregtechceu.gtceu.integration.ae2.machine.trait.GridNodeHostTrait.init(GridNodeHostTrait.java:29) ~[%5B格雷%5Dgtceu-1.20.1-1.4.6.jar%23249!/:1.4.6] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m6367(BlockableEventLoop.java:151) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m6367(ReentrantBlockableEventLoop.java:23) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m6367(MinecraftServer.java:1026) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m6367(MinecraftServer.java:176) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m7245(BlockableEventLoop.java:124) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129961(MinecraftServer.java:1009) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m7245(MinecraftServer.java:1003) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m18699(BlockableEventLoop.java:112) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.executeModerately(MinecraftServer.java:982) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129940(MinecraftServer.java:580) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.prepareLevels(MinecraftServer.java:564) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129815(MinecraftServer.java:441) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130006(MinecraftServer.java:346) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.dedicated.DedicatedServer.m7038(DedicatedServer.java:233) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:856) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:286) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.lang.Thread.run(Thread.java:1583) [?:?] [15:10:21 WARN]: Skipping BlockEntity with id tfmg:radial_engine_input [15:10:21 ERROR]: Failed to load data for block entity tfmg:radial_engine_input java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.Level.m7702(net.minecraft.core.BlockPos)" because "this.f58857" is null at com.drmangotea.tfmg.blocks.engines.radial.input.RadialEngineInputBlockEntity.read(RadialEngineInputBlockEntity.java:128) ~[%5B工业长路%5Dtfmg-0.9.3-1.20.1.jar%23240!/:0.9.3-1.20.1] at com.simibubi.create.foundation.blockEntity.SmartBlockEntity.m142466(SmartBlockEntity.java:121) ~[%5B机械动 力%5Dcreate-1.20.1-0.5.1.i.jar%23246!/:0.5.1.i] at net.minecraft.world.level.block.entity.BlockEntity.m155246(BlockEntity.java:143) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.util.Optional.map(Optional.java:260) ~[?:?] at net.minecraft.world.level.block.entity.BlockEntity.m155241(BlockEntity.java:141) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.chunk.storage.ChunkSerializer.m196900(ChunkSerializer.java:416) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.chunk.LevelChunk.m62952(LevelChunk.java:482) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ChunkMap.m214854(ChunkMap.java:742) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162) ~[datafixerupper-6.0.8.jar%23170!/:?] at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23170!/:?] at com.mojang.datafixers.util.Either.mapLeft(Either.java:162) ~[datafixerupper-6.0.8.jar%23170!/:?] at net.minecraft.server.level.ChunkMap.m287044(ChunkMap.java:724) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?] at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m143188(ChunkTaskPriorityQueueSorter.java:62) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m6367(BlockableEventLoop.java:151) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m6367(ServerChunkCache.java:583) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m7245(BlockableEventLoop.java:124) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.m7245(ServerChunkCache.java:593) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m18701(BlockableEventLoop.java:134) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.level.ServerChunkCache.m7587(ServerChunkCache.java:145) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.Level.m6522(Level.java:287) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.LevelReader.m46819(LevelReader.java:129) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.Level.m6325(Level.java:282) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.Level.m46745(Level.java:278) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.Level.getBlockEntity(Level.java:746) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.world.level.Level.m7702(Level.java:734) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at appeng.api.networking.GridHelper.getNodeHost(GridHelper.java:133) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.api.networking.GridHelper.getExposedNode(GridHelper.java:151) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.me.InWorldGridNode.findInWorldConnections(InWorldGridNode.java:64) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.me.GridNode.updateState(GridNode.java:227) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.me.GridNode.markReady(GridNode.java:362) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.me.ManagedGridNode.createNode(ManagedGridNode.java:171) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at appeng.me.ManagedGridNode.create(ManagedGridNode.java:157) ~[%5B应用能源2%5Dappliedenergistics2-forge-15.2.13.jar%23241!/:15.2.13] at com.gregtechceu.gtceu.integration.ae2.machine.trait.GridNodeHostTrait.init(GridNodeHostTrait.java:29) ~[%5B格雷%5Dgtceu-1.20.1-1.4.6.jar%23249!/:1.4.6] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m6367(BlockableEventLoop.java:151) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m6367(ReentrantBlockableEventLoop.java:23) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m6367(MinecraftServer.java:1026) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m6367(MinecraftServer.java:176) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m7245(BlockableEventLoop.java:124) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129961(MinecraftServer.java:1009) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m7245(MinecraftServer.java:1003) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.util.thread.BlockableEventLoop.m18699(BlockableEventLoop.java:112) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.executeModerately(MinecraftServer.java:982) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129940(MinecraftServer.java:580) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.prepareLevels(MinecraftServer.java:564) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m129815(MinecraftServer.java:441) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130006(MinecraftServer.java:346) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.dedicated.DedicatedServer.m7038(DedicatedServer.java:233) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:856) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:286) ~[server-1.20.1-20230612.114412-srg.jar%23258!/:?] at java.lang.Thread.run(Thread.java:1583) [?:?] [15:10:21 WARN]: Skipping BlockEntity with id tfmg:radial_engine_input

15:10:22 INFO: Time elapsed: 2141 ms 15:10:22 INFO: Preparing start region for dimension aether:the_aether

15:10:24 INFO: Time elapsed: 1351 ms 15:10:24 INFO: Preparing start region for dimension creatingspace:moon_orbit

15:10:25 INFO: Time elapsed: 948 ms 15:10:25 INFO: Preparing start region for dimension creatingspace:earth_orbit

15:10:25 INFO: Time elapsed: 934 ms 15:10:25 INFO: Preparing start region for dimension creatingspace:mars_orbit

15:10:26 INFO: Time elapsed: 956 ms 15:10:26 INFO: Preparing start region for dimension creatingspace:the_moon

15:10:27 INFO: Time elapsed: 995 ms 15:10:27 INFO: Preparing start region for dimension creatingspace:mars

15:10:29 INFO: Time elapsed: 1080 ms 15:10:29 INFO: Preparing start region for dimension creatingspace:venus

15:10:30 INFO: Time elapsed: 1048 ms 15:10:30 INFO: Preparing start region for dimension twilightforest:twilight_forest

15:10:31 INFO: Time elapsed: 942 ms 15:10:31 INFO: Preparing start region for dimension minecraft:the_nether

15:10:32 INFO: Time elapsed: 1082 ms 15:10:32 INFO: [CoreProtect] 小小墨正在连接 CoreProtect v22.4 插件 [15:10:32 ERROR]: [CoreProtect] 插件 CoreProtect v22.4 在尝试为 class net.coreprotect.paper.listener.PaperChatListener 注册事件时失败,因为 com/mohistmc/paper/event/player/AsyncChatEvent 不存在。 15:10:32 INFO: [CoreProtect] CoreProtect 已成功启用! 15:10:32 INFO: [CoreProtect] 使用 SQLite 用于数据存储。

15:10:32 INFO: [CoreProtect] 对 CoreProtect 感到满意吗?请加入我们的 Discord 频道! 15:10:32 INFO: [CoreProtect] Discord: www.coreprotect.net/discord/

15:10:32 INFO: [PlaceholderAPI] 小小墨正在连接 PlaceholderAPI v2.11.6 插件 15:10:32 INFO: [PlaceholderAPI] Fetching available expansion information... 15:10:32 INFO: [PlaceholderAPI] Successfully registered internal expansion: mohist 1.20.1: Hook PlaceholderAPI! 15:10:32 INFO: [CMILib] 小小墨正在连接 CMILib v1.5.1.4 插件 [15:10:33 INFO]: Server version: v1_20_R1 - 1.20.1 - spigot 1.20.1-896 (MC: 1.20.1) [15:10:33 ERROR]: Tried to load client configs on a dedicated server 15:10:34 INFO: CMI hooked. 15:10:34 INFO: [PlaceholderAPI] Successfully registered internal expansion: cmil 1.5.1.4: PlaceholderAPI hooked. 15:10:34 INFO: Updated (EN) language file. Took 39ms 15:10:34 INFO: Updated (CN) language file. Took 16ms 15:10:34 INFO: [CMI] 小小墨正在连接 CMI v9.7.6.3 插件

15:10:34 INFO: __ __ 15:10:34 INFO: .' || \ / || | 15:10:34 INFO: / .' _| | \/ | | | 15:10:34 INFO: | | | |\ /| | | | 15:10:34 INFO: \ .___.'\ _| |_\/_| |_ _| |_ [15:10:34 INFO]:. .'|____||||_____|

[15:10:35 INFO]: Vault found. (Loaded: true) [15:10:35 INFO]: 66 Enabled and 0 Disabled modules [15:10:35 INFO]: ProtocolLib found. (Loaded: true) [15:10:35 INFO]: Initialized Cipher256 AES [15:10:35 INFO]: Loaded (61) regular alias into memory. Took 25ms [15:10:35 INFO]: Loaded (1) custom text's into memory. Took 5ms [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world_deeperdarker_otherside) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world_nether) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world_minecells_promenade) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world_the_bumblezone_the_bumblezone) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world_minecells_prison) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world_the_end) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world_edenring_edenring) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world_minecells_ramparts) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world_minecells_insufferable_crypt) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world_minecells_black_bridge) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world/DIM-1) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (world/DIM1) name [15:10:35 INFO]: (RandomTeleportation) Can't find world with (zc) name [15:10:35 INFO]: 3.42.0 data base type detected 15:10:36 INFO: Started SqLite data base. Took 74ms [15:10:36 WARN]: [CMI] 从 net.milkbowl.vault.economy.Economy 加载了类 Vault v1.7.3-CMI,但这不是此插件的依赖项或软依赖项。 15:10:36 INFO: Vault was found - Enabling capabilities. Economy: CMIEconomy 15:10:36 INFO: Loaded (5) warning categories into memory. Took 0ms 15:10:36 INFO: Loaded (3) warning commands into memory. Took 0ms 15:10:36 INFO: Loaded (0) cooldowns into memory. Took 0ms 15:10:36 INFO: Loaded (144) custom mob heads into memory. Took 8ms 15:10:36 INFO: Loaded (6) warmups into memory. Took 0ms 15:10:36 INFO: Initializing BungeeCord 15:10:36 INFO: Loaded (5) kits into memory. Took 4ms 15:10:36 INFO: Loaded (7) ranks into memory. Took 9ms 15:10:36 INFO: Loaded (8) playtime rewards into memory. Took 3ms 15:10:36 INFO: Loaded (1) jails into memory. Took 18ms 15:10:36 INFO: Loaded (76) player data into memory. Took 24ms 15:10:36 INFO: Loaded (0) playtime records into memory. Took 1ms 15:10:36 INFO: Loaded (0) playtime reward records into memory. Took 0ms 15:10:36 INFO: Loaded (0) custom alias into memory. Took 0ms 15:10:36 INFO: Registered events. Took 101ms 15:10:36 INFO: Loaded (0) event action commands into memory. Took 3ms 15:10:36 INFO: Loaded (EN) language file into memory. Took 52ms 15:10:36 INFO: Loaded (CN) language file into memory. Took 39ms [15:10:36 WARN]: [CMILib] 从 com.Zrips.CMI.Containers.Snd 加载了类 CMI v9.7.6.3,但这不是此插件的依赖项或软依赖项。 15:10:36 INFO: Loaded (245) worth values into memory. Took 12ms 15:10:36 INFO: Loaded (7) warps into memory. Took 4ms 15:10:36 INFO: VaultPermissions found. (Loaded: true) 15:10:36 INFO: PlaceholderAPI found. (Loaded: true) 15:10:36 INFO: Initializing world manager. 15:10:36 INFO: Loaded (4) schedules into memory. Took 5ms 15:10:36 INFO: Loaded GeoIP 15:10:36 INFO: Loaded (0) skin cache entries into memory. Took 0ms 15:10:36 INFO: Loaded (0) ArmorStand templates into memory. Took 0ms 15:10:36 INFO: Version 9.7.6.3 has been enabled

15:10:36 INFO: [Vault][Economy] CMI Economy hooked. 15:10:36 INFO: [AntiCraft] 小小墨正在连接 AntiCraft v1.0.0 插件 15:10:36 INFO: Loading AntiCraft v1.0.0 by iShadey 15:10:36 INFO: [slow_mending_re] 小小墨正在连接 slow_mending_re vv2.0.0 插件 15:10:36 INFO: [slow_mending_re] SLMR:

Slow mending re

15:10:37 INFO:

15:10:37 INFO: 15:10:37 INFO: [slow_mending_re] 正在加载插件... [15:10:37 WARN]: [slow_mending_re] 无法将 command.yml 保存到 &s,因为 plugins\slow_mending_re\command.yml 已经存在 15:10:37 INFO: [slow_mending_re] 加载完成! 15:10:37 INFO: [NBTAPI] 小小墨正在连接 NBTAPI v2.13.2 插件 15:10:37 INFO: [NBTAPI] Checking bindings... 15:10:37 INFO: [NBTAPI] All Classes were able to link! 15:10:37 INFO: [NBTAPI] All Methods were able to link! 15:10:37 INFO: [NBTAPI] Running NBT reflection test... 15:10:37 INFO: [NBTAPI] Success! This version of NBT-API is compatible with your server. 15:10:37 INFO: [DeathPenaltyPlugin] 小小墨正在连接 DeathPenaltyPlugin v1.0 插件 15:10:37 INFO: [DeathPenaltyPlugin] [GTDeatthPenalty] 已载入到服务器中. 15:10:37 INFO: [AllMusic3] 小小墨正在连接 AllMusic3 v3.2.1 插件 15:10:37 INFO: [AllMusic3] Spigot已支持 15:10:37 INFO: [AllMusic3] [AllMusic3]正在启动,感谢使用,本插件交流群:571239090 15:10:37 INFO: [AllMusic3] [AllMusic3]当前语言配置文件版本为:205,你的语言文件版本为:205 15:10:37 INFO: [AllMusic3] [AllMusic3]当前插件配置文件版本为:203,你的配置文件版本为:203 15:10:37 INFO: [AllMusic3] Vault支持已启动 15:10:37 INFO: [AllMusic3] 正在挂钩PlaceholderAPI 15:10:37 INFO: [PlaceholderAPI] Successfully registered internal expansion: allmusic 3.2.1: [AllMusic3] [AllMusic3]正在初始化网络爬虫 15:10:37 INFO: [AllMusic3] 正在初始化数据库 15:10:37 INFO: [AllMusic3] 正在读取玩家数据 15:10:37 INFO: [AllMusic3] 正在读取空闲歌单 15:10:37 INFO: [AllMusic3] [AllMusic3]已启动-3.2.1 15:10:37 INFO: [GroupManager] 小小墨正在连接 GroupManager v3.2 (Phoenix) 插件 15:10:37 INFO: [GroupManager] OfflinePlayers cached ( 75 ). 15:10:37 INFO: World Found: world 15:10:37 INFO: Superperms support enabled. 15:10:37 INFO: [PlaceholderAPI] Successfully registered internal expansion: groupmanager 1.0.0: Add-ons: PlaceholderAPI v2.11.6 15:10:37 INFO: Scheduled Data Saving is set for every 10 minutes! 15:10:37 INFO: Backups will be retained for 24 hours! 15:10:37 INFO: DataSource - YAML 15:10:37 INFO: version 3.2 (Phoenix) is enabled! 15:10:37 INFO: [Vault][Permission] GroupManager hooked. 15:10:37 INFO: [Vault][Chat] GroupManager - Chat hooked. 15:10:37 INFO: [ChestProtect] 小小墨正在连接 ChestProtect v5.16.0 插件 15:10:38 INFO: [ChestProtect] Version: 5.16.0 Previous: 5.16.0 15:10:38 INFO: [ChestProtect] Server: 1.20.x running Spigot 15:10:38 INFO: [ChestProtect] Licensed to: 460158 15:10:38 INFO: [ChestProtect] Experiencing issues or having questions? Join our Discord! 15:10:38 INFO: [ChestProtect] Discord: https://discord.gg/B4MAJVk 15:10:38 INFO: [ChestProtect] Wiki: https://github.com/Angeschossen/ChestProtect/wiki

15:10:38 INFO: [Integrations] Successfully integrated CMI as hologram manager. 15:10:38 INFO: Setting up general tables... 15:10:38 INFO: Successfully connected to SQL (SQLite) database. 15:10:38 INFO: [Multiverse-Core] 小小墨正在连接 Multiverse-Core v4.3.13 插件 [15:10:38 WARN]: [Multiverse-Core] Multiverse-Core v4.3.13 已为 org.bukkit.event.entity.EntityCreatePortalEvent 注册了一个监听器,方法为 public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent),但该事件已废弃。 Server performance will be affected;请通知作者 [dumptruckman, Rigby, fernferret, lithium3141, main--]。 15:10:38 INFO: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore. [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] Exception while loading value for environment [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_minecells_promenade [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_minecells_prison [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_minecells_insufferable_crypt [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_minecells_black_bridge [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: zc [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 ERROR]: [Multiverse-Core] The world 'world/DIM-1' could NOT be loaded because the server didn't like it! [15:10:38 ERROR]: [Multiverse-Core] We don't really know why this is. Contact the developer of your server software! [15:10:38 ERROR]: [Multiverse-Core] Server version info: 1.20.1-896 (MC: 1.20.1) [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: zysj [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 ERROR]: [Multiverse-Core] The world 'world/DIM1' could NOT be loaded because the server didn't like it! [15:10:38 ERROR]: [Multiverse-Core] We don't really know why this is. Contact the developer of your server software! [15:10:38 ERROR]: [Multiverse-Core] Server version info: 1.20.1-896 (MC: 1.20.1) [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_edenring_edenring [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_minecells_ramparts [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_deeperdarker_otherside [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_bumblezone_the_bumblezone [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [15:10:38 WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: zy [15:10:38 WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! 15:10:38 INFO: [Multiverse-Core] 11 - World(s) loaded. [15:10:38 WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use /mv conf enablebuscript false to disable Buscript from loading. 15:10:38 INFO: [Multiverse-Core] Version 4.3.13 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main-- 15:10:38 INFO: [SeekInventory] 小小墨正在连接 SeekInventory v1.0.2 插件

15:10:38 INFO: [Images] 小小墨正在连接 Images v2.5.0 插件 15:10:38 INFO: [Images] 检测到你安装了ProtocolLib插件,尝试使用特殊数据处理方式中… 15:10:38 INFO: [VoidFramework-Bukkit] 小小墨正在连接 VoidFramework-Bukkit v2.2.0-9892918 插件 15:10:38 INFO: [VoidFramework-Bukkit] 日志等级: INFO 15:10:38 INFO: [VoidFramework-Bukkit] Loading dependency org.apache.groovy:groovy:4.0.21(level: 0) for com.void01.bukkit.voidframework.api.common.library.IsolatedClassLoader@40c1717d. 15:10:38 INFO: [Residence] 小小墨正在连接 Residence v5.1.6.2 插件 15:10:38 INFO: [Residence] Can't find world with (dustopia) name 15:10:38 INFO: [Residence] Can't find world with (runandor) name 15:10:38 INFO: [Residence] Can't find world with (shyrelands) name 15:10:38 INFO: [Residence] Can't find world with (precasia) name 15:10:38 INFO: [Residence] Can't find world with (iromine) name 15:10:38 INFO: [Residence] Can't find world with (candyland) name 15:10:38 INFO: [Residence] Can't find world with (lunalus) name 15:10:38 INFO: [Residence] Can't find world with (gardencia) name 15:10:38 INFO: [Residence] Can't find world with (celeve) name 15:10:38 INFO: [Residence] Can't find world with (vox_ponds) name 15:10:38 INFO: [Residence] Can't find world with (creeponia) name 15:10:38 INFO: [Residence] Can't find world with (zc1) name 15:10:38 INFO: [Residence] Can't find world with (abyss) name 15:10:38 INFO: [Residence] Can't find world with (haven) name 15:10:38 INFO: [Residence] Can't find world with (crystevia) name 15:10:38 INFO: [Residence] Can't find world with (greckon) name 15:10:38 INFO: [Residence] Can't find world with (nowhere) name 15:10:38 INFO: [Residence] Can't find world with (lelyetia) name 15:10:38 INFO: [Residence] Can't find world with (mysterium) name 15:10:38 INFO: [Residence] Can't find world with (lborean) name 15:10:38 INFO: [Residence] Can't find world with (deeplands) name 15:10:38 INFO: [Residence] Can't find world with (barathos) name 15:10:38 INFO: [Residence] Can't find world with (zy1) name 15:10:38 INFO: [Residence] Can't find world with (DIM7) name 15:10:38 INFO: [Residence] Can't find world with (DIM-9999) name 15:10:38 INFO: [Residence] Can't find world with (DIM-11325) name 15:10:38 INFO: [Residence] Can't find world with (DIM-24) name 15:10:38 INFO: [Residence] Can't find world with (DIM-23) name 15:10:38 INFO: [Residence] Can't find world with (plotworld) name 15:10:38 INFO: [Residence] Can't find world with (zy) name 15:10:38 INFO: [Residence] Can't find world with (world/DIM1) name 15:10:38 INFO: [Residence] Can't find world with (world/DIM-1) name 15:10:38 INFO: [Residence] Can't find world with (world_minecells_promenade) name 15:10:38 INFO: [Residence] Can't find world with (world_minecells_black_bridge) name 15:10:38 INFO: [Residence] Can't find world with (world_deeperdarker_otherside) name 15:10:38 INFO: [Residence] Can't find world with (world_minecells_insufferable_crypt) name 15:10:38 INFO: [Residence] Can't find world with (world_minecells_ramparts) name 15:10:38 INFO: [Residence] Can't find world with (world_the_end) name 15:10:38 INFO: [Residence] Can't find world with (world_nether) name 15:10:38 INFO: [Residence] Can't find world with (world_edenring_edenring) name 15:10:38 INFO: [Residence] Can't find world with (world_minecells_prison) name 15:10:38 INFO: [Residence] Can't find world with (world_the_bumblezone_the_bumblezone) name 15:10:38 INFO: [Residence] Can't find world with (zc) name 15:10:38 INFO: [Residence] Loaded (2) groups 15:10:38 INFO: [Residence] Found Vault using permissions plugin:GroupManager 15:10:38 INFO: [Residence] Scanning for economy systems... 15:10:38 INFO: [Residence] Found Vault using economy system: CMIEconomy 15:10:39 INFO: [Residence] Loaded world data into memory. (108 ms) -> 21 residences 15:10:39 INFO: [Residence] Loaded moon_orbit data into memory. (0 ms) -> 0 residences 15:10:39 INFO: [Residence] Loaded earth_orbit data into memory. (0 ms) -> 0 residences 15:10:39 INFO: [Residence] Loaded mars_orbit data into memory. (0 ms) -> 0 residences 15:10:39 INFO: [Residence] Loaded venus data into memory. (0 ms) -> 0 residences 15:10:39 INFO: [Residence] Loaded the_aether data into memory. (0 ms) -> 0 residences 15:10:39 INFO: [Residence] Loaded mars data into memory. (0 ms) -> 0 residences 15:10:39 INFO: [Residence] Loaded the_moon data into memory. (0 ms) -> 0 residences 15:10:39 INFO: [Residence] Loaded twilight_forest data into memory. (0 ms) -> 1 residences 15:10:39 INFO: [PlaceholderAPI] Successfully registered internal expansion: residence 5.1.6.2: [Residence] PlaceholderAPI was found - Enabling capabilities. 15:10:39 INFO: [Residence] Enabled! Version 5.1.6.2 by Zrips 15:10:39 INFO: [OnlineReward] 小小墨正在连接 OnlineReward v1.7.3-BETA 插件 15:10:39 INFO: [PlaceholderAPI] Successfully registered internal expansion: onlinereward 1.7.3-BETA: [GiftPack] 小小墨正在连接 GiftPack v1.1.1 插件

15:10:39 INFO: [BanIt] 小小墨正在连接 BanIt v1.1.5 插件

15:10:39 INFO: [SakuraBind] 小小墨正在连接 SakuraBind v2.4.2 插件 15:10:39 INFO: [SakuraBind] 检测到兼容插件: PlaceholderAPI 15:10:39 INFO: [PlaceholderAPI] Successfully registered internal expansion: sakurabind 2.4.2: [SakuraBind] 配置初始化中... 15:10:39 INFO: [SakuraBind] [I] com.zaxxer:HikariCP:5.1.0 15:10:39 INFO: [SakuraBind] 数据库链接中... 15:10:39 INFO: [SakuraBind] [I] com.h2database:h2:2.3.232 15:10:39 INFO: SakuraBind - Starting... 15:10:39 INFO: SakuraBind - Added connection conn0: url=jdbc:h2:D:\mc\jixie\plugins\SakuraBind\database/database_sakurabind user=USER 15:10:39 INFO: SakuraBind - Start completed. 15:10:39 INFO: [SakuraBind] 数据库链接成功: H2 15:10:39 INFO: [SakuraBind] 配置初始化完毕! 15:10:39 INFO: [SakuraBind] 定时扫描任务已启动,周期: 60 tick 15:10:39 INFO: [SakuraBind] 缓存初始化成功! 15:10:40 INFO: [SakuraBind] 插件已启用! 15:10:40 INFO: [ServerSigns] 小小墨正在连接 ServerSigns v4.9.0 插件 15:10:40 INFO: [ServerSigns] Version 4.9.0 is now enabled. 15:10:40 INFO: [ElectronicStockMarket] 小小墨正在连接 ElectronicStockMarket v1.0.6 插件

15:10:40 INFO: [PlaceholderAPI] Successfully registered internal expansion: ElectronicStockMarket 1.0: [JulySafe] 小小墨正在连接 JulySafe v4.0.11 插件 15:10:40 INFO: [JulySafe] 日志等级: INFO 15:10:40 INFO: [JulySafe] [INFO] 插件版本: v4.0.11 15:10:40 INFO: [JulySafe] [INFO] 正在加载模块: 15:10:40 INFO: [JulySafe] [INFO] AutoRestartModule: 未启用. 15:10:40 INFO: [JulySafe] [INFO] DropCleanModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] EntityExplodeLimitModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] ChunkEntityLimitModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] EntityCleanModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] EntitySpawnLimitModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] FireSpreadLimitModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] CropTrampleLimitModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] CommandLimitModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] CommandSpamLimitModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] ChatSpamLimitModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] ChatBlacklistModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] BlockExplodeLimitModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] RedstoneLimitModule: 已启用. 15:10:40 INFO: [JulySafe] [INFO] IllegalPlayerLimitModule: 未启用. 15:10:40 INFO: [JulySafe] [INFO] PlayerDropRecordModule: 未启用. 15:10:40 INFO: [JulySafe] [INFO] PlayerPickupRecordModule: 未启用. 15:10:40 INFO: [JulySafe] [INFO] 作者: 柒 月, QQ: 884633197. 15:10:40 INFO: [JulySafe] [INFO] JulySafe 付费技术支持 QQ 群: 1148417878. 15:10:40 INFO: [JulySafe] [INFO] 插件已加载. 15:10:40 INFO: [QuickShop] 小小墨正在连接 QuickShop v5.1.2.5 插件 15:10:40 INFO: [QuickShop] QuickShop Reremake 15:10:40 INFO: [QuickShop] Starting plugin self-test, please wait... 15:10:40 INFO: [QuickShop] [OK] Signature Verify 15:10:40 INFO: [QuickShop] [OK] Plugin Manifest Check 15:10:40 INFO: [QuickShop] [OK] Potential Infection Characteristics Check 15:10:40 INFO: [QuickShop] [OK] Java Runtime Environment Version Test 15:10:40 INFO: [QuickShop] Running QuickShop-Reremake on NMS version v1_20_R1 For Minecraft version 1.20.1 15:10:40 INFO: [QuickShop] [OK] Spigot Based Server Test 15:10:40 INFO: [QuickShop] [OK] Old QuickShop Test 15:10:40 INFO: [QuickShop] [OK] ModdedServer Based Test 15:10:40 INFO: [QuickShop] [OK] CoreSupport Test 15:10:40 INFO: [QuickShop] [OK] Virtual DisplayItem Support Test 15:10:40 INFO: [QuickShop] [OK] GameVersion supporting Test 15:10:40 INFO: [QuickShop] [OK] PacketListenerAPI Conflict Test 15:10:40 INFO: [QuickShop] [OK] End of life Test 15:10:40 INFO: [QuickShop] Reading the configuration... 15:10:40 INFO: [QuickShop] Developers: PotatoCraft Studio, Netherfoam, Timtower, KaiNoMood (KaiKikuchi), jho5245, Ghost_chu, cakoyo, Ectabro, portlek, log4b0at, Andre601, deadman96385, Vlvxingze, DoctaEnkoda, Mgazul, TiaraRinne, sandtechnology, Starmism, Chris6ix, Rean Schwarzer, mart-r, raphtaliapt, Tim269, creatorfromhell, LoneDev6, judgetread, confuxeon, ibmibmibm, yannicklamprecht, PyvesB, PaulBGD, ORelio, JoschuaSchneider, Starmium, harry0198, efekurbann, tdiant 15:10:40 INFO: [QuickShop] Original author: Netherfoam, Timtower, KaiNoMood 15:10:40 INFO: [QuickShop] Let's start loading the plugin 15:10:40 INFO: [QuickShop] Chat processor selected: Hardcoded BungeeChat Lib 15:10:40 INFO: [QuickShop] Loading plugin translations files... 15:10:40 INFO: [QuickShop] Game assets server selected: Mojang API 15:10:40 INFO: [QuickShop] Loading items translations... 15:10:41 INFO: [QuickShop] Loading enchantments translations... 15:10:41 INFO: [QuickShop] Loading potions translations... 15:10:41 INFO: [QuickShop] Successfully loaded PlaceHolderAPI support! 15:10:41 INFO: [QuickShop] Using Virtual Item display, loading ProtocolLib support... 15:10:41 INFO: [QuickShop] Successfully loaded ProtocolLib support! 15:10:41 INFO: [QuickShop] Setting up database... 15:10:41 INFO: [QuickShop] Checking and updating database columns, it may take a while... 15:10:41 INFO: [QuickShop] Finished! 15:10:41 INFO: [QuickShop] Selected permission provider: Bukkit 15:10:41 INFO: [QuickShop] Registering commands... 15:10:41 INFO: [QuickShop] Loaded 1 rules for listener blacklist. 15:10:41 INFO: [QuickShop] EventManager selected: QSEventManager 15:10:41 INFO: [QuickShop] Fetching shops from the database...If plugin stuck there, check your database connection. 15:10:41 INFO: [QuickShop] Loading shops from the database... 15:10:41 INFO: [QuickShop] >> Shop Loader Information 15:10:41 INFO: [QuickShop] Total shops: 96 15:10:41 INFO: [QuickShop] Valid shops: 91 15:10:41 INFO: [QuickShop] Pending : 90 15:10:41 INFO: [QuickShop] Waiting worlds loaded: 0 15:10:41 INFO: [QuickShop] Waiting chunks loaded: 1 15:10:41 INFO: [QuickShop] Done! Used 56ms to loaded shops in database. 15:10:41 INFO: [QuickShop] Registering listeners... 15:10:41 INFO: [QuickShop] Cleaning MsgUtils... 15:10:41 INFO: [QuickShop] Cleaning purchase messages from the database that are over a week old... 15:10:41 INFO: [QuickShop] Log actions is enabled, actions will log in the qs.log file! 15:10:41 INFO: [QuickShop] [Shop Purger] Purge not enabled! 15:10:41 INFO: [QuickShop] QuickShop Loaded! 898 ms. 15:10:41 INFO: [Mohist] 小小墨正在连接 Mohist v1.20.1 插件 15:10:41 INFO: Server permissions file permissions.yml is empty, ignoring it 15:10:41 INFO: [PlaceholderAPI] Placeholder expansion registration initializing... [15:10:41 WARN]: java.lang.RuntimeException: java.io.IOException: 另一个程序已锁定文件的一部分,进程无法访问。 [15:10:41 WARN]: at TRANSFORMER/forge@47.3.11/org.bukkit.craftbukkit.v1_20_R1.CraftServer.createWorld(CraftServer.java:1054) [15:10:41 WARN]: at TRANSFORMER/forge@47.3.11/org.bukkit.Bukkit.createWorld(Bukkit.java:705) [15:10:41 WARN]: at TRANSFORMER/forge@47.3.11/org.bukkit.WorldCreator.createWorld(WorldCreator.java:437) [15:10:41 WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:486) [15:10:41 WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:467) [15:10:41 WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:442) [15:10:41 WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorld(WorldManager.java:423) [15:10:41 WARN]: at com.onarandombox.MultiverseCore.listeners.MVWorldListener.loadWorld(MVWorldListener.java:57) [15:10:41 WARN]: at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) [15:10:41 WARN]: at java.base/java.lang.reflect.Method.invoke(Method.java:580) [15:10:41 WARN]: at TRANSFORMER/forge@47.3.11/org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) [15:10:41 WARN]: at TRANSFORMER/forge@47.3.11/org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [15:10:41 WARN]: at TRANSFORMER/forge@47.3.11/org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:604) [15:10:41 WARN]: at TRANSFORMER/forge@47.3.11/org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:588) [15:10:41 WARN]: at TRANSFORMER/forge@47.3.11/com.mohistmc.eventhandler.dispatcher.WorldEventDispatcher.onWorldLoadEvent(WorldEventDispatcher.java:38) [15:10:41 WARN]: at TRANSFORMER/forge@47.3.11/com.mohistmc.eventhandler.dispatcher.__WorldEventDispatcher_onWorldLoadEvent_Load.invoke(.dynamic) [15:10:41 WARN]: at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) [15:10:41 WARN]: at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:319) [15:10:41 WARN]: at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:299) [15:10:41 WARN]: at TRANSFORMER/minecraft@1.20.1/net.minecraft.server.MinecraftServer.handler$zdj000$injectSpatialLevel(MinecraftServer.java:2283) [15:10:41 WARN]: at TRANSFORMER/minecraft@1.20.1/net.minecraft.server.MinecraftServer.m129815(MinecraftServer.java:449) [15:10:41 WARN]: at TRANSFORMER/minecraft@1.20.1/net.minecraft.server.MinecraftServer.m130006(MinecraftServer.java:346) [15:10:41 WARN]: at TRANSFORMER/minecraft@1.20.1/net.minecraft.server.dedicated.DedicatedServer.m7038(DedicatedServer.java:233) [15:10:41 WARN]: at TRANSFORMER/minecraft@1.20.1/net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:856) [15:10:41 WARN]: at TRANSFORMER/minecraft@1.20.1/net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:286) [15:10:41 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583) [15:10:41 WARN]: Caused by: java.io.IOException: 另一个程序已锁定文件的一部分,进程无法访问。 [15:10:41 WARN]: at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) [15:10:41 WARN]: at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:75) [15:10:41 WARN]: at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137) [15:10:41 WARN]: at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:81) [15:10:41 WARN]: at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:72) [15:10:41 WARN]: at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:300) [15:10:41 WARN]: at TRANSFORMER/minecraft@1.20.1/net.minecraft.util.DirectoryLock.m13640(DirectoryLock.java:37) [15:10:41 WARN]: at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.(LevelStorageSource.java:449) [15:10:41 WARN]: at TRANSFORMER/minecraft@1.20.1/net.minecraft.world.level.storage.LevelStorageSource.validateAndCreateAccess(LevelStorageSource.java:355) [15:10:41 WARN]: at TRANSFORMER/forge@47.3.11/org.bukkit.craftbukkit.v1_20_R1.CraftServer.createWorld(CraftServer.java:1052) [15:10:41 WARN]: ... 25 more [15:10:41 ERROR]: [Multiverse-Core] The world 'world/DIM1' could NOT be loaded because it contains errors and is probably corrupt! [15:10:41 ERROR]: [Multiverse-Core] Try using Minecraft Region Fixer to repair your world! 'world/DIM1' [15:10:41 ERROR]: [Multiverse-Core] https://github.com/Fenixin/Minecraft-Region-Fixer 15:10:41 INFO: [QuickShop] Fetching shops from the database...If plugin stuck there, check your database connection. 15:10:41 INFO: [QuickShop] Loading shops from the database... 15:10:41 INFO: [QuickShop] >> Shop Loader Information 15:10:41 INFO: [QuickShop] Total shops: 96 15:10:41 INFO: [QuickShop] Valid shops: 0 15:10:41 INFO: [QuickShop] Pending : 0 15:10:41 INFO: [QuickShop] Waiting worlds loaded: 0 15:10:41 INFO: [QuickShop] Waiting chunks loaded: 0 15:10:41 INFO: [QuickShop] Done! Used 1ms to loaded shops in database. 15:10:41 INFO: New world detected... 15:10:41 INFO: Creating data for: world/DIM1 15:10:41 INFO: Don't forget to configure/mirror this world in config.yml. 15:10:41 INFO: Mohist 启动成功啦!╰(°▽°)╯,总耗时共 30.404s ,您可以使用 /help 命令查看服务器帮助! 15:10:41 INFO: 小小墨提醒您: Mohist 核心已装载完毕,有任何问题可以加官方群 [158638] 进行反馈 15:10:41 INFO: CustomNPC PermissionNodes available:

15:10:41 INFO: Successfully initialized permission handler forge:default_handler 15:10:41 INFO: Forwarding forge permission[forge:default_handler] to bukkitmohist:permission: Scanning class appeng.server.testplots.TestPlots for plots 15:10:41 INFO: Scanning class appeng.server.testplots.AutoCraftingTestPlots for plots 15:10:41 INFO: Scanning class appeng.server.testplots.InscriberTestPlots for plots 15:10:41 INFO: Scanning class appeng.server.testplots.P2PTestPlots for plots 15:10:41 INFO: Scanning class appeng.server.testplots.ItemP2PTestPlots for plots 15:10:41 INFO: Scanning class appeng.server.testplots.MemoryCardTestPlots for plots 15:10:41 INFO: Scanning class appeng.server.testplots.PatternProviderLockModePlots for plots 15:10:41 INFO: Scanning class appeng.server.testplots.PatternProviderPlots for plots 15:10:41 INFO: Scanning class appeng.server.testplots.SpatialTestPlots for plots 15:10:41 INFO: Scanning class appeng.server.testplots.QnbTestPlots for plots 15:10:41 INFO: Scanning class appeng.server.testplots.GuidebookPlot for plots 15:10:41 INFO: Scanning class appeng.server.testplots.SubnetPlots for plots 15:10:41 INFO: Scanning class appeng.server.testplots.AnnihilationPlaneTests for plots

15:10:41 INFO: {iceandfire:fire_dragon_roost=true, iceandfire:fire_lily=true, iceandfire:spawn_dragon_skeleton_fire=true, iceandfire:lightning_dragon_roost=true, iceandfire:spawn_dragon_skeleton_lightning=true, iceandfire:ice_dragon_roost=true, iceandfire:ice_dragon_cave=true, iceandfire:lightning_dragon_cave=true, iceandfire:cyclops_cave=true, iceandfire:spawn_wandering_cyclops=true, iceandfire:spawn_sea_serpent=true, iceandfire:frost_lily=true, iceandfire:hydra_cave=true, iceandfire:lightning_lily=true, iceandfire:pixie_village=true, iceandfire:myrmex_hive_jungle=true, iceandfire:myrmex_hive_desert=true, iceandfire:silver_ore=true, iceandfire:siren_island=true, iceandfire:spawn_dragon_skeleton_ice=true, iceandfire:spawn_stymphalian_bird=true, iceandfire:fire_dragon_cave=true, iceandfire:sapphire_ore=true, iceandfire:spawn_hippocampus=true, iceandfire:spawn_death_worm=true} 15:10:41 INFO: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true} 15:10:41 INFO: getting the server registry access 15:10:41 INFO: updating the travel map 15:10:41 INFO: Sending reload packet to clients [15:10:41][FINE/customnpcs][noppes.npcs.shared.common.util.LogWriter:73] Loading Dialogs [15:10:41][FINE/customnpcs][noppes.npcs.shared.common.util.LogWriter:73] Done loading Dialogs [15:10:41 WARN]: [CMI] 从 com.comphenix.protocol.events.PacketListener 加载了类 ProtocolLib v5.2.0-SNAPSHOT-679,但这不 是此插件的依赖项或软依赖项。 15:10:41 INFO: Failed to download file 'https://raw.githubusercontent.com/Zrips/CMILib/master/Translations/Locale_UA.yml' to folder 'plugins\CMILib\Translations\'. 15:10:41 INFO: You can do it manually, try again later or simply ignore it. [15:10:41 WARN]: [CMI] 从 org.anjocaido.groupmanager.GroupManager 加载了类 GroupManager v3.2 (Phoenix),但这不是此插件的依赖项或软依赖项。 15:10:41 INFO: [CMI] Permission plugin: GroupManager3.2 (Phoenix) 15:10:41 INFO: [PlaceholderAPI] Successfully registered internal expansion: cmi 9.7.6.3: [CMI] PlaceholderAPI hooked. 15:10:41 INFO: [SakuraBind] 检测到兼容插件: PlaceholderAPI 15:10:41 INFO: [QuickShop] Registering bStats metrics... 15:10:41 INFO: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8] [15:10:41 WARN]: [PlaceholderAPI] 从 net.milkbowl.vault.economy.Economy 加载了类 Vault v1.7.3-CMI,但这不是此插件的依赖 项或软依赖项。 15:10:41 INFO: [PlaceholderAPI] Successfully registered external expansion: vault 1.7.1: 2 placeholder hook(s) registered! 1 placeholder hook(s) have an update available. 15:10:41 INFO: Bukkit Permissions Updated! 15:10:41 INFO: [Integrations] Successfully integrated PlaceholderAPI for parsing placeholders from 3rd party plugins in chat messages and GUI menus 15:10:41 INFO: [QuickShop] Using economy system: CMIEconomy [15:10:42 INFO]: New version of CMILib was detected. Please update it [15:10:42 INFO]: No new version available [15:10:42 INFO]: / Residence \ | 5.1.6.3 is now available! Your version: 5.1.6.2

[15:10:44 INFO]: [Integrations] Successfully integrated Vault economy into economy system. Name: CMIEconomy [15:10:44 INFO]: [PlaceholderAPI] Successfully registered internal expansion: chestprotect [5.16.0] [15:10:44 INFO]: [Integrations] Successfully integrated PlaceholderAPI into chat system. [15:10:45 INFO]: [Images] 成功加载 7 张图片! [15:10:48 INFO]: There is a new version available: 5.19.10

SNWCreations commented 2 weeks ago

有些配置文件有格式错误。而且看起来你的地图文件被其他进程占用了,试试关掉无关进程然后重启服务器再看看。这个地图可以在纯 Forge 服务端上正常加载吗?