Velocity
Velocity copied to clipboard
Add event when tab completing all commands
Currently the TabCompleteEvent is only called when a response is sent from the Minecraft server to the client, it would be good if that event or a different one would also be called for when a player tab completes any (or just proxy) commands.
The main use case I am thinking of currently is filtering out names of hidden players that other plugins that are not aware of player hiding include in their suggestions.
TabCompleteEvent also isn't called for completion of root command nodes (if requested by the client, which is possible btw with client-mods or ViaBackwards)
I think it should be.