Search code examples
javapluginsminecraftdeprecatedbukkit

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.


Solution

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

    enter image description here