.help | |
---|---|
Type | Command |
Category | none |
In-game description | “Shows help for a command or a list of commands. Syntax: .help <command> List commands: .help [<page>]“ |
Default keybind | none |
Source code | net/wurstclient/commands/HelpCmd.java |
.help is a chat command that can either show a list of all available commands or show the help text and syntax for a specific command.
Main article: Command Syntax
.help <command>
shows help text and syntax for a given command.List commands: .help [<page>]
lists all available commands, split into pages with 8 commands each.Examples:
.help
shows the first page of the command list..help 2
shows the second page of the command list..help
, just type .help help
.