In-game commands · General

!help

Lists every team-chat command Rust Pulse responds to.

!helpGeneral
Aliases!commands
Rust team chat showing the !help reply

Prints the full command list, grouped by category, into team chat. The reply is paginated — the relay splits long messages into several Rust+ chat lines so nothing gets clipped.

When to use it

  • Onboarding a new teammate — they type !help once and see everything you've configured.
  • Sanity-checking which commands are enabled. Admins can disable individual commands in the Bot messages admin tab; disabled commands are skipped in the !help output.

How it builds the list

The list is generated from bot-content.ts — the same source the admin Messages editor writes to. Adding a new command in admin updates !help instantly.