Creating a second menu or submenu - ServerSelectorX/ServerSelectorX GitHub Wiki
These instructions are out of date!
Creating a second menu
Create a new menu in the menu folder by copying default.yml. In this example I'll be calling it "skywars.yml". Your directory tree should look something like this:
ServerSelectorX
├── menu/
│ ├── default.yml
│ └── skywars.yml
└── config.yml
V E R Y I M P O R T A N T: Make sure to change the title, item and command of this new server selector to avoid conflicts with the existing server selector(s).
Opening the menu from another menu
Create a new item, and set the action to action: 'sel:skywars'
.
For more information, read: