Authorization plugin for BungeeCord, Velocity
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.
servers.use-virtual-server: true and restart the server./plugins/tiAuth/picolimbo/config.toml.[forwarding] section, select your preferred method:MODERN — for Velocity or any proxy supporting Modern forwarding. Enter your key in the secret field.BUNGEE_GUARD — for BungeeGuard. Add a tokens field as an array, for example: tokens = ["123", "456", "789"].LEGACY — for legacy forwarding.Additional configuration:
To disable the use of schematics, set schematic_file = "" in the [world.experimental] section. If you wish to use your own schematic, provide the file path (note: the file may need to be converted; check the PicoLimbo documentation for more details).
Full documentation for PicoLimbo configuration