-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Comments
I can reproduce this too, seems like an issue with the new brigadier based command system |
Great ! Can't wait to try that 🙌 Is there anywhere I can get the builds (jenkins or something like that) before the Github Release ? |
the github CI builds them, the latest one is here. But this is still for 1.21.1 not 1.21.3. |
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
Of course autocompletion on the other parts of the command works smoothly (autocompleting
Hope that will help ! |
did you update all plugins? The error you have included still shows the old code that doesn't exist anymore |
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. |
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 helpfulHappened also another time, using
/permission
commands followed byfinditem
. I noticed before that very often the server had lag issues when any player was trying the/finditem
command...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 lagsAdditional 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
withcore
,admin
,permissions
,trifles
As I said, I already noticed few lags using
/finditem
withtrifles
, but that's when I added/permissions
that the big troubles happened (only when trying to run commands tho)Hope this will help 🤞
The text was updated successfully, but these errors were encountered: