CodeCrafter47 / BungeeTabListPlus

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

Social Interactions Menu #602

Open EazyFTW opened 4 years ago

EazyFTW commented 4 years ago

I don't know if this can really be fixed, but unknown the "tablist players" are showing in the Social Interactions Menu.

I enabled experimentalTabCompleteFixForTabSize80 which just makes the names empty in the menu like so: image

If you can't fix it, that's ok, I was just wondering if there's something you could maybe do with packets that fixes it.

Thanks for your time, EazyFTW

CodeCrafter47 commented 4 years ago

I'll look into it.

CodeCrafter47 commented 3 years ago

I've had a look at the source code and it doesn't look like there's a way to prevent these entries from showing up. To create the social interactions screen the client uses all the uuids present in the tab list. Which includes the entries created by BungeeTabListPlus. The only filter that is applied is the search. Which is not useful in this case. I'll still leave this issue open, for maybe there's a way I didn't think of or something I have missed.

EazyFTW commented 3 years ago

Ok, thanks for looking into it!