Bungee's new tab complete aka inject_commands
Closed this issue · 2 comments
BungeeCord has a new feature which they call inject_commands
. This basically implements tab complete like we know from spigot. If enabled, it reveils every possible command of luckperms to players. Players normally have no permission to use these commands, but still can see them. This should not be possible if it laks the correct permission. Normally players have no permissions at all. Better yet: a player should not be aware that a server runs luckperms or not.
Could this be prevented?
Luckperms 4.3.38 for BungeeCord
The LuckPerms tab complete handler already checks for the corresponding commands permissions before providing completions to players.
Better yet: a player should not be aware that a server runs luckperms or not.
They will always see at the very least the first command part of the command tab completion for /lpb
and equivalent, as players are able to use the base LuckPerms command with no arguments without being given any specific permission.