CodeCrafter47 / BungeeTabListPlus

GNU General Public License v3.0
147 stars 70 forks source link

Tab completion in chat only shows players in the same server, not all proxied players. #408

Open KoenLemmen opened 5 years ago

KoenLemmen commented 5 years ago

I love the fix #384 but tab completion in chat currently only has the players on the server the user is in. It would be nice if all proxied players were in this tab completion list.

CodeCrafter47 commented 5 years ago

I agree this would be nice. But it's difficult to implement, so I probably won't do it.

jewome62 commented 5 years ago

Hello, I'm not a good Java developper. it's possible to subsribe to this event ? https://github.com/SpigotMC/BungeeCord/blob/master/api/src/main/java/net/md_5/bungee/api/event/TabCompleteEvent.java

And remove BTLP string into suggestion ?

Thanks

CodeCrafter47 commented 5 years ago

That's not possible. The event is not called for tab completion in chat, as that is handled on the client.