Florian Stober
Florian Stober
I'll look into it.
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...
This issue is indeed caused by BungeeTabListPlus. But the bug is not in BungeeTabListPlus, but in the minecraft client. The issue has been fixed in newer versions of Minecraft.
You can order the servers by the number of players by adding the `serverOrder: playercount` line to the `!players_by_server` component: ```yaml !players_by_server playerSet: all_players serverOrder: playercount ``` Wiki:
On BungeeCord, there is no API to set the hidden state. On Bukkit, you can add a `vanished` metadata to the player, which should be a boolean indicating whether the...
The option only works for clients on version 1.19.2 or older.
The `experimentalTabCompleteFixForTabSize80` option no longer works for the latest Minecraft versions. This is due to changes on the client and there is nothing I can do to fix it. The...
The previous fix relied on the minecraft client using a specific datastructure to store the tab list entries. We used the empty string as name (which doesn't show up in...
The error mentioning BTLP is definitely caused by BTLP. I can't tell about the others. In general a lot of plugins are sending faulty scoreboard packets, but I don't think...
BTLP heavily modifies the scoreboard. It uses teams to order the players and custom slots in the tab list. When using all 80 slots of the tab list players without...