唯爱她°
本帖最后由 唯爱她° 于 2020-3-17 08:27 编辑

服务器报错,但不影响运作
但是我想知道这段报错啥意思
  1. WARN java.lang.IllegalStateException: Asynchronous Async Chunk Load! Blocking thread until it returns
  2. 16.03 10:57:14 [服务器] WARN at net.minecraft.server.v1_12_R1.MCUtil.ensureMain(MCUtil.java:51)
  3. 16.03 10:57:14 [服务器] WARN at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:18)
  4. 16.03 10:57:14 [服务器] WARN at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:164)
  5. 16.03 10:57:14 [服务器] WARN at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:147)
  6. 16.03 10:57:14 [服务器] WARN at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:143)
  7. 16.03 10:57:14 [服务器] WARN at net.minecraft.server.v1_12_R1.World.getType(World.java:885)
  8. 16.03 10:57:14 [服务器] WARN at net.minecraft.server.v1_12_R1.TileEntityCommand$1.i(TileEntityCommand.java:33)
  9. 16.03 10:57:14 [服务器] WARN at net.minecraft.server.v1_12_R1.CommandBlockListenerAbstract.sendMessage(CommandBlockListenerAbstract.java:340)
  10. 16.03 10:57:14 [服务器] WARN at org.bukkit.craftbukkit.v1_12_R1.命令.CraftBlockCommandSender.sendMessage(CraftBlockCommandSender.java:27)
  11. 16.03 10:57:14 [服务器] WARN at org.bukkit.craftbukkit.v1_12_R1.CraftServer.broadcast(CraftServer.java:1324)
  12. 16.03 10:57:14 [服务器] WARN at org.bukkit.craftbukkit.v1_12_R1.CraftServer.broadcastMessage(CraftServer.java:450)
  13. 16.03 10:57:14 [服务器] WARN at org.bukkit.Bukkit.broadcastMessage(Bukkit.java:278)
  14. 16.03 10:57:14 [服务器] WARN at cn.mokier.soullaggremover.spigot.spigotutils.chat.Chat.sendLangMessage(Chat.java:39)
  15. 16.03 10:57:14 [服务器] WARN at cn.mokier.soullaggremover.spigot.clearhostile.ClearHostiles.clear(ClearHostiles.java:59)
  16. 16.03 10:57:14 [服务器] WARN at cn.mokier.soullaggremover.spigot.clearhostile.RunnableClear.run(RunnableClear.java:15)
  17. 16.03 10:57:14 [服务器] WARN at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:58)
  18. 16.03 10:57:14 [服务器] WARN at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
  19. 16.03 10:57:14 [服务器] WARN at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
  20. 16.03 10:57:14 [服务器] WARN at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  21. 16.03 10:57:14 [服务器] WARN at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  22. 16.03 10:57:14 [服务器] WARN at java.lang.Thread.run(Thread.java:748)
复制代码

  1. WARN [React] "React v6.617" has registered a listener for org.bukkit.event.player.PlayerPickupItemEvent on method "public void com.volmit.react.util.WorldMonitor.on(org.bukkit.event.player.PlayerPickupItemEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [cyberpwn, Puretie, PsychopathNextdoor].
复制代码
还有我后面的回复,一堆报错!!!


fgtye
jar文件运行报错,没大问题

结城希亚
你的区块异步进行线程被堵塞了

落花雨喵
SoulLaggRemover插件尝试异步加载区块被Paper拦截
异步加载区块会造成服务端崩溃 建议删除该插件

syn614211648
Asynchronous Async Chunk Load
异步异步块加载

唯爱她°
本帖最后由 唯爱她° 于 2020-3-17 08:16 编辑
落花雨喵 发表于 2020-3-16 23:07
SoulLaggRemover插件尝试异步加载区块被Paper拦截
异步加载区块会造成服务端崩溃 建议删除该插件 ...

但是我发现,删了soul插件貌似报错更多了。。也有可能是我以前没注意
  1. WARN java.lang.NoSuchMethodException: net.minecraft.server.v1_12_R1.TileEntity.load(net.minecraft.server.v1_12_R1.NBTTagCompound)
  2. 16.03 20:11:34 [服务器] WARN at java.lang.Class.getMethod(Class.java:1786)
  3. 16.03 20:11:34 [服务器] WARN at io.github.bananapuncher714.crafters.util.NBTEditor.<clinit>(NBTEditor.java:121)
  4. 16.03 20:11:34 [服务器] WARN at io.github.bananapuncher714.crafters.display.VirtualItemDisplay.spawn(VirtualItemDisplay.java:69)
  5. 16.03 20:11:34 [服务器] WARN at io.github.bananapuncher714.crafters.display.VirtualItemDisplay.init(VirtualItemDisplay.java:27)
  6. 16.03 20:11:34 [服务器] WARN at io.github.bananapuncher714.crafters.display.CraftDisplay.update(CraftDisplay.java:190)
  7. 16.03 20:11:34 [服务器] WARN at io.github.bananapuncher714.crafters.display.CraftDisplay.forceUpdate(CraftDisplay.java:85)
  8. 16.03 20:11:34 [服务器] WARN at io.github.bananapuncher714.crafters.implementation.v1_12_R1.CustomInventoryCrafting.setItems(CustomInventoryCrafting.java:102)
  9. 16.03 20:11:34 [服务器] WARN at io.github.bananapuncher714.crafters.implementation.v1_12_R1.ContainerManager_v1_12_R1.load(ContainerManager_v1_12_R1.java:98)
  10. 16.03 20:11:34 [服务器] WARN at io.github.bananapuncher714.crafters.listeners.ChunkListener.onChunkLoadEvent(ChunkListener.java:37)
  11. 16.03 20:11:34 [服务器] WARN at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:35)
  12. 16.03 20:11:34 [服务器] WARN at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78)
  13. 16.03 20:11:34 [服务器] WARN at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  14. 16.03 20:11:34 [服务器] WARN at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514)
  15. 16.03 20:11:34 [服务器] WARN at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499)
  16. 16.03 20:11:34 [服务器] WARN at net.minecraft.server.v1_12_R1.Chunk.loadNearby(Chunk.java:994)
  17. 16.03 20:11:34 [服务器] WARN at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:54)
  18. 16.03 20:11:34 [服务器] WARN at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:16)
  19. 16.03 20:11:34 [服务器] WARN at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188)
  20. 16.03 20:11:34 [服务器] WARN at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347)
  21. 16.03 20:11:34 [服务器] WARN at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:36)
  22. 16.03 20:11:34 [服务器] WARN at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:858)
  23. 16.03 20:11:34 [服务器] WARN at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423)
  24. 16.03 20:11:34 [服务器] WARN at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:766)
  25. 16.03 20:11:34 [服务器] WARN at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:664)
  26. 16.03 20:11:34 [服务器] WARN at java.lang.Thread.run(Thread.java:748)
复制代码

这是一段
  1. <span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>[InfoBoardReborn] Failed to check for updates, because: java.lang.NullPointerException
  2. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>java.lang.NullPointerException
  3. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>at com.infogroup.infoboard.utils.UpdateChecker.toReadable(UpdateChecker.java:83)
  4. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>at com.infogroup.infoboard.utils.UpdateChecker.checkHigher(UpdateChecker.java:28)
  5. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>at com.infogroup.infoboard.utils.UpdateChecker.checkUpdate(UpdateChecker.java:43)
  6. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>at com.infogroup.infoboard.Timers.lambda$start$6(Timers.java:156)
  7. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:58)
  8. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:356)
  9. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:832)
  10. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423)
  11. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:766)
  12. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:664)
  13. </span><span class="console-date" style="box-sizing: border-box; color: rgb(147, 161, 161); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">16.03 20:08:53</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-source-server" style="box-sizing: border-box; color: rgb(133, 153, 0); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">[服务器]</span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'> </span><span class="console-level-warning" style="box-sizing: border-box; color: rgb(203, 75, 22); font-family: Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;">WARN </span><span style='display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 43, 54); font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;'>at java.lang.Thread.run(Thread.java:748)</span>
复制代码

这又是一段
  1. ERROR [PlaceholderAPI] MCSign is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [[Ejong]] and urge them to update it ASAP.
  2. 16.03 20:08:56 [服务器] ERROR [PlaceholderAPI] MoreVaultPlus is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [Onenrico] and urge them to update it ASAP.
  3. 16.03 20:08:56 [服务器] ERROR [PlaceholderAPI] Jobs is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [phrstbrn] and urge them to update it ASAP.
复制代码

好多啊,很迷
ERROR
[Jobs] Shop item SuperPickAxe has an invalid Icon Id property. Skipping!
16.03 20:08:37
[服务器]
ERROR
[Jobs] Shop item WoodenShovel has an invalid Icon Id property. Skipping!
16.03 20:08:37
[服务器]
ERROR
[Jobs] Shop item LureEnchantBook has an invalid Icon Id property. Skipping!
16.03 20:08:37
[服务器]
ERROR
[Jobs] Shop item Elytra has an invalid Icon Id property. Skipping!
16.03 20:08:37
[服务器]
WARN
[Jobs] Job Farmer has an invalid Break type property: CROPS-7!
16.03 20:08:37
[服务器]
WARN
[Jobs] Job Farmer has an invalid Break type property: CARROT (CARROT-7)! Material must be a block!
16.03 20:08:37
[服务器]
WARN
[Jobs] Job Farmer has an invalid Break type property: POTATO (POTATO-7)! Material must be a block!
16.03 20:08:37
[服务器]
WARN
[Jobs] Job Farmer has an invalid Break type property: WHEAT (296)! Material must be a block!
16.03 20:08:37
[服务器]
WARN
[Jobs] Job Farmer has an invalid Place type property: CROPS-0

Huax2
直白点,你想要这个报错消失,要么你删插件,要么你就山插件,再不然你就扇插件。懂了吗?

吃土的紫轩
异步加载线程被堵塞