DP-Menu
PluginLicenseRef-All-Rights-Reserved

DP-Menu

simple gui menu plugin

188
Downloads
2
Followers
4 months ago
Updated
📦
5
Versions

📖About DP-Menu

logo

사이트 디스코드 깃허브

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

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

  • Create a menu: /dpm create testmenu 6
  • Set menu items: /dpm items testmenu
  • Set actions: /dpm action testmenu
  • Open menu: /dpm open testmenu