toppev / strike-tab

StrikePractice per player tablist addon.
MIT License
7 stars 2 forks source link

[BUG] Displays UpdateMc on chat #15

Closed Karolek046 closed 1 year ago

Karolek046 commented 1 year ago

Describe the bug I run the server on 1.16.5 and when i tab on chat displays UpdateMc

To Reproduce Steps to reproduce the behavior:

  1. Launch minecraft 1.16
  2. Go to server
  3. Open chat
  4. Click tab

Expected behavior when I click tab do not appear UbdateMC

Screenshots, errors and console logs image

Checklist

Versions:

Additional context

toppev commented 1 year ago

You can try setting tab-complete: 1 in your spigot.yml as a temp fix. I will test removing those fake players from the completion at some point.

Source / More

toppev commented 1 year ago

Seems like after 1.13 there is no way to know when a player is typing a message and pressing tab (except in commands) and I am not aware of any way to disable the tab completion of those fake players :/

If anyone knows anything, feel free to inform us or open a pull request.