Florian Stober
Florian Stober
When testing last week I made a small plugin to use GlowAPI with commands: ```java getCommand("glow").setExecutor((sender, command, label, args) -> { //Set the event's player glowing in DARK_AQUA for all...
To avoid this, you need to configure the tab list such that all players on the server can be displayed.
That is correct. But the size is set to `40` slots, so no more that 40 players can be displayed with this config. You need to make that tab list...
Its the number of players on the spigot server, not the total number of players on the network that causes this.
If I'm interpreting the numbers on your tab list correctly, in the picture with `8 more`, there are only 37 players on the spigot server, which fit into 40 slots....
That is correct, it will always have 3 columns then. The alternative is to use the [dynamic size tab list type](https://github.com/CodeCrafter47/BungeeTabListPlus/wiki/Dynamic-Size-Tab-List), however it does not allow for custom slots.
I'm afraid that is not possible. This is a limitation of the Minecraft client itself, there is nothing a server side plugin such as BungeeTabListPlus can do about it.
I suggest you either increase the number of columns, or use the dynamic size tab list type. The information you currently display in the custom text slots at the top...
The point of the column option is that it allows the plugin to adjust the number of rows depending on how many players are online.
Yes, I am afraid, that is the only option to fix it.