Help Menu
Help Menu
If there are any entries missing, they will be re-generated at their default value on reload/startup.
The default values can be found here.
You will notice that these entries look suspiciously like the permissions. This is because the help is printed to the user based on what permissions they have! If you replace the underscores with periods, you will get the permission node that the user must have in order to view that respective help entry.
| key | explanation |
|---|---|
| separator | This appears between the 'command' and the 'help' |
| consoleStartStripLength | This is the amount of characters to strip off the beginning of the help entries in the console. This is because consoles do not type '/' to type commands |
| header.enabled | If true then the header will be printed |
| header.message | The header itself |
| entries.x.enabled | If true, then this help entry will show up in the help menus |
| entries.x.command | The command that corresponds with the permission node. This is here to change the coloring. |
| entries.x.help | The explanation for that respective command |
Comments