服务器一直刷以下的信息,chunkx和chunkz的坐标也一直在变,但不影响正常游戏,有谁知道如何解决吗
[18:22:13] [Server thread/ERROR] [Mohist]: ChunkX = -5, chunkZ = -2 [18:22:13] [Server thread/WARN] []: java.io.IOException: No data to read. byteIndex = 38922 [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkReader.readByte(ChunkReader.java:95) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.readSectionHeader(ChunkMapManager.java:363) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.moveToNextSection(ChunkMapManager.java:341) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.moveToNextLayer(ChunkMapManager.java:285) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.readNextBlock(ChunkMapManager.java:246) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.obfuscation.Calculations.obfuscate(Calculations.java:170) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.obfuscation.Calculations.obfuscateOrUseCache(Calculations.java:69) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.hook.ProtocolLibHook$1.onPacketSending(ProtocolLibHook.java:87) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:588) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:564) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:338) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:298) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:367) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:66) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:332) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:302) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetworkManager.func_150732_b(NetworkManager.java:249) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetworkManager.func_179290_a(NetworkManager.java:181) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetHandlerPlayServer.func_147359_a(NetHandlerPlayServer.java:1325) [18:22:13] [Server thread/WARN] []: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_147359_a(NetworkDispatcher.java:213) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.management.PlayerChunkMapEntry.func_187272_b(PlayerChunkMapEntry.java:161) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:208) [18:22:13] [Server thread/WARN] []: at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:351) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:884) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:467) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:778) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624) [18:22:13] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748) [18:22:13] [Server thread/ERROR] [Mohist]: ChunkX = -1, chunkZ = 4 [18:22:13] [Server thread/WARN] []: java.io.IOException: No data to read. byteIndex = 31002 [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkReader.readLong(ChunkReader.java:62) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkReader.readBlockBits(ChunkReader.java:40) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.readLayer(ChunkMapManager.java:348) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.moveToNextLayer(ChunkMapManager.java:291) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.readNextBlock(ChunkMapManager.java:246) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.obfuscation.Calculations.obfuscate(Calculations.java:170) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.obfuscation.Calculations.obfuscateOrUseCache(Calculations.java:69) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.hook.ProtocolLibHook$1.onPacketSending(ProtocolLibHook.java:87) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:588) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:564) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:338) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:298) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:367) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:66) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:332) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:302) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetworkManager.func_150732_b(NetworkManager.java:249) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetworkManager.func_179290_a(NetworkManager.java:181) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetHandlerPlayServer.func_147359_a(NetHandlerPlayServer.java:1325) [18:22:13] [Server thread/WARN] []: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_147359_a(NetworkDispatcher.java:213) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.management.PlayerChunkMapEntry.func_187272_b(PlayerChunkMapEntry.java:161) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:208) [18:22:13] [Server thread/WARN] []: at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:351) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:884) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:467) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:778) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624) [18:22:13] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748) [18:22:13] [Server thread/ERROR] [Mohist]: ChunkX = 2, chunkZ = 3 [18:22:13] [Server thread/WARN] []: java.io.IOException: No data to read. byteIndex = 31010 [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkReader.readLong(ChunkReader.java:62) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkReader.readBlockBits(ChunkReader.java:40) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.readLayer(ChunkMapManager.java:348) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.moveToNextLayer(ChunkMapManager.java:291) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.readNextBlock(ChunkMapManager.java:246) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.obfuscation.Calculations.obfuscate(Calculations.java:170) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.obfuscation.Calculations.obfuscateOrUseCache(Calculations.java:69) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.hook.ProtocolLibHook$1.onPacketSending(ProtocolLibHook.java:87) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:588) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:564) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:338) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:298) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:367) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:66) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:332) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:302) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetworkManager.func_150732_b(NetworkManager.java:249) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetworkManager.func_179290_a(NetworkManager.java:181) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetHandlerPlayServer.func_147359_a(NetHandlerPlayServer.java:1325) [18:22:13] [Server thread/WARN] []: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_147359_a(NetworkDispatcher.java:213) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.management.PlayerChunkMapEntry.func_187272_b(PlayerChunkMapEntry.java:161) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:208) [18:22:13] [Server thread/WARN] []: at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:351) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:884) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:467) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:778) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624) [18:22:13] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748) [18:22:13] [Server thread/ERROR] [Mohist]: ChunkX = 0, chunkZ = 4 [18:22:13] [Server thread/WARN] []: java.io.IOException: No data to read. byteIndex = 31002 [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkReader.readLong(ChunkReader.java:62) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkReader.readBlockBits(ChunkReader.java:40) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.readLayer(ChunkMapManager.java:348) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.moveToNextLayer(ChunkMapManager.java:291) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.readNextBlock(ChunkMapManager.java:246) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.obfuscation.Calculations.obfuscate(Calculations.java:170) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.obfuscation.Calculations.obfuscateOrUseCache(Calculations.java:69) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.hook.ProtocolLibHook$1.onPacketSending(ProtocolLibHook.java:87) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:588) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:564) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:338) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:298) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:367) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:66) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:332) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:302) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetworkManager.func_150732_b(NetworkManager.java:249) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetworkManager.func_179290_a(NetworkManager.java:181) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetHandlerPlayServer.func_147359_a(NetHandlerPlayServer.java:1325) [18:22:13] [Server thread/WARN] []: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_147359_a(NetworkDispatcher.java:213) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.management.PlayerChunkMapEntry.func_187272_b(PlayerChunkMapEntry.java:161) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:208) [18:22:13] [Server thread/WARN] []: at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:351) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:884) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:467) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:778) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624) [18:22:13] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748) [18:22:13] [Server thread/ERROR] [Mohist]: ChunkX = -2, chunkZ = 4 [18:22:13] [Server thread/WARN] []: java.io.IOException: No data to read. byteIndex = 31002 [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkReader.readLong(ChunkReader.java:62) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkReader.readBlockBits(ChunkReader.java:40) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.readLayer(ChunkMapManager.java:348) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.moveToNextLayer(ChunkMapManager.java:291) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.chunkmap.ChunkMapManager.readNextBlock(ChunkMapManager.java:246) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.obfuscation.Calculations.obfuscate(Calculations.java:170) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.obfuscation.Calculations.obfuscateOrUseCache(Calculations.java:69) [18:22:13] [Server thread/WARN] []: at com.lishid.orebfuscator.hook.ProtocolLibHook$1.onPacketSending(ProtocolLibHook.java:87) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:588) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:564) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:338) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:298) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:367) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector.access$800(ChannelInjector.java:66) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector$3.handleScheduled(ChannelInjector.java:332) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelInjector$3.onMessageScheduled(ChannelInjector.java:302) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [18:22:13] [Server thread/WARN] []: at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetworkManager.func_150732_b(NetworkManager.java:249) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetworkManager.func_179290_a(NetworkManager.java:181) [18:22:13] [Server thread/WARN] []: at net.minecraft.network.NetHandlerPlayServer.func_147359_a(NetHandlerPlayServer.java:1325) [18:22:13] [Server thread/WARN] []: at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_147359_a(NetworkDispatcher.java:213) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.management.PlayerChunkMapEntry.func_187272_b(PlayerChunkMapEntry.java:161) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:208) [18:22:13] [Server thread/WARN] []: at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:351) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:884) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:467) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:778) [18:22:13] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624) [18:22:13] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748) |
上传完整日志
兄弟,保重,先备份好你的地图,再执行别人的操作(orebfuscator mod很可疑)
Thehrz 发表于 2021-8-22 20:06
上传完整日志
你好,已上传
long_yan 发表于 2021-8-22 20:13
你好,已上传
尝试更新ProrocolLib
使用这个 https://www.spigotmc.org/resourc ... load?version=383725