CloudMenus v1.0

Build stunning server GUIs entirely in-game, with full DeluxeMenus Migration
cm.png

CloudMenus

Build stunning server GUIs entirely in-game — with full DeluxeMenus compatibility.



No YAML headaches. No wiki diving. Just click, type, and create.



What is CloudMenus?​


CloudMenus is a modern Paper 1.21+ menu plugin built for server owners and developers who want professional chest GUIs without spending hours editing YAML by hand.

Design menus through a clean, spacious in-game editor — set titles, items, lore, click actions, requirements, open commands, and more. Changes auto-save to disk. When you are ready, players open your menus with registered commands or /cm open.

Already on DeluxeMenus? Import your existing menus in one command — including nested folders — and keep building from there.




Why CloudMenus Stands Out​


🎨 True In-Game EditorFull visual workflow: menu list → settings → layout grid → item editor → lore / actions / rules. No external editor required.
📦 DeluxeMenus ParityImport DeluxeMenus YAML, use familiar action tags, bracket syntax, requirements, placeholders, and material formats (heads, HDB, textures).
🧭 Built-In Tutorial/cm tutorial walks staff through every feature with titles, chat tips, and live action-bar timers — perfect for onboarding new admins.
📁 Organized MenusSupport for nested menu paths like shop/vip — mirrors DeluxeMenus folder structure on import.
⚡ Production ReadyAuto-save, dynamic command registration, click cooldowns, live menu refresh, Vault economy, PlaceholderAPI, HeadDatabase, and more.
💬 Polished UXGrouped editor GUIs, emoji labels, simple lore on every setting, editor sounds, and a customizable chat prefix with gradients + legacy colors.




CloudMenus vs Other Menu Plugins​


FeatureCloudMenusDeluxeMenusGUIPlus / Similar
In-game menu builder✔ Full editor✘ YAML only~ Varies
DeluxeMenus import✔ One command✔ Native
Nested menu folders~ Varies
Staff tutorial mode/cm tutorial
Clone menus/cm clone✘ Manual copy~ Varies
YAML export / portability✔ Saved to disk
Best forTeams who want speed + DM migrationYAML power usersSimple GUIs

Bottom line: CloudMenus gives you DeluxeMenus-level power with a modern in-game workflow ; ideal if you want to migrate, prototype fast, or let non-technical staff build menus safely.




Feature Overview​


🖥 In-Game Editor​

  • Menu list — browse, create, preview, and edit all menus from one GUI
  • Menu settings — title, size (9–54), auto-refresh interval, open command, command registration, open actions, open requirements
  • Layout editor — click empty slots to add items; click items to edit
  • Item editor — display name, lore, glow, copy-from-hand, HeadDatabase heads
  • Lore editor — add, edit, and delete lines with chat input
  • Action editor — visual picker for every supported action type
  • Requirement editor — view rules, click rules, and menu open rules
  • Auto-save — changes flush to YAML automatically (configurable delay)
  • Editor sounds — click, success, deny, delete, back, open (fully configurable)
  • HDB Support — use HeadDataBase heads anywhere in the GUIs!







⚡ Runtime & Gameplay​

  • Dynamic open command registration (e.g. /shop opens your menu)
  • Left-click and right-click action lists per item
  • View requirements — hide or alter items unless rules pass
  • Click requirements — block clicks unless rules pass
  • Open requirements — control who can open a menu
  • Menu open actions — run actions when a menu opens
  • Live refresh — updating placeholders/stats on a tick interval
  • Click cooldown — prevent action spam
  • Menu arguments — pass args when opening menus
  • Bracket actions — DeluxeMenus-style [action] syntax support







📥 DeluxeMenus Migration​

  • Import from default path: plugins/DeluxeMenus/gui_menus/
  • Import from custom folder: /cm import <path>
  • Recursive subfolder supportgui_menus/shop/vip.yml becomes menu id shop/vip
  • Optional backup of existing menus before overwrite
  • Compatible material formats: hdb-, head-, basehead-, texture-







📚 Interactive Tutorial​

  • /cm tutorial — guided tour for staff
  • Stages cover: overview, creating menus, settings, layout, items, lore, actions, requirements, commands
  • Each stage uses title, subtitle, chat messages, and action-bar countdown
  • /cm tutorial stop to exit anytime
  • Fully editable via tutorial.yml







🔗 Integrations (Soft Dependencies)​

  • PlaceholderAPI — placeholders in titles, lore, actions, and requirements
  • Vault — economy actions and money requirements
  • HeadDatabase — custom heads in items and editor




Supported Actions (30+)​


  • player — run command as player
  • console — run command from console
  • commandevent — unregistered player command
  • message / minimessage — chat messages
  • broadcast / minibroadcast
  • placeholder — resolve placeholders
  • openguimenu — open another CloudMenus menu
  • connect — BungeeCord / Velocity server connect
  • close / refresh
  • sound / broadcastsound / broadcastsoundworld
  • title / actionbar
  • json / jsonbroadcast
  • chat — chat as player
  • givemoney / takemoney (Vault)
  • giveexp / takeexp
  • givepermission / takepermission
  • meta — player persistent meta
  • give / take — items


1779651056474.png







Supported Requirements (25+)​


  • Has permission / has permissions (minimum count)
  • Has money (Vault)
  • Has item
  • Has meta (persistent data)
  • Has EXP (points or levels)
  • Is near location
  • JavaScript expression
  • String equals / equals ignore case / contains / length / regex
  • Is object (player, uuid, int, double, etc.)
  • Numeric comparisons: == != > >= < <=
  • Placeholder comparisons (text and numeric)


1779651076715.png







Commands​


CommandDescription
/cm helpShow help menu
/cm editor · /cm menusOpen the in-game menu editor
/cm create <name>Create a new menu and open the editor
/cm clone <menu> <newName>Duplicate an existing menu exactly
/cm edit [menu]Edit a menu (or open menu list)
/cm open <menu> [player] [args...]Open a menu for yourself or another player
/cm preview <menu>Preview a menu without affecting saves
/cm listList all loaded menus
/cm import [folder]Import DeluxeMenus YAML (default: DeluxeMenus/gui_menus)
/cm export <menu>Export / save a menu file
/cm reloadReload menus from disk
/cm delete <menu> confirmPermanently delete a menu
/cm execute <player> <action>Run a raw action on a player (debug / admin)
/cm tutorial [stop]Start or stop the interactive staff tutorial
/cloudmenus · /cloudmenuAliases for all commands above

Tip: If a menu has a registered open command, players can also use that command directly (e.g. /shop).




Permissions​


PermissionDescriptionDefault
cloudmenus.useBase command accessOP
cloudmenus.adminGrants all permissions belowOP
cloudmenus.openOpen menus for yourselfOP
cloudmenus.open.othersOpen menus for other playersOP
cloudmenus.editorUse the in-game editorOP
cloudmenus.createCreate new menusOP
cloudmenus.cloneClone menusOP
cloudmenus.deleteDelete menusOP
cloudmenus.importImport DeluxeMenus filesOP
cloudmenus.reloadReload menusOP
cloudmenus.listList menusOP
cloudmenus.executeExecute raw actionsOP
cloudmenus.tutorialRun the tutorialOP




Configuration​


config.yml highlights​

  • settings.prefix — chat prefix (gradients + legacy color codes supported)
  • settings.auto-save-delay-ticks — editor auto-save delay
  • settings.click-cooldown-ms — anti-spam for menu clicks
  • settings.default-menu-size — default for new menus
  • settings.enable-javascript-requirements — JS requirement toggle
  • storage.menus-folder — where menu YAML files are stored
  • storage.backup-on-import — backup before overwriting on import
  • editor.session-timeout-minutes — editor session expiry
  • integrations.* — toggle PlaceholderAPI, Vault, HeadDatabase
  • sounds.* — full editor sound customization

Other files​

  • messages.yml — fully translatable plugin messages
  • tutorial.yml — customize tutorial stages, timings, and text
  • menus/ — one YAML file per menu (supports nested folders)




Perfect For​


  • Survival / SMP / Skyblock servers needing shops, warps, kits, and rank GUIs
  • Networks migrating from DeluxeMenus without rebuilding from scratch
  • Teams with staff who are not comfortable with YAML
  • Developers who still want YAML on disk for backups, Git, and portability
  • Servers that want fast prototyping — clone menus, tweak, ship




Requirements & Compatibility​


  • Server: Paper 1.21+ (recommended)
  • Java: 21
  • Optional: PlaceholderAPI, Vault, HeadDatabase




Quick Start (60 Seconds)​


  1. Drop CloudMenus into plugins/ and restart
  2. Run /cm import if migrating from DeluxeMenus
  3. Run /cm tutorial for a guided walkthrough
  4. Run /cm create shop or /cm editor
  5. Build your layout, set an open command, and run /cm reload
  6. Open your menu with your command or /cm open shop


1779651099394.png







Support & Updates​







Stop fighting YAML. Start building menus in-game.
CloudMenus — Professional GUIs, zero friction.



cloudstudios.png


Buy a license now
$5.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
1 year
Share and earn
Refer this resource and earn a 10% commission.
198 Views
2 Purchases
3 Downloads
May 28, 2026 Published
N/A Updated
Not yet rated
605.6 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. GUI
  1. Core
Game mode
  1. Survival
  1. Lifesteal
  1. Practice
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Sponge
  1. Purpur
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
  1. Spanish
  1. Russian
  1. German
  1. French
  1. Portugese
  1. Polish
  1. Turkish
  1. Chinese
  1. Indonesian
  1. Italian
  1. Vietnamese
  1. Dutch
  1. Korean
  1. Czech
  1. Thai
  1. Hungarian
  1. Arabic
  1. Japanese
  1. Ukrainian
  1. Swedish
  1. Danish
  1. Romanian
  1. Slovak
  1. Hebrew
  1. Lithuanian
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
A fun, betting plugin for minecraft, bringing rock paper scissors into the game!
Not yet rated
1 purchase
Add custom and optimized totems with powerful effects to your game
Not yet rated
0 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,206 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,164 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,092 purchases
Share and earn
Refer this resource and earn a 10% commission.
198 Views
2 Purchases
3 Downloads
May 28, 2026 Published
N/A Updated
Not yet rated
605.6 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. GUI
  1. Core
Game mode
  1. Survival
  1. Lifesteal
  1. Practice
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Sponge
  1. Purpur
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
  1. Spanish
  1. Russian
  1. German
  1. French
  1. Portugese
  1. Polish
  1. Turkish
  1. Chinese
  1. Indonesian
  1. Italian
  1. Vietnamese
  1. Dutch
  1. Korean
  1. Czech
  1. Thai
  1. Hungarian
  1. Arabic
  1. Japanese
  1. Ukrainian
  1. Swedish
  1. Danish
  1. Romanian
  1. Slovak
  1. Hebrew
  1. Lithuanian
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
A fun, betting plugin for minecraft, bringing rock paper scissors into the game!
Not yet rated
1 purchase
Add custom and optimized totems with powerful effects to your game
Not yet rated
0 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,206 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,164 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,092 purchases
Top