Skip to content

Global Chat Commands

These slash commands can be used by all players in Global chat.

Admin-only commands can be found here.

Important rules

  1. Slash commands only work in Global chat.
  2. If you run a slash command in another channel, the server rejects it.

Usage Notes

  1. Command names are case-insensitive.
  2. Some commands need required arguments. If arguments are missing, the server returns usage help.

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

General Slash commands

/help

Shows the command help summary.

For regular players, this shows the public command list.

Usage: /help

/bug

Sends a bug report message to server logs.

Usage: /bug

Example: /bug Mission gameplay is stuck. It is the AI turn but nothing is happening.

/setaccountname

Sets your account display name. Note that this will take effect after your next full login.

Usage: /setaccountname

Example: /setaccountname NeonRunner

/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.
  • For non-admins, a per-career cooldown of 28 days applies.
  • On success, the server returns the next UTC timestamp when this command is available again.
  • If used during cooldown, the server returns the next UTC timestamp when it can be used again.

/deleteaccount

Starts or confirms irreversible account deletion.

Usage: /deleteaccount /deleteaccount

Flow:

  • Run /deleteaccount to generate a 4-digit confirmation PIN.
  • The PIN expires after 10 minutes.
  • Running /deleteaccount again generates a new PIN and makes the old PIN unusable.
  • Run /deleteaccount {PIN} to confirm deletion.

Result after confirmation:

  • Deletes all characters for the account.
  • Removes the account from all other players' friend lists.
  • Disconnects all active sessions for the account.
  • The next reconnect behaves like the account has never connected before.

Irreversible Operation

Account deletion is irreversible.

Released under the GPL v3.0 License.