本帖最后由 skyliye 于 2021-1-26 22:28 编辑
当服务器重启之后玩家第一次打开bsp菜单就会卡主 有时候严重的时候就会导致服务器崩溃
我的BSP菜单采用了皮肤头的数据需要访问mojang
我看了别的问答都是直接禁用mojang,但是我有部分插件必须访问mojang
请问各位大佬该如何解决
以下是报错信息:
当服务器重启之后玩家第一次打开bsp菜单就会卡主 有时候严重的时候就会导致服务器崩溃
我的BSP菜单采用了皮肤头的数据需要访问mojang
我看了别的问答都是直接禁用mojang,但是我有部分插件必须访问mojang
请问各位大佬该如何解决
以下是报错信息:
| [14:41:24 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-288 (MC: 1.16.4) --- [14:41:24 ERROR]: The server has not responded for 10 seconds! Creating thread dump [14:41:24 ERROR]: ------------------------------ [14:41:24 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!): [14:41:24 ERROR]: ------------------------------ [14:41:24 ERROR]: Current Thread: Server thread [14:41:24 ERROR]: PID: 29 | Suspended: false | Native: true | State: RUNNABLE [14:41:24 ERROR]: Stack: [14:41:24 ERROR]: [email protected]/sun.nio.ch.Net.poll(Native Method) [14:41:24 ERROR]: [email protected]/sun.nio.ch.NioSocketImpl.park(NioSocketImpl.java:181) [14:41:24 ERROR]: [email protected]/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:285) [14:41:24 ERROR]: [email protected]/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309) [14:41:24 ERROR]: [email protected]/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) [14:41:24 ERROR]: [email protected]/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) [14:41:24 ERROR]: [email protected]/java.net.Socket$SocketInputStream.read(Socket.java:981) [14:41:24 ERROR]: [email protected]/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478) [14:41:24 ERROR]: [email protected]/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472) [14:41:24 ERROR]: [email protected]/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) [14:41:24 ERROR]: [email protected]/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1434) [14:41:24 ERROR]: [email protected]/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1038) [14:41:24 ERROR]: [email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) [14:41:24 ERROR]: [email protected]/java.io.BufferedInputStream.read1(BufferedInputStream.java:284) [14:41:24 ERROR]: [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:343) [14:41:24 ERROR]: [url=mailto:[email protected]/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:754][email protected]/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:754[/url]) [14:41:24 ERROR]: [url=mailto:[email protected]/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689][email protected]/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689[/url]) [14:41:24 ERROR]: [url=mailto:[email protected]/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1623][email protected]/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1623[/url]) [14:41:24 ERROR]: [url=mailto:[email protected]/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1528][email protected]/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1528[/url]) [14:41:24 ERROR]: [url=mailto:[email protected]/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224][email protected]/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224[/url]) [14:41:24 ERROR]: app//com.mojang.authlib.HttpAuthenticationService.performGetRequest(HttpAuthenticationService.java:140) [14:41:24 ERROR]: app//com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:104) [14:41:24 ERROR]: app//com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:99) [14:41:24 ERROR]: app//com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:186) [14:41:24 ERROR]: app//com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) [14:41:24 ERROR]: app//com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:179) [14:41:24 ERROR]: app//com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.TileEntitySkull$1.load(TileEntitySkull.java:80) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.TileEntitySkull$1.load(TileEntitySkull.java:47) [14:41:24 ERROR]: app//com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) [14:41:24 ERROR]: app//com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) [14:41:24 ERROR]: app//com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) [14:41:24 ERROR]: app//com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) [14:41:24 ERROR]: app//com.google.common.cache.LocalCache.get(LocalCache.java:4154) [14:41:24 ERROR]: app//com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) [14:41:24 ERROR]: app//com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) [14:41:24 ERROR]: app//com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.TileEntitySkull$3.call(TileEntitySkull.java:221) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.TileEntitySkull$3.call(TileEntitySkull.java:218) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.TileEntitySkull.b(TileEntitySkull.java:237) [14:41:24 ERROR]: app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:103) [14:41:24 ERROR]: app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:535) [14:41:24 ERROR]: app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftItemStack.asNMSCopy(CraftItemStack.java:42) [14:41:24 ERROR]: app//org.bukkit.craftbukkit.v1_16_R3.inventory.CraftInventory.setItem(CraftInventory.java:99) [14:41:24 ERROR]: org.black_ixx.bossshop.managers.ShopCustomizer.addItem(ShopCustomizer.java:199) [14:41:24 ERROR]: org.black_ixx.bossshop.managers.ShopCustomizer.createInventory(ShopCustomizer.java:136) [14:41:24 ERROR]: org.black_ixx.bossshop.managers.ShopCustomizer.createInventory(ShopCustomizer.java:41) [14:41:24 ERROR]: org.black_ixx.bossshop.core.BSShop.createInventory(BSShop.java:198) [14:41:24 ERROR]: org.black_ixx.bossshop.core.BSShop.openInventory(BSShop.java:293) [14:41:24 ERROR]: org.black_ixx.bossshop.core.BSShops.openShop(BSShops.java:129) [14:41:24 ERROR]: org.black_ixx.bossshop.api.BossShopAPI.openShop(BossShopAPI.java:112) [14:41:24 ERROR]: org.black_ixx.bossshop.api.BossShopAPI.openShop(BossShopAPI.java:103) [14:41:24 ERROR]: org.black_ixx.bossshop.addon.guishopmanager.GSMItem.playerClicked(GSMItem.java:212) [14:41:24 ERROR]: org.black_ixx.bossshop.addon.guishopmanager.GSMItems.playerClicked(GSMItems.java:72) [14:41:24 ERROR]: org.black_ixx.bossshop.addon.guishopmanager.PlayerListener.onInteract(PlayerListener.java:128) [14:41:24 ERROR]: com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor496.execute(Unknown Source) [14:41:24 ERROR]: app//org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) [14:41:24 ERROR]: app//org.bukkit.plugin.EventExecutor$$Lambda$4802/0x000000080178fc20.execute(Unknown Source) [14:41:24 ERROR]: app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) [14:41:24 ERROR]: app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [14:41:24 ERROR]: app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) [14:41:24 ERROR]: app//org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:503) [14:41:24 ERROR]: app//org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:470) [14:41:24 ERROR]: app//org.bukkit.craftbukkit.v1_16_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:466) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1588) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:28) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:5) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.PlayerConnectionUtils$$Lambda$6601/0x000000080215ab80.run(Unknown Source) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1136) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1129) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1090) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1004) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) [14:41:24 ERROR]: app//net.minecraft.server.v1_16_R3.MinecraftServer$$Lambda$3140/0x0000000801209a58.run(Unknown Source) [14:41:24 ERROR]: [email protected]/java.lang.Thread.run(Thread.java:832) [14:41:24 ERROR]: ------------------------------ [14:41:24 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH --- [14:41:24 ERROR]: ------------------------------ |
别用mojang就行了
clearlove_7 发表于 2021-1-16 15:23
不用的话 皮肤插件那些岂不是废了?
用国内的皮肤站里的啊=。=
cyc520 发表于 2021-1-16 16:59
用国内的皮肤站里的啊=。=
有网址吗?给个网址
clearlove_7 发表于 2021-1-16 17:03
有网址吗?给个网址
你可以吧mojang里的皮肤保存下来然后挂在自己图床之类的地方引用
cyc520 发表于 2021-1-16 17:21
你可以吧mojang里的皮肤保存下来然后挂在自己图床之类的地方引用
具体怎么操作呢?
用chestcommands菜单就没那么多事了