Florian Stober

Results 121 comments of Florian Stober

I'm fairly certain the system would work for you - but if you must do you own thing I won't stop you. BungeeTabListPlus has an API for adding custom variables...

Please follow the instructions on the wiki on using the API: .

I think the error message there is kind of self explanatory.

That's because BTLP depends on RedisBungee. Thus RedisBungee cannot depend on BTLP. If you make RedisBungee depend on BTLP then you got a circular dependency. Which BungeeCord even explains to...

I've just tested the update interval of variables registered using the BukkitBridge API. I've created a variable that displays the result of `System.currentTimeMillis`. Since that changes every millisecond it's easy...

I've just tested that too. If I change the period in the line I've indicated to you to 60 ticks it updates exactly every 3 seconds.

Can you give me a bit more context. What are doing? Which version of minecraft?

https://github.com/CodeCrafter47/BungeeTabListPlus/blob/master/bungee/src/main/java/codecrafter47/bungeetablistplus/managers/DataManager.java#L90

Thank you for testing all those combinations. Now I know which combinations to investigate.

With the latest dev-build, clients will no longer be disconnected. However the tab list will not be displayed correctly if you pair 1.19.3 with an older version.