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

Last updated