VMenu
The Vmenu plugin allows you to create and fully customize custom graphical menus directly in the game using a convenient visual editor without the need for configs.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
VMenu
💻 Basic Commands (Chat) • /vmenu help — Shows the list of commands. • /vmenu create <name> — Starts creating a new menu (& color codes are supported). • /vmenu edit — Opens the plugin's control panel. • /vmenu reload — Reloads all menus from the configuration files (useful if you edited the files manually).
🗂 Main Menu (/vmenu edit) The starting panel for navigating the plugin. • Painting (Visual): Opens a list of menus to edit their internal content (slots and items). • Command Block (Settings): Opens a list of menus to change their global parameters (name, commands, deletion). • Barrier: "Work in Progress" slot.
🎨 Menu List (Visual) A selection menu where all your creations are displayed as sheets of paper. • Click on Paper (Any mouse button): Dives into the selected menu, opening the Slot Editor.
⚙️ Menu List (Settings) Here, each menu is displayed in a separate column (up to 7 per page), with control buttons located beneath them. • Chest (Icon): Simply shows the current menu name and its command (the text color indicates whether the autocomplete is enabled or not). • Barrier (Delete): Opens the deletion confirmation menu. • Name Tag (Rename): Closes the inventory and prompts you in the chat to enter a new menu name. • Repeater (Change Command): Closes the inventory and prompts you in the chat to enter a new opening command (without the slash). • Wool (Autocomplete): Toggles the command's visibility in the Minecraft client's autocomplete. Green — players see the command (gray chat line); Red — command is hidden (red chat line). Updates instantly for all players on the server. • Clock (Global Cooldown): Closes the inventory and prompts you in the chat to enter a time in seconds. Instantly applies this cooldown (CD) to all items within this menu. • Arrows (Bottom corners): Flips through the settings pages.
🗑 Deletion Confirmation Menu Protection against accidental misclicks. It remembers which settings page you came from. • Red Concrete (DELETE): Permanently deletes the menu from the game and erases its .yml file. Returns you to the settings page. • White Concrete (CANCEL): Cancels the deletion and returns you to the same settings page.
🛠 Slot Editor (Menu Internals) The most important menu where you arrange items and bind commands to them. Empty slots are displayed as barriers. In this editor, a line displaying the current cooldown is specifically added below the items (players won't see this). • LMB (Left Click) with an item on your cursor on an empty slot: Places a copy of the item from your cursor into the menu. • LMB on an existing item: Removes the item from the menu and returns it to your cursor. • RMB (Right Click) on an item: Closes the inventory and prompts you in the chat to enter the command that will be executed when a player clicks it. • Middle Click on an item: Closes the inventory and prompts you in the chat to enter an individual cooldown (CD) in seconds specifically for this slot.
🎮 Player Menu (What regular players see) Opens via the command you set (e.g., /spawn or /donate). Players see clean items without the extra cooldown text from the editor. • Any click on an item: o Checks the cooldown (CD). If the time hasn't passed yet, it plays an error sound and sends a chat message stating how many seconds are left to wait. The command is not executed. o If the CD has passed (or there is none), it executes the command on behalf of the player and plays a characteristic click (button sound). The menu itself does not close, allowing for further clicks.