Offline mode case insensitive UUID support
rautamiekka opened this issue ยท 5 comments
Follow up to #581.
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.
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.