Requires Vault Optional [Placeholder API](<https://www.spigotmc.org/resources/placeholderapi.6245/>)

<aside> <img src="/icons/emoji-grinning_yellow.svg" alt="/icons/emoji-grinning_yellow.svg" width="40px" /> Join our Discord for support https://discord.gg/C5Wrps2qxr

</aside>

<aside> <img src="/icons/light-bulb_yellow.svg" alt="/icons/light-bulb_yellow.svg" width="40px" /> Epic Core plugin includes every feature of Help Menu plus permission based glowing, chain commands, GUI command aliases, dedicated gui command, and many other features

</aside>

Steps


  1. Install Vault
  2. (Optional) Install Placeholder API
  3. (Optional) Update config to customize plugin HelpMenu/config.yml
  4. Customize GUI to fit your server HelpMenu/guis/helpMenu.yml
  5. (Optional) Setup permissions
  6. Play and enjoy!

Permissions

Command

<aside> <img src="/icons/looped-square_orange.svg" alt="/icons/looped-square_orange.svg" width="40px" /> /help /help open <gui>

</aside>

Help Menu Config HelpMenu/guis/helpMenu.yml

Configurations were created to be easily understood. Please read over the comments in the default config for specific setup instructions.

messages:
  noaccess: "&8➤ &7You do not have permission to load this page"

# Set page information
info:
  # Title of this page
  title: "Help Menu"
  # Permission needed to open this
  permission: ""
  # Size of this page
  size: 27
# All of the items on this page
children:
  commands:
    slot: 11
    item:
      type: "COMMAND_BLOCK"
      # Name of the item
      name: "Command Help"
      # Lore of the item
      lore:
        - "&7Help with any command in the game"
        - "&8Command: &6/?"
    # This can be any command and doesn't have to be an Epic Core command
    action:
      # Command the player executes
      playerCommand: "?"
      close: true
  chat:
    slot: 13
    item:
      type: "WRITABLE_BOOK"
      name: "Chat Menu"
      lore:
        - "&7Change Chat Settings"
        - "&8Command: &6/chat"
    action:
      playerCommand: "chat"
  rules:
    slot: 15
    item:
      type: "GOLDEN_APPLE"
      name: "Rules"
      lore:
        - "&7We have 3 simple rules:"
        - "&7• Be polite"
        - "&7• No slurs"
        - "&7• Don't steal"
    action:
      close: true
  close:
    slot: 26
    item:
      type: "BARRIER"
      name: "&cClose"
    action:
      close: true

Custom Pages HelpMenu/guis/custom