Description
The default /whitelist add <playername> command generates a uuid for the player using their name, this is not the same uuid the player has when logging into the server, due to this the player can NOT login to the server.
The Fix
This mod replaces the current whitelist system with its own allowing player to still attempt to connection to the server as long as their name and offline UUID match the whitelist, When this happens the mod will automatically update the whitelist with the player online UUID
Commands
/whitelist enable "Enables the whitelist on the server"
/whitelist disable "Disables the whitelist on the server"
/whitelist add <playername> "Adds the player to the whitelist"
/whitelist remove <playername> "Removes the player from the whitelist"
/whitelist reload "Reloads the whitelist from disk"
The whitelist file for this mod can be located in the server base directory under re-whitelist.json


