Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server lags when using player name autocompletion inside vane commands #271

Closed
TBG-FR opened this issue Oct 20, 2024 · 7 comments
Closed
Labels
bug Something isn't working

Comments

@TBG-FR
Copy link
Contributor

TBG-FR commented Oct 20, 2024

I noticed quite huge lags when using autocompletion on player names with the commands of the vane plugin... It happens everytime, I have no issue with other commands or plugins

Server logs and details about when it happens

This first bunch of logs that happened when using /permission commands, is probably the most detailed and helpful

[20:21:47 INFO]: TBG_FR issued server command: /vane reload
[20:22:06 INFO]: TBG_FR issued server command: /permission list groups Steelesone
[20:22:11 INFO]: TBG_FR issued server command: /permission list permissions Steelesone
[20:22:21 WARN]: Can't keep up! Is the server overloaded? Running 3519ms or 70 ticks behind
[20:22:25 WARN]: Steelesone moved too quickly! 6.489810438165279,4.756759288177264,-6.036793248014874
[20:22:31 INFO]: TBG_FR: aled
[20:22:43 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - 1.21.1-118-fb76840 (MC: 1.21.1) ---
[20:22:43 ERROR]: The server has not responded for 10 seconds! Creating thread dump
[20:22:43 ERROR]: ------------------------------
[20:22:43 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[20:22:43 ERROR]: ------------------------------
[20:22:43 ERROR]: Current Thread: Server thread
[20:22:43 ERROR]:       PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
[20:22:43 ERROR]:       Stack:
[20:22:43 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep0(Native Method)
[20:22:43 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep(Thread.java:509)
[20:22:43 ERROR]:               com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:100)
[20:22:43 ERROR]:               com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:43)
[20:22:43 ERROR]:               net.minecraft.server.players.GameProfileCache.lookupGameProfile(GameProfileCache.java:101)
[20:22:43 ERROR]:               net.minecraft.server.players.GameProfileCache.get(GameProfileCache.java:171)
[20:22:43 ERROR]:               org.bukkit.craftbukkit.CraftServer.getOfflinePlayer(CraftServer.java:2118)
[20:22:43 ERROR]:               org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:1513)
[20:22:43 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:33)
[20:22:43 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:20)
[20:22:43 ERROR]:               io.papermc.paper.command.brigadier.argument.CustomArgumentType$Converted.parse(CustomArgumentType.java:95)
[20:22:43 ERROR]:               io.papermc.paper.command.brigadier.argument.WrappedArgumentCommandNode.parse(WrappedArgumentCommandNode.java:49)
[20:22:43 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:310)
[20:22:43 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:22:43 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:22:43 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:339)
[20:22:43 ERROR]:               com.mojang.brigadier.CommandDispatcher.parse(CommandDispatcher.java:292)
[20:22:43 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.sendServerSuggestions(ServerGamePacketListenerImpl.java:861)
[20:22:43 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleCustomCommandSuggestions0$2(ServerGamePacketListenerImpl.java:831)
[20:22:43 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl$$Lambda/0x00007f6e51c30888.run(Unknown Source)
[20:22:43 ERROR]:               net.minecraft.server.TickTask.run(TickTask.java:18)
[20:22:43 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151)
[20:22:43 ERROR]:               net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[20:22:43 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1535)
[20:22:43 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201)
[20:22:43 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125)
[20:22:43 ERROR]:               net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512)
[20:22:43 ERROR]:               net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1505)
[20:22:43 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114)
[20:22:43 ERROR]:               net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1627)
[20:22:43 ERROR]:               net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1302)
[20:22:43 ERROR]:               net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[20:22:43 ERROR]:               net.minecraft.server.MinecraftServer$$Lambda/0x00007f6e50c7dcd0.run(Unknown Source)
[20:22:43 ERROR]:               java.base@21.0.3/java.lang.Thread.runWith(Thread.java:1596)
[20:22:43 ERROR]:               java.base@21.0.3/java.lang.Thread.run(Thread.java:1583)
[20:22:43 ERROR]: ------------------------------
[20:22:43 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[20:22:43 ERROR]: ------------------------------
[20:22:45 INFO]: Universe_Stars_: kestufai encore
[20:22:47 INFO]: TBG_FR: double aled ?
[20:22:48 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - 1.21.1-118-fb76840 (MC: 1.21.1) ---
[20:22:48 ERROR]: The server has not responded for 15 seconds! Creating thread dump
[20:22:48 ERROR]: ------------------------------
[20:22:48 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[20:22:48 ERROR]: ------------------------------
[20:22:48 ERROR]: Current Thread: Server thread
[20:22:48 ERROR]:       PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
[20:22:48 ERROR]:       Stack:
[20:22:48 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep0(Native Method)
[20:22:48 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep(Thread.java:509)
[20:22:48 ERROR]:               com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:100)
[20:22:48 ERROR]:               com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:43)
[20:22:48 ERROR]:               net.minecraft.server.players.GameProfileCache.lookupGameProfile(GameProfileCache.java:101)
[20:22:48 ERROR]:               net.minecraft.server.players.GameProfileCache.get(GameProfileCache.java:171)
[20:22:48 ERROR]:               org.bukkit.craftbukkit.CraftServer.getOfflinePlayer(CraftServer.java:2118)
[20:22:48 ERROR]:               org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:1513)
[20:22:48 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:33)
[20:22:48 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:20)
[20:22:48 ERROR]:               io.papermc.paper.command.brigadier.argument.CustomArgumentType$Converted.parse(CustomArgumentType.java:95)
[20:22:48 ERROR]:               io.papermc.paper.command.brigadier.argument.WrappedArgumentCommandNode.parse(WrappedArgumentCommandNode.java:49)
[20:22:48 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:310)
[20:22:48 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:22:48 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:22:48 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:339)
[20:22:48 ERROR]:               com.mojang.brigadier.CommandDispatcher.parse(CommandDispatcher.java:292)
[20:22:48 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.sendServerSuggestions(ServerGamePacketListenerImpl.java:861)
[20:22:48 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleCustomCommandSuggestions0$2(ServerGamePacketListenerImpl.java:831)
[20:22:48 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl$$Lambda/0x00007f6e51c30888.run(Unknown Source)
[20:22:48 ERROR]:               net.minecraft.server.TickTask.run(TickTask.java:18)
[20:22:48 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151)
[20:22:48 ERROR]:               net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[20:22:48 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1535)
[20:22:48 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201)
[20:22:48 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125)
[20:22:48 ERROR]:               net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512)
[20:22:48 ERROR]:               net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1505)
[20:22:48 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114)
[20:22:48 ERROR]:               net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1627)
[20:22:48 ERROR]:               net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1302)
[20:22:48 ERROR]:               net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[20:22:48 ERROR]:               net.minecraft.server.MinecraftServer$$Lambda/0x00007f6e50c7dcd0.run(Unknown Source)
[20:22:48 ERROR]:               java.base@21.0.3/java.lang.Thread.runWith(Thread.java:1596)
[20:22:48 ERROR]:               java.base@21.0.3/java.lang.Thread.run(Thread.java:1583)
[20:22:48 ERROR]: ------------------------------
[20:22:48 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[20:22:48 ERROR]: ------------------------------
[20:22:53 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - 1.21.1-118-fb76840 (MC: 1.21.1) ---
[20:22:53 ERROR]: The server has not responded for 20 seconds! Creating thread dump
[20:22:53 ERROR]: ------------------------------
[20:22:53 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[20:22:53 ERROR]: ------------------------------
[20:22:53 ERROR]: Current Thread: Server thread
[20:22:53 ERROR]:       PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
[20:22:53 ERROR]:       Stack:
[20:22:53 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep0(Native Method)
[20:22:53 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep(Thread.java:509)
[20:22:53 ERROR]:               com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:100)
[20:22:53 ERROR]:               com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:43)
[20:22:53 ERROR]:               net.minecraft.server.players.GameProfileCache.lookupGameProfile(GameProfileCache.java:101)
[20:22:53 ERROR]:               net.minecraft.server.players.GameProfileCache.get(GameProfileCache.java:171)
[20:22:53 ERROR]:               org.bukkit.craftbukkit.CraftServer.getOfflinePlayer(CraftServer.java:2118)
[20:22:53 ERROR]:               org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:1513)
[20:22:53 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:33)
[20:22:53 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:20)
[20:22:53 ERROR]:               io.papermc.paper.command.brigadier.argument.CustomArgumentType$Converted.parse(CustomArgumentType.java:95)
[20:22:53 ERROR]:               io.papermc.paper.command.brigadier.argument.WrappedArgumentCommandNode.parse(WrappedArgumentCommandNode.java:49)
[20:22:53 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:310)
[20:22:53 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:22:53 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:22:53 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:339)
[20:22:53 ERROR]:               com.mojang.brigadier.CommandDispatcher.parse(CommandDispatcher.java:292)
[20:22:53 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.sendServerSuggestions(ServerGamePacketListenerImpl.java:861)
[20:22:53 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleCustomCommandSuggestions0$2(ServerGamePacketListenerImpl.java:831)
[20:22:53 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl$$Lambda/0x00007f6e51c30888.run(Unknown Source)
[20:22:53 ERROR]:               net.minecraft.server.TickTask.run(TickTask.java:18)
[20:22:53 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151)
[20:22:53 ERROR]:               net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[20:22:53 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1535)
[20:22:53 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201)
[20:22:53 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125)
[20:22:53 ERROR]:               net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512)
[20:22:53 ERROR]:               net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1505)
[20:22:53 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114)
[20:22:53 ERROR]:               net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1627)
[20:22:53 ERROR]:               net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1302)
[20:22:53 ERROR]:               net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[20:22:53 ERROR]:               net.minecraft.server.MinecraftServer$$Lambda/0x00007f6e50c7dcd0.run(Unknown Source)
[20:22:53 ERROR]:               java.base@21.0.3/java.lang.Thread.runWith(Thread.java:1596)
[20:22:53 ERROR]:               java.base@21.0.3/java.lang.Thread.run(Thread.java:1583)
[20:22:53 ERROR]: ------------------------------
[20:22:53 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[20:22:53 ERROR]: ------------------------------
[20:22:58 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - 1.21.1-118-fb76840 (MC: 1.21.1) ---
[20:22:58 ERROR]: The server has not responded for 25 seconds! Creating thread dump
[20:22:58 ERROR]: ------------------------------
[20:22:58 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[20:22:58 ERROR]: ------------------------------
[20:22:58 ERROR]: Current Thread: Server thread
[20:22:58 ERROR]:       PID: 39 | Suspended: false | Native: true | State: RUNNABLE
[20:22:58 ERROR]:       Stack:
[20:22:58 ERROR]:               java.base@21.0.3/sun.nio.ch.Net.poll(Native Method)
[20:22:58 ERROR]:               java.base@21.0.3/sun.nio.ch.NioSocketImpl.park(NioSocketImpl.java:191)
[20:22:58 ERROR]:               java.base@21.0.3/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:280)
[20:22:58 ERROR]:               java.base@21.0.3/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:304)
[20:22:58 ERROR]:               java.base@21.0.3/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346)
[20:22:58 ERROR]:               java.base@21.0.3/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796)
[20:22:58 ERROR]:               java.base@21.0.3/java.net.Socket$SocketInputStream.read(Socket.java:1099)
[20:22:58 ERROR]:               java.base@21.0.3/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:489)
[20:22:58 ERROR]:               java.base@21.0.3/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:483)
[20:22:58 ERROR]:               java.base@21.0.3/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
[20:22:58 ERROR]:               java.base@21.0.3/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1461)
[20:22:58 ERROR]:               java.base@21.0.3/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1066)
[20:22:58 ERROR]:               java.base@21.0.3/java.io.BufferedInputStream.fill(BufferedInputStream.java:291)
[20:22:58 ERROR]:               java.base@21.0.3/java.io.BufferedInputStream.read1(BufferedInputStream.java:347)
[20:22:58 ERROR]:               java.base@21.0.3/java.io.BufferedInputStream.implRead(BufferedInputStream.java:420)
[20:22:58 ERROR]:               java.base@21.0.3/java.io.BufferedInputStream.read(BufferedInputStream.java:399)
[20:22:58 ERROR]:               java.base@21.0.3/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:827)
[20:22:58 ERROR]:               java.base@21.0.3/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:759)
[20:22:58 ERROR]:               java.base@21.0.3/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1690)
[20:22:58 ERROR]:               java.base@21.0.3/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1599)
[20:22:58 ERROR]:               java.base@21.0.3/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:531)
[20:22:58 ERROR]:               java.base@21.0.3/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:307)
[20:22:58 ERROR]:               com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:84)
[20:22:58 ERROR]:               com.mojang.authlib.minecraft.client.MinecraftClient.post(MinecraftClient.java:76)
[20:22:58 ERROR]:               com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:59)
[20:22:58 ERROR]:               com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:43)
[20:22:58 ERROR]:               net.minecraft.server.players.GameProfileCache.lookupGameProfile(GameProfileCache.java:101)
[20:22:58 ERROR]:               net.minecraft.server.players.GameProfileCache.get(GameProfileCache.java:171)
[20:22:58 ERROR]:               org.bukkit.craftbukkit.CraftServer.getOfflinePlayer(CraftServer.java:2118)
[20:22:58 ERROR]:               org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:1513)
[20:22:58 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:33)
[20:22:58 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:20)
[20:22:58 ERROR]:               io.papermc.paper.command.brigadier.argument.CustomArgumentType$Converted.parse(CustomArgumentType.java:95)
[20:22:58 ERROR]:               io.papermc.paper.command.brigadier.argument.WrappedArgumentCommandNode.parse(WrappedArgumentCommandNode.java:49)
[20:22:58 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:310)
[20:22:58 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:22:58 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:22:58 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:339)
[20:22:58 ERROR]:               com.mojang.brigadier.CommandDispatcher.parse(CommandDispatcher.java:292)
[20:22:58 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.sendServerSuggestions(ServerGamePacketListenerImpl.java:861)
[20:22:58 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleCustomCommandSuggestions0$2(ServerGamePacketListenerImpl.java:831)
[20:22:58 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl$$Lambda/0x00007f6e51c30888.run(Unknown Source)
[20:22:58 ERROR]:               net.minecraft.server.TickTask.run(TickTask.java:18)
[20:22:58 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151)
[20:22:58 ERROR]:               net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[20:22:58 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1535)
[20:22:58 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201)
[20:22:58 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125)
[20:22:58 ERROR]:               net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512)
[20:22:58 ERROR]:               net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1505)
[20:22:58 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114)
[20:22:58 ERROR]:               net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1627)
[20:22:58 ERROR]:               net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1302)
[20:22:58 ERROR]:               net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[20:22:58 ERROR]:               net.minecraft.server.MinecraftServer$$Lambda/0x00007f6e50c7dcd0.run(Unknown Source)
[20:22:58 ERROR]:               java.base@21.0.3/java.lang.Thread.runWith(Thread.java:1596)
[20:22:58 ERROR]:               java.base@21.0.3/java.lang.Thread.run(Thread.java:1583)
[20:22:58 ERROR]: ------------------------------
[20:22:58 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[20:22:58 ERROR]: ------------------------------
[20:23:03 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - 1.21.1-118-fb76840 (MC: 1.21.1) ---
[20:23:03 ERROR]: The server has not responded for 30 seconds! Creating thread dump
[20:23:03 ERROR]: ------------------------------
[20:23:03 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[20:23:03 ERROR]: ------------------------------
[20:23:03 ERROR]: Current Thread: Server thread
[20:23:03 ERROR]:       PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
[20:23:03 ERROR]:       Stack:
[20:23:03 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep0(Native Method)
[20:23:03 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep(Thread.java:509)
[20:23:03 ERROR]:               com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:100)
[20:23:03 ERROR]:               com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:43)
[20:23:03 ERROR]:               net.minecraft.server.players.GameProfileCache.lookupGameProfile(GameProfileCache.java:101)
[20:23:03 ERROR]:               net.minecraft.server.players.GameProfileCache.get(GameProfileCache.java:171)
[20:23:03 ERROR]:               org.bukkit.craftbukkit.CraftServer.getOfflinePlayer(CraftServer.java:2118)
[20:23:03 ERROR]:               org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:1513)
[20:23:03 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:33)
[20:23:03 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:20)
[20:23:03 ERROR]:               io.papermc.paper.command.brigadier.argument.CustomArgumentType$Converted.parse(CustomArgumentType.java:95)
[20:23:03 ERROR]:               io.papermc.paper.command.brigadier.argument.WrappedArgumentCommandNode.parse(WrappedArgumentCommandNode.java:49)
[20:23:03 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:310)
[20:23:03 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:23:03 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:23:03 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:339)
[20:23:03 ERROR]:               com.mojang.brigadier.CommandDispatcher.parse(CommandDispatcher.java:292)
[20:23:03 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.sendServerSuggestions(ServerGamePacketListenerImpl.java:861)
[20:23:03 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleCustomCommandSuggestions0$2(ServerGamePacketListenerImpl.java:831)
[20:23:03 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl$$Lambda/0x00007f6e51c30888.run(Unknown Source)
[20:23:03 ERROR]:               net.minecraft.server.TickTask.run(TickTask.java:18)
[20:23:03 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151)
[20:23:03 ERROR]:               net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[20:23:03 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1535)
[20:23:03 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201)
[20:23:03 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125)
[20:23:03 ERROR]:               net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512)
[20:23:03 ERROR]:               net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1505)
[20:23:03 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114)
[20:23:03 ERROR]:               net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1627)
[20:23:03 ERROR]:               net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1302)
[20:23:03 ERROR]:               net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[20:23:03 ERROR]:               net.minecraft.server.MinecraftServer$$Lambda/0x00007f6e50c7dcd0.run(Unknown Source)
[20:23:03 ERROR]:               java.base@21.0.3/java.lang.Thread.runWith(Thread.java:1596)
[20:23:03 ERROR]:               java.base@21.0.3/java.lang.Thread.run(Thread.java:1583)
[20:23:03 ERROR]: ------------------------------
[20:23:03 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[20:23:03 ERROR]: ------------------------------
[20:23:04 WARN]: [spark] Timed out waiting for world statistics
[20:23:08 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - 1.21.1-118-fb76840 (MC: 1.21.1) ---
[20:23:08 ERROR]: The server has not responded for 35 seconds! Creating thread dump
[20:23:08 ERROR]: ------------------------------
[20:23:08 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[20:23:08 ERROR]: ------------------------------
[20:23:08 ERROR]: Current Thread: Server thread
[20:23:08 ERROR]:       PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
[20:23:08 ERROR]:       Stack:
[20:23:08 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep0(Native Method)
[20:23:08 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep(Thread.java:509)
[20:23:08 ERROR]:               com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:100)
[20:23:08 ERROR]:               com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:43)
[20:23:08 ERROR]:               net.minecraft.server.players.GameProfileCache.lookupGameProfile(GameProfileCache.java:101)
[20:23:08 ERROR]:               net.minecraft.server.players.GameProfileCache.get(GameProfileCache.java:171)
[20:23:08 ERROR]:               org.bukkit.craftbukkit.CraftServer.getOfflinePlayer(CraftServer.java:2118)
[20:23:08 ERROR]:               org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:1513)
[20:23:08 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:33)
[20:23:08 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:20)
[20:23:08 ERROR]:               io.papermc.paper.command.brigadier.argument.CustomArgumentType$Converted.parse(CustomArgumentType.java:95)
[20:23:08 ERROR]:               io.papermc.paper.command.brigadier.argument.WrappedArgumentCommandNode.parse(WrappedArgumentCommandNode.java:49)
[20:23:08 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:310)
[20:23:08 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:23:08 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:23:08 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:339)
[20:23:08 ERROR]:               com.mojang.brigadier.CommandDispatcher.parse(CommandDispatcher.java:292)
[20:23:08 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.sendServerSuggestions(ServerGamePacketListenerImpl.java:861)
[20:23:08 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleCustomCommandSuggestions0$2(ServerGamePacketListenerImpl.java:831)
[20:23:08 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl$$Lambda/0x00007f6e51c30888.run(Unknown Source)
[20:23:08 ERROR]:               net.minecraft.server.TickTask.run(TickTask.java:18)
[20:23:08 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151)
[20:23:08 ERROR]:               net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[20:23:08 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1535)
[20:23:08 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201)
[20:23:08 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125)
[20:23:08 ERROR]:               net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512)
[20:23:08 ERROR]:               net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1505)
[20:23:08 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114)
[20:23:08 ERROR]:               net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1627)
[20:23:08 ERROR]:               net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1302)
[20:23:08 ERROR]:               net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[20:23:08 ERROR]:               net.minecraft.server.MinecraftServer$$Lambda/0x00007f6e50c7dcd0.run(Unknown Source)
[20:23:08 ERROR]:               java.base@21.0.3/java.lang.Thread.runWith(Thread.java:1596)
[20:23:08 ERROR]:               java.base@21.0.3/java.lang.Thread.run(Thread.java:1583)
[20:23:08 ERROR]: ------------------------------
[20:23:08 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[20:23:08 ERROR]: ------------------------------
[20:23:13 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - 1.21.1-118-fb76840 (MC: 1.21.1) ---
[20:23:13 ERROR]: The server has not responded for 40 seconds! Creating thread dump
[20:23:13 ERROR]: ------------------------------
[20:23:13 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[20:23:13 ERROR]: ------------------------------
[20:23:13 ERROR]: Current Thread: Server thread
[20:23:13 ERROR]:       PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
[20:23:13 ERROR]:       Stack:
[20:23:13 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep0(Native Method)
[20:23:13 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep(Thread.java:509)
[20:23:13 ERROR]:               com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:100)
[20:23:13 ERROR]:               com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:43)
[20:23:13 ERROR]:               net.minecraft.server.players.GameProfileCache.lookupGameProfile(GameProfileCache.java:101)
[20:23:13 ERROR]:               net.minecraft.server.players.GameProfileCache.get(GameProfileCache.java:171)
[20:23:13 ERROR]:               org.bukkit.craftbukkit.CraftServer.getOfflinePlayer(CraftServer.java:2118)
[20:23:13 ERROR]:               org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:1513)
[20:23:13 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:33)
[20:23:13 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:20)
[20:23:13 ERROR]:               io.papermc.paper.command.brigadier.argument.CustomArgumentType$Converted.parse(CustomArgumentType.java:95)
[20:23:13 ERROR]:               io.papermc.paper.command.brigadier.argument.WrappedArgumentCommandNode.parse(WrappedArgumentCommandNode.java:49)
[20:23:13 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:310)
[20:23:13 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:23:13 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[20:23:13 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:339)
[20:23:13 ERROR]:               com.mojang.brigadier.CommandDispatcher.parse(CommandDispatcher.java:292)
[20:23:13 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.sendServerSuggestions(ServerGamePacketListenerImpl.java:861)
[20:23:13 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleCustomCommandSuggestions0$2(ServerGamePacketListenerImpl.java:831)
[20:23:13 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl$$Lambda/0x00007f6e51c30888.run(Unknown Source)
[20:23:13 ERROR]:               net.minecraft.server.TickTask.run(TickTask.java:18)
[20:23:13 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151)
[20:23:13 ERROR]:               net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[20:23:13 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1535)
[20:23:13 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201)
[20:23:13 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125)
[20:23:13 ERROR]:               net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512)
[20:23:13 ERROR]:               net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1505)
[20:23:13 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114)
[20:23:13 ERROR]:               net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1627)
[20:23:13 ERROR]:               net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1302)
[20:23:13 ERROR]:               net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[20:23:13 ERROR]:               net.minecraft.server.MinecraftServer$$Lambda/0x00007f6e50c7dcd0.run(Unknown Source)
[20:23:13 ERROR]:               java.base@21.0.3/java.lang.Thread.runWith(Thread.java:1596)
[20:23:13 ERROR]:               java.base@21.0.3/java.lang.Thread.run(Thread.java:1583)
[20:23:13 ERROR]: ------------------------------
[20:23:13 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[20:23:13 ERROR]: ------------------------------
[20:23:18 INFO]: TBG_FR issued server command: /permission list permissions Universe_Stars_
[20:23:18 WARN]: Narcotyss moved too quickly! -5.829489722954747,1.0,8.417948402588792
[20:23:18 WARN]: TBG_FR moved too quickly! 1.6165765261372371,0.0,9.886219332478731
[20:23:18 WARN]: Steelesone moved too quickly! 10.008619452275354,-1.0,-0.8122883366786482
[20:23:31 WARN]: Can't keep up! Is the server overloaded? Running 54975ms or 1099 ticks behind

Happened also another time, using /permission commands followed by finditem. I noticed before that very often the server had lag issues when any player was trying the /finditem command...

[21:17:18 INFO]: TBG_FR issued server command: /perm list groups Narcotyss
[21:17:20 INFO]: Universe_Stars_ issued server command: /finditem minecraft:sugar_cane
[21:17:23 INFO]: TBG_FR issued server command: /perm list groups Universe_Stars_
[21:17:28 INFO]: Universe_Stars_ issued server command: /finditem minecraft:paper
[21:17:31 WARN]: Can't keep up! Is the server overloaded? Running 2826ms or 56 ticks behind
[21:17:38 INFO]: Universe_Stars_ issued server command: /finditem minecraft:mondaron
[21:17:44 INFO]: Narcotyss: Oula les rollback
[21:17:57 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - 1.21.1-118-fb76840 (MC: 1.21.1) ---
[21:17:57 ERROR]: The server has not responded for 10 seconds! Creating thread dump
[21:17:57 ERROR]: ------------------------------
[21:17:57 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[21:17:57 ERROR]: ------------------------------
[21:17:57 ERROR]: Current Thread: Server thread
[21:17:57 ERROR]:       PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
[21:17:57 ERROR]:       Stack:
[21:17:57 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep0(Native Method)
[21:17:57 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep(Thread.java:509)
[21:17:57 ERROR]:               com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:100)
[21:17:57 ERROR]:               com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:43)
[21:17:57 ERROR]:               net.minecraft.server.players.GameProfileCache.lookupGameProfile(GameProfileCache.java:101)
[21:17:57 ERROR]:               net.minecraft.server.players.GameProfileCache.get(GameProfileCache.java:171)
[21:17:57 ERROR]:               org.bukkit.craftbukkit.CraftServer.getOfflinePlayer(CraftServer.java:2118)
[21:17:57 ERROR]:               org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:1513)
[21:17:57 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:33)
[21:17:57 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:20)
[21:17:57 ERROR]:               io.papermc.paper.command.brigadier.argument.CustomArgumentType$Converted.parse(CustomArgumentType.java:95)
[21:17:57 ERROR]:               io.papermc.paper.command.brigadier.argument.WrappedArgumentCommandNode.parse(WrappedArgumentCommandNode.java:49)
[21:17:57 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:310)
[21:17:57 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[21:17:57 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:339)
[21:17:57 ERROR]:               com.mojang.brigadier.CommandDispatcher.parse(CommandDispatcher.java:292)
[21:17:57 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.sendServerSuggestions(ServerGamePacketListenerImpl.java:861)
[21:17:57 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleCustomCommandSuggestions0$2(ServerGamePacketListenerImpl.java:831)
[21:17:57 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl$$Lambda/0x00007f6e51c30888.run(Unknown Source)
[21:17:57 ERROR]:               net.minecraft.server.TickTask.run(TickTask.java:18)
[21:17:57 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151)
[21:17:57 ERROR]:               net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[21:17:57 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1535)
[21:17:57 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201)
[21:17:57 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125)
[21:17:57 ERROR]:               net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512)
[21:17:57 ERROR]:               net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1505)
[21:17:57 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114)
[21:17:57 ERROR]:               net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1627)
[21:17:57 ERROR]:               net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1302)
[21:17:57 ERROR]:               net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[21:17:57 ERROR]:               net.minecraft.server.MinecraftServer$$Lambda/0x00007f6e50c7dcd0.run(Unknown Source)
[21:17:57 ERROR]:               java.base@21.0.3/java.lang.Thread.runWith(Thread.java:1596)
[21:17:57 ERROR]:               java.base@21.0.3/java.lang.Thread.run(Thread.java:1583)
[21:17:57 ERROR]: ------------------------------
[21:17:57 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[21:17:57 ERROR]: ------------------------------
[21:18:04 WARN]: Can't keep up! Is the server overloaded? Running 18450ms or 369 ticks behind

It even happened with /vouch command. This one usually autocompletes better/faster, with no lags, but if I edit or search for a player, I may get lags

[22:52:44 INFO]: TBG_FR issued server command: /vouch Tetsuya_
[22:52:44 INFO]: [vane-permissions] [audit] Group user assigned to 3dcef22b-xxx-xxx-xxx-2d513052ce29 (Tetsuya_)
[22:52:53 INFO]: TBG_FR issued server command: /vouch Teezy01320
[22:52:53 INFO]: [vane-permissions] [audit] Group user assigned to 13a4be6a-xxx-xxx-xxx-37b560bedd70 (Teezy01320)
[22:52:58 WARN]: Can't keep up! Is the server overloaded? Running 2609ms or 52 ticks behind

Additional information

Paper version 1.21.1-118-master@fb76840 (2024-10-02T12:49:56Z
Implementing API version 1.21.1-R0.1-SNAPSHOT
vane v1.15.0 with core, admin, permissions, trifles

As I said, I already noticed few lags using /finditem with trifles, but that's when I added /permissions that the big troubles happened (only when trying to run commands tho)

Hope this will help 🤞

@oddlama
Copy link
Owner

oddlama commented Oct 28, 2024

I can reproduce this too, seems like an issue with the new brigadier based command system

@oddlama oddlama added the bug Something isn't working label Oct 28, 2024
@TBG-FR
Copy link
Contributor Author

TBG-FR commented Nov 19, 2024

Great ! Can't wait to try that 🙌 Is there anywhere I can get the builds (jenkins or something like that) before the Github Release ?

@oddlama
Copy link
Owner

oddlama commented Nov 19, 2024

the github CI builds them, the latest one is here. But this is still for 1.21.1 not 1.21.3.

@TBG-FR
Copy link
Contributor Author

TBG-FR commented Nov 19, 2024

Thank you ! I just tried it, and I still had laggy autocompletion and some "bad" logs, sadly

What I've done in the game chat

/permission list groups PSEUDO1
-- erase PSEUDO1 and hit TAB to try to autocomplete again
/permission list groups PSEUDO2
-- erase PSEUDO2 and hit TAB to try to autocomplete again
/permission list groups PSEUDO3
-- erase PSEUDO3 and hit TAB to try to autocomplete again

Of course autocompletion on the other parts of the command works smoothly (autocompleting groups for example)

[21:50:23 INFO]: TBG_FR[/IP_ADDR] logged in with entity id 126 at ([world]-123.41785199959287, 70.5, 218.1891345965756)
[21:50:25 WARN]: Can't keep up! Is the server overloaded? Running 2567ms or 51 ticks behind
[21:50:39 INFO]: TBG_FR issued server command: /vane-admin:slimechunk
[21:50:44 WARN]: Can't keep up! Is the server overloaded? Running 3504ms or 70 ticks behind
[21:50:49 INFO]: TBG_FR issued server command: /permission list groups AAAAAAA
[21:50:53 INFO]: TBG_FR issued server command: /permission list groups BBBBBBBB
[21:51:04 WARN]: Can't keep up! Is the server overloaded? Running 3369ms or 67 ticks behind
[21:51:11 INFO]: TBG_FR issued server command: /permission list groups CCCCCCC
[21:51:34 INFO]: TBG_FR issued server command: /permission list groups DDDDDDD
[21:51:36 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - 1.21.1-131-84281ce (MC: 1.21.1) ---
[21:51:36 ERROR]: The server has not responded for 10 seconds! Creating thread dump
[21:51:36 ERROR]: ------------------------------
[21:51:36 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[21:51:36 ERROR]: ------------------------------
[21:51:36 ERROR]: Current Thread: Server thread
[21:51:36 ERROR]:       PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
[21:51:36 ERROR]:       Stack:
[21:51:36 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep0(Native Method)
[21:51:36 ERROR]:               java.base@21.0.3/java.lang.Thread.sleep(Thread.java:509)
[21:51:36 ERROR]:               com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:100)
[21:51:36 ERROR]:               com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:43)
[21:51:36 ERROR]:               net.minecraft.server.players.GameProfileCache.lookupGameProfile(GameProfileCache.java:101)
[21:51:36 ERROR]:               net.minecraft.server.players.GameProfileCache.get(GameProfileCache.java:171)
[21:51:36 ERROR]:               org.bukkit.craftbukkit.CraftServer.getOfflinePlayer(CraftServer.java:2120)
[21:51:36 ERROR]:               org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:1513)
[21:51:36 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:33)
[21:51:36 ERROR]:               vane-core-1.15.0.jar//org.oddlama.vane.core.command.argumentType.OfflinePlayerArgumentType.convert(OfflinePlayerArgumentType.java:20)
[21:51:36 ERROR]:               io.papermc.paper.command.brigadier.argument.CustomArgumentType$Converted.parse(CustomArgumentType.java:95)
[21:51:36 ERROR]:               io.papermc.paper.command.brigadier.argument.WrappedArgumentCommandNode.parse(WrappedArgumentCommandNode.java:49)
[21:51:36 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:310)
[21:51:36 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[21:51:36 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:343)
[21:51:36 ERROR]:               com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:339)
[21:51:36 ERROR]:               com.mojang.brigadier.CommandDispatcher.parse(CommandDispatcher.java:292)
[21:51:36 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.sendServerSuggestions(ServerGamePacketListenerImpl.java:861)
[21:51:36 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleCustomCommandSuggestions0$2(ServerGamePacketListenerImpl.java:831)
[21:51:36 ERROR]:               net.minecraft.server.network.ServerGamePacketListenerImpl$$Lambda/0x00007f731dc50ba0.run(Unknown Source)
[21:51:36 ERROR]:               net.minecraft.server.TickTask.run(TickTask.java:18)
[21:51:36 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151)
[21:51:36 ERROR]:               net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[21:51:36 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1535)
[21:51:36 ERROR]:               net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201)
[21:51:36 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125)
[21:51:36 ERROR]:               net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1512)
[21:51:36 ERROR]:               net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1505)
[21:51:36 ERROR]:               net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114)
[21:51:36 ERROR]:               net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1627)
[21:51:36 ERROR]:               net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1302)
[21:51:36 ERROR]:               net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[21:51:36 ERROR]:               net.minecraft.server.MinecraftServer$$Lambda/0x00007f731cc808c0.run(Unknown Source)
[21:51:36 ERROR]:               java.base@21.0.3/java.lang.Thread.runWith(Thread.java:1596)
[21:51:36 ERROR]:               java.base@21.0.3/java.lang.Thread.run(Thread.java:1583)
[21:51:36 ERROR]: ------------------------------
[21:51:36 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[21:51:36 ERROR]: ------------------------------
[21:51:36 WARN]: [spark] Timed out waiting for world statistics
[21:51:45 WARN]: Can't keep up! Is the server overloaded? Running 26137ms or 522 ticks behind
[21:52:01 INFO]: TBG_FR issued server command: /permission list groups EEEEEEEE

Hope that will help !

@oddlama
Copy link
Owner

oddlama commented Nov 19, 2024

did you update all plugins? The error you have included still shows the old code that doesn't exist anymore

@TBG-FR
Copy link
Contributor Author

TBG-FR commented Nov 19, 2024

did you update all plugins? The error you have included still shows the old code that doesn't exist anymore

That's strange, I downloaded them from your GitHub link, replaced and restarted the server
image

I even made a new stop/start to be sure, but yes, still got the same issue... (I am spamming TAB on purpose after first autocompletion, but still 🤐 )

@oddlama
Copy link
Owner

oddlama commented Nov 20, 2024

can you confirm with 100% certainty that the files were properly replaced? I've just inspected the artifacts and the referenced function does indeed no longer exist in that file - so I'm reasonably certain that something must have gone wrong when you uploaded the file to your server. If not, I'm not sure how this should be possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants