aboutsummaryrefslogtreecommitdiff
path: root/data/help/option.yaml
blob: 9fdcf7f2a70967f6bb8d11019d7b4f7d94df4f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: "option"
category: "General"
description: |
  View or change account settings. Options apply to all characters.

  Usage: option               - List all options and their current values
         options              - Same as option
         option <name>        - Show details for a specific option
         option <name> <val>  - Set an option to a value

  Boolean options accept on/off, true/false, yes/no, or 1/0.
  String options show available choices with option <name>.
  Numeric options accept any integer.

  Examples:
    option tinymap off
    option color ansi
    option mapwidth 50

  Use help <option> for details on a specific option.
  Use 'prompt' to set a custom per-character prompt.