Skip to content

Admin Global Chat Commands

These slash commands are only available to administrators in Global chat.

General commands can be found here.

Important rules

  1. Slash commands only work in Global chat.
  2. Admin access is checked against the chat admin account allowlist.
  3. If a non-admin runs an admin command, the server denies it.

Usage Notes

  1. Command names are case-insensitive.
  2. Other-account commands require the target account to be currently online.
  3. Values for karma and nuyen must be non-negative integers.
  4. Item and variant validation use server static data.

Note: This command list is based off the corresponding document on the server repository.

Admin-Only Slash commands

/announce

Broadcasts a server announcement.

Usage: /announce

/activemissions

Shows how many missions are currently active.

Usage: /activemissions

/totalaccounts

Shows total account count and authentication split.

Usage: /totalaccounts

Output:

  • Total accounts
  • Steam-authenticated accounts
  • Non-Steam accounts

/onlineplayers

Shows the number of currently logged-in players.

Usage: /onlineplayers

/listplayers

Lists connected players with category tags.

Usage: /listplayers

/setavailablemission {MissionId} [Available]

Sets the main-campaign mission state for your active career.

State behavior:

  • If state is omitted, the mission is set to ReadyToPlay.
  • If state is Available, the mission is set to Available.

Usage: /setavailablemission {MissionId} /setavailablemission {MissionId} Available

/getkarma

Reads your active character karma.

Usage: /getkarma

/getnuyen

Reads your active character nuyen.

Usage: /getnuyen

/setkarma

Sets your active character karma.

Usage: /setkarma

/setnuyen

Sets your active character nuyen.

Usage: /setnuyen

/resetskills

Resets your active character skill tree and refunds all spent karma.

Usage: /resetskills

Result:

  • Purchased skills are cleared and reset to initial skills.
  • Refunded karma is added back to current karma.
  • Spent karma tracking is set to 0.

/additem {ItemCode} [Variant]

Adds one item to your active character inventory.

Usage: /additem {ItemCode} /additem {ItemCode}

Variant rules:

  • Variant must be an integer from 2 to 405.
  • Variant compatibility is validated against static data.

/othergetkarma

Reads karma for another connected account.

Usage: /othergetkarma

/othergetnuyen

Reads nuyen for another connected account.

Usage: /othergetnuyen

/othersetkarma {AccountId}

Sets karma for another connected account.

Usage: /othersetkarma {AccountId}

/othersetnuyen {AccountId}

Sets nuyen for another connected account.

Usage: /othersetnuyen {AccountId}

/otherresetskills

Resets another connected account's active character skill tree and refunds all spent karma.

Usage: /otherresetskills

Result:

  • Purchased skills are cleared and reset to initial skills.
  • Refunded karma is added back to current karma.
  • Spent karma tracking is set to 0.

/otheradditem {AccountId} {ItemCode} [Variant]

Adds one item to another connected account's active character inventory.

Usage: /otheradditem {AccountId} {ItemCode} /otheradditem {AccountId} {ItemCode}