Menu configuration files are located in `plugins/MythicMobs/config/menus/cosmetics`
Inside the menu configs folder:
-`cosmetics.yml` - The main cosmetic category menu
-`selection.yml` - The generic 'select your cosmetic' menu.
-`selection_[type].yml` - If this is found for specific cosmetic types, it will load a custom menu for that type so you can individualize them (e.g. `selection_hats.yml`). Uses the same format.
When configuring a menu schema, the `$` symbol is where data will be auto-filled, such as the icons for each cosmetic. Special buttons, or custom buttons you make, are mapped to other letters/numbers in the config.
Special buttons such as the page buttons and back button need to be named the same to work.
#### Special Buttons in `cosmetics.yml`:
-`BUTTON_[TYPE]` - clicking a button named this will open that cosmetic selection menu (such as `BUTTON_HATS`
#### Special Buttons in `selection.yml`:
-`BACK` - The back button
-`NEXT_PAGE` - Next button for pagination
-`PREVIOUS_PAGE` - Previous button for pagination
-`EQUIPPED` - Shows the currently equipped cosmetic
-`REMOVE_COSMETIC` - Removes the currently equipped cosmetic
-`SEARCH` - Lets you search thru cosmetics
-`SEARCH_RESET` - Resets the search functionality
-`FILTER` - A button that toggles between showing All cosmetics, Collected, and Favorites
-`FILTER_ALL` - Icon for the "Showing All" button (replaces the `FILTER` button, doesn't need to be mapped)
-`FILTER_COLLECTED` - Icon for the "Showing Collected" button (replaces the `FILTER` button, doesn't need to be mapped)
-`FILTER_FAVORITES` - Icon for the "Showing Favorites" button (replaces the `FILTER` button, doesn't need to be mapped)