Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
tiAuth
PluginLicenseRef-All-Rights-Reserved

tiAuth

Authorization plugin for BungeeCord

202
Downloads
1
Followers
7 months ago
Updated
📦
5
Versions
bungeecord
Download Latestv1.2.1View on Modrinth

📖About tiAuth

tiAuth

Authorization plugin for BungeeCord


Features:

  • Dialog window support (1.21.6+)
    • Interactive window with a password input field
  • Premium mode
    • Allows licensed players to skip password entry by activating local online-mode true
  • Session support
    • Allows players to skip password entry for a certain period after successful authentication
  • Multiple database types support
    • Supports SQLite, H2, MySQL, PostgreSQL
  • Virtual server
    • Virtual server for auth server powered by NanoLimbo

Commands:

For players:

  • /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

For administrators:

  • /tiauth reload - Reload config
    • Permission: tiauth.admin.commands.reload
  • /tiauth unregister <player> - Delete player account
    • Permission: tiauth.admin.commands.unregister
  • /tiauth changepassword <player> <password> - Change player password
    • Permission: tiauth.admin.commands.changepassword
  • /tiauth forcelogin <player> - Force login player
    • Permission: tiauth.admin.commands.forcelogin
  • /tiauth migrate <sourceplugin> <sourcedatabase> [file] [user] [password] [host] [port] [name] - Migrate database from other plugins/database type
    • Permission: tiauth.admin.commands.migrate

Migration

Supported Plugins

  • tiAuth (for changing the database type)
  • MCAuth
  • LimboAuth
  • AuthMe

Migration Commands

Below are the commands for the default database types used by these plugins.

If you are using a file-based database (SQLite or H2):

  • Place the database file into the plugin folder.
  • For H2, do not include the .mv.db extension in the filename.
  • If there is no username or password, set both user and password to empty.

MCAuth SQLite

/tiauth migrate mcauth sqlite auth.db

LimboAuth H2

/tiauth migrate limboauth h2 limboauth-v2 empty empty

AuthMe SQLite

/tiauth migrate authme sqlite authme.db

Important — LimboAuth H2 Migration

Before migrating from LimboAuth H2 (which uses H2 as its default database):

  1. Open your config.yml.
  2. Change the version value under libraries.h-2 to 2.1.214.
  3. Delete the tiAuth database file (if you are using H2 — it’s the default).
  4. Restart your server.

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.


Virtual server configuration

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

Configure infoForwarding

  • Set type to MODERN if you are using VELOCITY_MODERN,
    then specify your key under secret.
  • If you are using BungeeGuard, set type to BUNGEE_GUARD,
    then specify your tokens under tokens.
  • LEGACY mode is not recommended as it is insecure.

Optional Settings

You may optionally:

  • Change the port
  • Disable BossBar, Join Message, etc.

After editing /plugins/tiAuth/limbo/settings.yml,
restart your proxy to apply the changes.


Support

Discord Server
Telegram

👥 Team & Contributors

1050TI_top
1050TI_topOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bungeecord
Minecraft Versions
1.12.21.131.13.11.13.21.141.14.11.14.21.14.3+38 more

🔗 Links

Modrinth Page