Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 2.05 KB

README.md

File metadata and controls

53 lines (46 loc) · 2.05 KB

DeluxeMenus

About

DeluxeMenus is the all in one inventory GUI menu plugin!
You can create GUI menus that open with custom commands that will show stats or perform actions specific to the player who opened it.

Your menus are fully configurable. You can create menus that show specific items to different players, or perform different actions depending on what javascript requirement they have for the specific slot in a certain GUI (optional)

You can open a GUI menu 3 different ways:

  • /<custom command specified for the GUI>
  • /dm open <menuName> for yourself
  • /dm open <menuname> (player) to open a GUI menu for another player (Requires deluxemenus.open.others)

Dependency

DeluxeMenus depends on PlaceholderAPI

Commands

  • /dm open <menuName>
    Opens the menu for yourself
  • /dm list
    Lists all menus you have access to
  • /dm reload
    Reloads the menus and settings
  • /dm execute (player) [action] Execute any action for the player

Configuration

Visit our wiki to get info about how to make GUIs, items, etc.
If you need support, join our Help chat-Discord (Link below).

Permissions

  • deluxemenus.admin
    Gives access to admin-commands.
    Default: OP
  • deluxemenus.open
    Lets you open a menu with /dm open <menuName>
    Default: OP
  • deluxemenus.open.others
    Lets you open a menu for another player (/dm open <menuName> [player])
    Default: OP
  • deluxemenus.open.bypass
    Lets you open a menu regardless of if you have the permissions for it.
    Default: OP
  • deluxemenus.menu.*
    Gives permission for all menus.
    Default: OP
  • deluxemenus.openrequirement.bypass
    Lets you bypass the openrequirement of a menu.
    Default: OP

Links

Discord
Wiki
SpigotMC