-
Notifications
You must be signed in to change notification settings - Fork 513
Converters
To switch from another auth plugin to AuthMe, you can preserve your data by using one of our converters. Converters are run as a command, /authme converter <name>
, and the converters are configured in the "Converter" section of config.yml.
Command: /authme converter crazylogin
Flat file support only. Copy the flat file DB in the plugins/AuthMe folder and configure Converter.CrazyLogin.fileName
in config.yml to the name of your file.
Command: /authme converter loginsecurity
Supports both flat file and MySQL – as configured in config.yml (see "Converter.loginSecurity"). In case of flat file, the flat file DB must be at its regular location, namely at plugins/LoginSecurity/LoginSecurity.db
.
🕸 Dead for years, probably not used by anyone anymore?
Command: /authme converter rakamak
Supports flat file only, see "Converter.rakamak" in config.yml.
Command: /authme converter royalauth
Only migrates name, password and lastlogin.
🕸 Dead for years, probably not used by anyone anymore?
Command: /authme converter vauth
Command: /authme converter xauth
This converter requires that the xAuth plugin be loaded in order to work! It migrates whatever database xAuth is configured to use.