Skip to content
These docs reflect Contracts v0.6.0, the latest release. Older servers may differ.

Command

Sets which command(s) open the Contracts menu. Players run it in chat (e.g. /contracts); it also works from the server console.

{
"Command": ["contracts"]
}
SettingTypeDefaultDescription
Commandstring list["contracts"]One or more command names that open the menu. List several to provide aliases. Empty entries are dropped; an empty list falls back to ["contracts"].
  • List multiple names to offer aliases, for example ["contracts", "quests", "c"].
  • Do not include the leading slash; players add it themselves in chat.