Help Command
  • General
  • Version 2.6 Explained
  • Updating versions
  • Admin & Permissions
  • Configuration
    • Help Output
    • Enabled Commands
    • Language
      • (V2.6+) Page Prompt
      • (V2.9+) Page Prompt
    • (V2.6+) Pages
    • (V2.8+) Aliases
  • Color Codes
Powered by GitBook
On this page
  1. Configuration

(V2.6+) Pages

As of V2.6 pages have been added. This means that you can now have a more organised and cleaner looking help menu.

The following value can be changed to enable specific pages

pagesEnabled: [1,2,3,4,5,6] # sets the pages that can be accessed

It should be noted that if you remove a page from pagesEnabled, the ones after it in the list will still be enabled. If a page is not in pagesEnabled then the prompt on the page before it will not be visible.

Versions 2.7+ can add unlimited pages, lower versions have a limit of 5.

(REMOVED) In V2.7, a field was added that specifies how many pages there are so it could calculate if you were on the last page, this has been removed in V2.8.

Previous(V2.9+) Page PromptNext(V2.8+) Aliases

Last updated 1 year ago