Menu Registration
Where to register
The default config includes placeholders for both platforms:
java_menus:
- 'menu;chest_example.yml'
- 'slots;slots_helper.yml'
- 'conditions_example;conditions_example.yml'
bedrock_menus:
- 'menu;modal_example.yml'
- 'bedrock_menu;simple_example.yml'
- 'customform;custom_example.yml'
- 'simple_conditions;conditions_simple_example.yml'
- 'custom_conditions;conditions_custom_example.yml'
- The text before the semicolon (
menu,slots, etc.) is the name players use with/bm open <platform> <menu>. - The filename after the semicolon must exist under
plugins/BlueMenu/menus/java/or/bedrock/.
Adding a new menu
- Create the YAML file in the appropriate folder (Java or Bedrock).
- Add a new entry to
java_menusorbedrock_menususingalias;file.yml. - Run
/bm reloador restart to load the new menu.
Editing via the web editor
The web editor exposes config.yml as well. After opening /bm editor and confirming the session, you can edit the config list directly from the browser if you prefer not to use a text editor.