Ban Management

Ban Management

193k Downloads

Offline mode case insensitive UUID support

rautamiekka opened this issue ยท 5 comments

commented

Follow up to #581.

commented

This would probably be useful in offline mode only.
However BM does not support offline mode natively and will not officially, but feel free to work on this by yourself. Pull requests which improves the offline mode support will be accepted.

commented

That makes perfect sense. Would have to take it to Spigot first.

commented

As stated in the original issue:

The issue is with uuid generation on the Player object. It'd require a lot of refactoring. Happy to accept PRs.

Bukkit in offline mode considers players with different cases e.g. Confuser and confuser to be separate players, and generates a different UUID for each. Due to the extensive use of getUniqueId throughout the plugin, it'll be a large undertaking, one I'm not particularly interested in doing myself right now.

commented

default
Ban one nick - ban the same with another case. Player still on server :D

commented

Not tested, but please let me know if this is still an issue