Authorization plugin for BungeeCord
Authorization plugin for BungeeCord
(1.21.6+)online-mode trueSQLite, H2, MySQL, PostgreSQL/register <password> <password> - Register an account/login <password> - Log in/logout - Destory session/changepassword <old password> <new password> - Change password/premium - Enable premium mode/unregister - Delete account/tiauth reload - Reload configtiauth.admin.commands.reload/tiauth unregister <player> - Delete player accounttiauth.admin.commands.unregister/tiauth changepassword <player> <password> - Change player passwordtiauth.admin.commands.changepassword/tiauth forcelogin <player> - Force login playertiauth.admin.commands.forcelogin/tiauth migrate <sourceplugin> <sourcedatabase> [file] [user] [password] [host] [port] [name] - Migrate database from other plugins/database typetiauth.admin.commands.migrateBelow are the commands for the default database types used by these plugins.
If you are using a file-based database (SQLite or H2):
.mv.db extension in the filename. user and password to empty./tiauth migrate mcauth sqlite auth.db
/tiauth migrate limboauth h2 limboauth-v2 empty empty
/tiauth migrate authme sqlite authme.db
Before migrating from LimboAuth H2 (which uses H2 as its default database):
config.yml.version value under libraries.h-2 to 2.1.214.This is required because LimboAuth uses an outdated version of H2 that is incompatible with the newer version used by tiAuth by default.
If you skip these steps, the plugin will throw an error during migration.
After setting servers.use-virtual-server to true and restarting the server,
you need to configure NanoLimbo — its configuration is located in:
/plugins/tiAuth/limbo
infoForwardingtype to MODERN if you are using VELOCITY_MODERN,secret.type to BUNGEE_GUARD,tokens.You may optionally:
After editing /plugins/tiAuth/limbo/settings.yml,
restart your proxy to apply the changes.