DanielAlves123

Results 28 comments of DanielAlves123

@WolverinDEV It's not generated by the client. "Music Manager" sends you a message: You don't have the permission to create a new music bot. (Permission: b_client_music_create)

@CodeCrafter47 ye I think it works but why the warning?

@CodeCrafter47 can you tell me what to change exactly so i can refresh variables every 3 seconds for example? Why do you need task every 2 ticks? Also how do...

@CodeCrafter47 it updates variable immedietely... how to check what playercount is getting from redisbungee or global?

@CodeCrafter47 where is the code from getting playercount from redis or global? It was before in Placeholder class When I change to 60 ticks variables still updates right away..

@CodeCrafter47 I want to create custom placeholder to get playcount from redis how can I do that can you tell me? BTW. Variables refresh too fast even with ticks set...

@CodeCrafter47 i'm looking at the tablist and custom variables created by bukkit plugins. How to create variable like that but with player count? https://github.com/CodeCrafter47/BungeeTabListPlus/blob/4688e62d6a990aae7321214a218c45b6a89fc74a/bungee/src/main/java/codecrafter47/bungeetablistplus/data/BTLPBungeeDataKeys.java#L39

@CodeCrafter47 I'm creating a little bit complicated thing and this system isn't working for me, is there a way to create 1 variable specifically for redisbungee player count?

@CodeCrafter47 java.lang.NoClassDefFoundError: codecrafter47/bungeetablistplus/api/bungee/ServerVariable Caused by: java.lang.ClassNotFoundException: codecrafter47.bungeetablistplus.api.bungee.ServerVariable ` BungeeTabListPlusAPI.registerVariable(this, new PlayerCountVariable("redis-player-count"));`

@CodeCrafter47 22:26:55 [WARNING] Circular dependency detected: RedisBungee -> BungeeTabListPlus -> RedisBungee 22:26:55 [WARNING] BungeeTabListPlus (required by RedisBungee) is unavailable 22:26:55 [WARNING] Failed to enable RedisBunge