Command
Sets which command(s) open the Contracts menu. Players run it in chat (e.g. /contracts), and it
also works from the server console.
{ "Command": ["contracts"]}Fields
Section titled “Fields”| Field | Type | Default | Description |
|---|---|---|---|
Command | string[] | ["contracts"] | Chat commands that open the contracts menu. Reminders mention the first one. |
- List multiple names to offer aliases, for example
["contracts", "quests", "c"]. - Do not include the leading slash. Players add it themselves in chat.
- Empty entries are dropped, and an empty list falls back to
["contracts"].
