Converters allow you to migrate player data from another authentication plugin into AuthMe.
Run a converter with /authme converter <name> (requires authme.admin.converter).
AuthMeReloaded currently ships the Auth+ converter and the built-in database migration helpers below.
Migrates accounts from the Auth+ plugin.
Before running:
- Set
passwordHashtoPBKDF2BASE64in AuthMe'sconfig.yml - Set
pbkdf2Roundsto120000undersettings.securityinconfig.yml
Source file: plugins/Auth/players.yml
Notes:
- Auth+ stores accounts by UUID only. AuthMe resolves each UUID to a player name via the server's
local cache (
usercache.json). Players who have never joined the server will be skipped. - Players already present in AuthMe's database are skipped automatically.
Copies AuthMe data from a SQLite database into the configured SQL database.
Copies AuthMe data from the configured MySQL database into a SQLite file.