In-game commands · General
!help
Lists every team-chat command Rust Pulse responds to.
!helpGeneralAliases
!commands
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
!helponce 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
!helpoutput.
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.