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
- GUI-Based Configuration: Easily set items and prices using a graphical interface.
- DLang Support: You can freely edit language files.
- Action Support: Make simple action and set.
Commands
/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
- Create a menu:
Code (Text):
/dpm create testmenu 6
- Set menu items:
Code (Text):
/dpm items testmenu
- Set actions:
Code (Text):
/dpm action testmenu
- Open menu:
Code (Text):
/dpm open testmenu