Skip to main content

Blue Menu

Advanced menu solution with Java/Bedrock Support and Web Editor

Update 1.5.0 Main
Locked
  • Added a migration system for DeluxeMenus menus (experimental).
  • Added support for Spigot 26.1
  • Updated Adventure color library to version 5.0.1
  • The plugin will now send your exact version to the web editor so that only the available blocks are displayed.
Update 1.4.0 Main
Locked
- The sync-menus section in settings.yml now supports "*" in send and receive so you don't have to register menus manually.
- Added experimental support for custom Java menu items from Nexo, Oraxen, and ItemsAdder.
You can now reference provider items either with itemStack.provider + itemStack.id or with prefixed itemStack.material (for example: nexo:item_id, oraxen:item_id, itemsadder:namespace:item).
If a provider plugin is not installed/enabled, BlueMenu safely falls back to standard Bukkit material handling.

Example:
```yaml
items:
custom_sword:
name: "<green>Custom Sword"
slot: 11
itemStack:
provider: nexo
id: ruby_sword
amount: 1
lore:
- "<gray>Provided by Nexo"

custom_gem:
name: "<aqua>Custom Gem"
slot: 12
itemStack:
material: "itemsadder:my_pack:gem_blue"
amount: 2
lore:
- "<gray>Provided by ItemsAdder"```
Update 1.3.0 Main
Locked
- Added optional multi-server menu synchronization backed by MySQL/MariaDB, including send/receive role selection, polling, and hot-reload support.
- Added a new sync-menus configuration section (with nested MySQL settings) to control sync behavior without changing the menu registry.
Update 1.2.0 Main
Locked
- New actions added:
1. BROADCAST
2. SOUND
3. OPEN_MENU
4. REFRESH_MENU
5. CONNECT
- Added new click type for Java menus: “BOTH” (so you don't have to set the same action for left and right clicks)
-Fixed some logging messages in the console that displayed the plugin prefix incorrectly.
Update 1.1.0 Main
Locked
- Renamed config.yml to settings.yml to keep the configuration structure consistent with the rest of the plugins.
- Added a versioning system to settings.yml, allowing automatic updates when changes are introduced, without requiring user intervention.
- The /bm editor and /bm confirm commands can now be executed from the console.
1.0.0 Main
Locked
&lt;p&gt;&lt;img src=&quot;https://store.blueva.net/uploads/ext/bluemenu/10.png&quot; alt=&quot;&quot; width=&quot;auto&quot; height=&quot;auto&quot; /&gt;&lt;/p&gt;