mirror of
https://github.com/GrimAnticheat/Grim.git
synced 2026-05-13 23:50:26 +02:00
No results
5
Commands
Axionize WS2 edited this page 2026-05-03 23:22:38 -04:00
Table of Contents
Commands
Note
<>means argument is required &[]means argument is optional
General commands
| Command | Permission | Description |
|---|---|---|
| /grim help | grim.help | Shows a list of commands and descriptions |
| /grim alerts | grim.alerts | Toggles receiving alert violations |
| /grim profile | grim.profile | Shows information about a player, such as client version and sensitivity |
| /grim reload | grim.reload | Reloads all config files, this also resets all online violations |
| /grim spectate | grim.spectate | Go into spectator and teleport to the player |
| /grim stopspectating | grim.spectate | Return to your original position and leave spectator |
| /grim verbose | grim.verbose | Show every flag, without a buffer |
| /grim log <0-255> | grim.log | Upload a debug log for a prediction flag |
| /grim history | grim.history | Shows stored session history for a player |
Debug commands
| Command | Permission | Description |
|---|---|---|
| /grim debug | grim.debug | Toggles prediction output |
| /grim consoledebug | grim.consoledebug | Toggles prediction output into console |
| /grim sendalert | grim.sendalert | Internal command to send alert, useful for testing who has permission to see alerts |
History commands
| Command | Permission | Description |
|---|---|---|
| /grim history | grim.history | List stored sessions, newest first |
| /grim history page | grim.history | Open a session-list page |
| /grim history session <N|latest> | grim.history | Show one session's violation details |
| /grim history session <N|latest> page | grim.history | Open a violation-detail page |
| /grim history migrate [--delete] | grim.history.migrate | Import legacy v0 history |
| /grim history copy [--delete] | grim.history.copy | Copy current v1 history between configured backends |
History read commands also accept --name <regex>, --match <regex>, and --grep <regex> filters. Session detail accepts --detailed (-d) and --verbose (-v).
Prediction output format
- P: Prediction - The best movement that grim thinks was possible as close to actual movement
- A: Actual - The actual movement that the client sent to the server
- O: Offset - The distance between the predicted and actual movement
Available pages
More information in the readme.