Allow users to choose whether to calculate UUID through username
Stardito opened this issue ยท 0 comments
Description
By default, LuckPerms will determine whether to calculate UUID based on the username based on the OnlineMode. When the server uses the WaterFall group server, the OnlineMode of the sub server will be forcibly closed. However, when the server logs in using an AuthLib Injection at the same time, modifying the username UUID will not change. Therefore, calculating UUID for the user's name is not necessary for AuthLib Injection and may result in the loss of user permissions. A configuration should be provided for the user to manually decide
Proposed Behaviour
Provide a configuration for users to manually decide whether to calculate UUID based on username
Extra Details
No response