Migrate
Migrate configuration files from other menus into TrMenu's format
Supported Plugins
Plugins
Supported?
TrMenu v1
√
DeluxeMenus
Soon
BossShopPro
×
ChestCommands
×
How to migrate menus?
Separated Files
To migrate files separately, put the file in your TrMenu folder and execute this command from the console:
trmenu migrate <plugin> <file>
Examples:
trmenu migrate TrMenuV1 kits.yml
trmenu migrate TrMenuV1 oldMenus/menu.yml
Whole Folder
To migrate a whole folder of menus at once, put the folder in your TrMenu folder and execute this command from the console:
trmenu migrate <plugin> <path to folder>
Example:
trmenu migrate TrMenuV1 oldMenus
If everything goes well, you can find all your migrated menus in /TrMenu/migrated/
To load the migrated menus, just copy them into the /TrMenu/menus/
and execute /trmenu reload
Last updated