Jones
Jones
> Drop IP from Velocity rate-limiter before transferring (1.20.5) players [...] Good idea, but I'd have to implement this for BungeeCord and Bukkit as well, not just Velocity.
I hope nobody clicked on the link `WSA1k` posted. If you did, reset your PC :sweat:
> It's good to report every account like that Yeah, I did report them to GitHub. One of the accounts was already banned afaik.
Planned for 2.2.0
This will be addressed in Sonar 3.0.0. More information: https://jonesdev.xyz/discord (or https://patreon.com/jonesdev) for previews, polls, and news.
Use the ViaVersion API for determining the client version of a player: ```java version = serverIsUsingViaVersion ? ClientVersion.getById(Via.getAPI().getPlayerVersion(user.getUUID())) : user.getClientVersion(); ```
I'll look into it once I'm home.
I just tested PandaSpigot 1.8.8 and Paper 1.21.4 and I am unable to reproduce this. Which Minecraft version is your server running on? Could you also provide a list of...
Could you give https://github.com/jonesdevelopment/sonar/actions/runs/14177621494 a try?
@c0dingnoobi Have you been able to test #463?