> For the complete documentation index, see [llms.txt](https://temp-17.gitbook.io/trmenu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://temp-17.gitbook.io/trmenu/migrate.md).

# Migrate

## 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`
