Name Sensitivity
kingpyro opened this issue · 4 comments
Hi,
I am having trouble with players changing their name to a different case to avoid bans.
Ex. I ban player kingpyro but he comes back as KingPyro. Is their anyway to change the lookup to be case insensitive for bans?
If onlineMode: false can we have it use the usernames and not the UUID to determine if someone should be banned or not. Because when someone logs in with a different case, it creates a new UUID for that player.
Thank you - really awesome plugin you have made!
Please ensure you're running 5.6.1 (latest release).
I don't support offline mode, but I will accept pull requests to better
support it.
On 8 Sep 2015 07:15, "Very Evil Olaf" [email protected] wrote:
I guess not. I might be wrong but if I remember correctly does BanManager
not support offline mode. This feature would only help offline mode server
so it probably won't be added.—
Reply to this email directly or view it on GitHub
#389 (comment)
.
The ban checks UUID's. You shouldn't use onlineMode: false if you are not proxing through BungeeCord, which is the only excuse to use it imo. Think about what you are doing when creating a server for players unwilling to pay 20$ for Minecraft. Not sure where confuserr stands on this topic.
Offline Mode doesn't support UUID checking. You have to ban players by their IP or change your online mode to true.
This isn't a bug.