TransferMyAccount
A Minecraft plugin that transfers data between accounts
📖About TransferMyAccount
TransferMyAccount
TransferMyAccount is a Spigot/Paper plugin created to transfer all relevant data from one player account to another. It was developed to simplify account migration scenarios.
The plugin was originally created to meet the needs of the Blocktopia server, where account transfers were frequent and very time-consuming when done manually.
Commands
/tma all <older-user> <new-user> - Transfers all supported data between users./tma coinsengine <older-user> <new-user> - Transfers CoinsEngine data between users./tma discordsrv <older-user> <new-user> - Only unlinks DiscordSRV from the old user./tma huskhomes <older-user> <new-user> - Transfers HuskHomes data between users./tma luckperms <older-user> <new-user> - Transfers LuckPerms data between users./tma multiverse <older-user> <new-user> - Transfers Multiverse-Inventories data between users./tma playerkits2 <older-user> <new-user> - Transfers PlayerKits2 data between users./tma servervariables <older-user> <new-user> - Transfers ServerVariables data between users./tma ultimateclans <older-user> <new-user> - Transfers UltimateClans data between users./tma vanilla <older-user> <new-user> - Transfers vanilla data between users.
/tma lang <pt-es-en> - Switches the plugin language file.
Permissions
transfermyaccount.admin - Grants permission to all plugin commands.transfermyaccount.<supported-plugin> - Grants permission only for a specific plugin command.
Native Compatibility
The following plugins have native support and have been tested:
| Plugin | Status |
|---|---|
| LuckPerms | Works perfectly |
| Coins Engine | Works perfectly |
| Multiverse-Inventory | Works perfectly |
| PlayerKits2 | Local storage only |
| ServerVariables | Local storage only |
| UltimateClans | SQLite only |
| HuskHomes | SQLite only |
| DiscordSRV | Unlink only |
These integrations were developed according to Blocktopia’s needs but can be extended.
If you would like to help develop the plugin, please submit a pull request on our GitHub.