
group x list autocomplete wrong
Closed this issue ยท 3 comments
When you type /lp group list + TAB it's not correctly autocompleting it. It's becomming info instead of listmembers
Duplicate of #419?
Oh, or you just excluded that in your example?
This is likely because "list" is an alias of the info
command.
https://github.com/lucko/LuckPerms/blob/master/common/src/main/java/me/lucko/luckperms/common/commands/CommandManager.java#L344