aboutsummaryrefslogtreecommitdiff
path: root/data/help/option.yaml
blob: 75b17946a176ce2effcdb273b31ceb2ca79d62bb (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 map_width 50

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