(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.

Last updated