simple gui menu plugin

All DP-Plugins depend on the DPP-Core plugin.
Please make sure to install DPP-Core
Discord
Join our Discord server to get support and stay updated with the latest news and updates.
If you have any questions or suggestions, please join our Discord server.
If you find any bugs, please report them using the inquiry channel.
Discord Invite: https://discord.gg/JnMCqkn2FX
DP-Menu Plugin Introduction
DP-Menu is a Minecraft plugin that allows for easy creation and management of menu on servers.
Plugin Features
Commands
| Command | Description | Permission |
|---|---|---|
/dpm create <name> <row> |
Creates a menu. | dpm_admin |
/dpm delete <name> |
Deletes a menu. | dpm_admin |
/dpm title <name> <title> |
Sets the title of this menu. | dpm_admin |
/dpm row <name> <row> |
Sets the number of rows for this menu. | dpm_admin |
/dpm items <name> |
Sets the items in this menu. | dpm_admin |
/dpm price <name> |
Sets the cost for clicking in this menu. (Requires Essentials) | dpm_admin |
/dpm action <name> |
Sets the action for this menu. | dpm_admin |
/dpm aliases <name> <cmd> |
Sets the alias commands for this menu. | dpm_admin |
/dpm list |
Shows all menus. | dpm_admin |
/dpm reload |
reload config file. | dpm_admin |
/dpm open <name> |
Opens the menu. | dpm_use |
Usage Examples
/dpm create testmenu 6/dpm items testmenu/dpm action testmenu/dpm open testmenu