-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Aliases registered with the Brigadier Command API do not have priority over vanilla commands. #11035
Comments
we are having issues with this too. it is very annoying. |
Me too |
Also experiencing this, would be great to have fixed soon! |
Since it may be challenging to identify or fix the cause of the issue, please try not to put too much pressure on the developers. Thank you for your understanding. :) |
While I strongly agree with this point, I also think we should still show how much of an impact this is really having by respectfully stating that we're affected by it. Definitely do not pressure the lovely devs who make this awesome software who should be praised for it BUT still respectfully say you're affected and would like to see this fixed. At least that's my opinion and I just wanted to share it :) |
We're experiencing this issue too. :( |
Please test the build linked in PR #11186 |
I tested it with Carbon and it seems to be working fine :) |
Expected behavior
Aliases should take precedence over vanilla commands for commands executed by the player or console.
Observed/Actual behavior
Commands executed by the player or console are executed with vanilla commands taking precedence over aliases.
Steps/models to reproduce
Plugin and Datapack List
[01:26:28 INFO]: Server Plugins (2):
[01:26:28 INFO]: Paper Plugins:
[01:26:28 INFO]: - PaperPluginExample
[01:26:28 INFO]: Bukkit Plugins:
[01:26:28 INFO]: - LuckPerms
Paper version
[01:27:06 INFO]: This server is running Paper version 1.21-46-master@2fa5e0e (2024-07-06T21:32:48Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
You are running the latest version
Previous version: 1.21-44-8d91b85 (MC: 1.21)
Other
log
https://pastes.dev/w0RfWFOgUN
This bug occurs even if the command is registered during bootstrapping.
Also, this bug does not occur with BukkitCommandAPI.
#11011 may have something to do with it.
The text was updated successfully, but these errors were encountered: