Florian Stober

Results 121 comments of Florian Stober

Displaying players from other proxies if they are connected using RedisBunge.

The way BungeeTabListPlus is built it is not possible to display the use of scoreboard packets. However I should look into those client errors at some point. I believe they...

If that placeholder actually works then the plugin will remember that after the first time someone visits the server with that placeholder and you won't see the warning again.

I want to print warning when people misspell placeholders. Unfortunately the plugins doesn't know about all of the placeholders when loading the config - so there might be some false...

The bukkit bridge refreshes variables every second: . Redis code is all in .

> it updates variable immedietely... If you think somethings wrong please describe in detail the behavior you observe. > how to check what playercount is getting from redisbungee or global?...

Player counts are updated whenever a player joins/ leaves the server. Note that the plugin only updates the slot where you display the player count. So it is very efficient.

Also a large chunk of code has been moved to the following repository: . Code keeping track of players is in the following package: The code for parsing the player...

If you display a player count as explained on the following wiki page it will include all players on other proxies (assuming your RedisBungee is set up correctly): . >...

> @CodeCrafter47 i'm looking at the tablist and custom variables created by bukkit plugins. That shouldn't be the case. I'll check it out tomorrow. > How to create variable like...