Alex (TuxCoding)

Results 362 comments of Alex (TuxCoding)

`#1091` requires Java 17. Although Java is backwards compatible as you can even run Spigot 1.8.8 with Java 18. However some people need the older version. So you should be...

Could you post the plugin link please?

I guess what's likely happened is that even legitimate players will be ignored by the simple anti bot limit. This feature will drop all heavy load. This means HTTP as...

Good point. The current implementation is a leaky bucket (if the bucket is full, requests over it drop until one entry gets free), so it's nothing like on or off....

>you can't make a way to ignore the premium players from bot filter? It needs to retrieve that data from the database. This limit ignores everything, because there were people...

I guess whitelisted in your antibot solutions means they are not checked, so yes this likely. However because of the design issue in BungeeCord where both plugins start processing in...

>And worse because his account is changed to offline, his items are gone :( This is normal, because it uses the premium UUID feature. Please post your configuration file. EDIT:...

No there isn't currently. Converting inventory, player attributes (i.e. health), etc is manageable, because it's one consistent format though still complicated. However, there are so many permissions, multi world inventories...

>Fastlogin assigns premium users a different UUID which is not the official mojang one, but one created by Fastlogin. It's the standard offline mode UUID. >By removing Fastlogin everyone will...

Please update to dev build. EDIT: It might be already fixed.