DeluxeMenus Plugin: Custom GUI Menus in Minecraft

DeluxeMenus is a versatile plugin for creating customizable graphical interfaces (GUI) in Minecraft. It allows you to create menus that open using custom commands and can display player-specific statistics or perform actions.
Article Navigation
The main features of the plugin include:
- Creation of an unlimited number of menus with different functions
- Support for arguments in menu-opening commands, for example,
/menu <player>
- High level of customization, allowing you to adapt menus to any needs
- Integration with PlaceholderAPI to use placeholders in menus
Plugin Configuration
After launching the server with the plugin installed, you will find the config.yml
file in the DeluxeMenus
folder, along with the gui_menus
folder that already contains a few simple example menus.
In the main configuration file, you can link the menus you create. When creating new menus, you must add them to the config.yml
. Just add 2 lines following the existing examples:
your_menu:
file: your_menu.yml
Menu Examples
In the gui_menus
folder, you will find 3 sample menus provided by the developers as examples:
basics_menu.yml
requirements_menu.yml
advanced_menu.yml
Each file includes comments explaining what each setting does. You can also read more about each function on the developers' website.
Commands and Permissions
Command | Permission | Description |
---|---|---|
/dm open <menu> | deluxemenus.open | Opens the specified menu |
/dm open <menu> <player> | deluxemenus.open.others | Opens a menu for another player |
/dm list | deluxemenus.list | Displays the list of available menus |
/dm reload | deluxemenus.reload | Reloads the plugin configuration |
Integration with Other Plugins
DeluxeMenus supports integration with:
- PlaceholderAPI: for using placeholders in menus
- HeadDatabase: for using custom heads
- ItemsAdder and Oraxen: for supporting custom items and texture packs
Conclusion
DeluxeMenus is a powerful tool for creating customizable GUI menus in Minecraft. It is suitable for a wide range of tasks and is highly adaptable to server needs.







Published by: TNT