Velocity icon indicating copy to clipboard operation
Velocity copied to clipboard

Add event when tab completing all commands

Open Phoenix616 opened this issue 4 years ago • 1 comments

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.

Phoenix616 avatar Jan 21 '21 15:01 Phoenix616

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.

TauCu avatar Mar 25 '22 12:03 TauCu