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.8+) Aliases

Version 2.8 added Aliases which means you can add a command for a specific page.

By default the config will look like this:

#aliases: ["helpnav", "helputil", "helpinteract", "helpmanage", "helpfun", "helpmisc"] # sets the aliases for the help command. REQUIRES FULL SERVER RELOAD/RESTART

To enable aliases, the first hashtag must be removed and the server must be reloaded/restarted.

pagesEnabled: [1,2,3,4,5,6] # sets the pages that can be accessed
aliases: ["helpnav", "helputil", "helpinteract", "helpmanage", "helpfun", "helpmisc"] # sets the aliases for the help command. REQUIRES FULL SERVER RELOAD/RESTART

The aliases list matches up with the pagesEnabled list so should contain the same amount of items, if not the page will only be accessible via the main /help command.

To disable aliases, simply put a hashtag at the start of the line and then reload/restart the server again.

Previous(V2.6+) PagesNextColor Codes

Last updated 1 year ago