Skip to content
Advertisement

PlayerChatTabCompleteEvent deprecated in Spigot 1.16.1

I could not find a replacement for the deprecated PlayerChatTabCompleteEvent that is deprecated in the newest Spigot 1.16.1 Version.

I already checked the docs, but could not find anything related to that.

And no, I don’t want to use a @SuppressWarnings(“deprecation”) at the beginning of my event.

Advertisement

Answer

There is no replacement. Since 1.13 the client does not tell the server when they press tab in chat.

enter image description here

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement