The admin system provides chat commands for server management, player moderation, and debugging tools.Documentation Index
Fetch the complete documentation index at: https://mythicframework.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Admin Commands
Full admin access required
Staff Commands
Staff-level access
Debug Tools
Noclip, markers, coordinates
Admin Commands
/admin
Opens the admin panel UI./noclip
Toggle noclip (free camera flight) mode.Noclip usage is logged to the database and Discord with the admin’s position and character info.
/noclip:dev
Toggle developer noclip mode with additional debug info./noclip:info
Get current noclip camera position and heading info./marker
Place a visual marker at specified coordinates.| Name | Type | Description |
|---|---|---|
| x | number | X coordinate |
| y | number | Y coordinate |
| z | number | Z coordinate |
/setped
Change a player’s ped model.| Name | Type | Description |
|---|---|---|
| model | string | GTA ped model name |
/zsetped
Change a player’s ped model (alternate version)./staffcam
Toggle staff spectator camera./cpproperty
Copy property data to clipboard.Staff Commands
/staff
Opens the staff panel (limited version of admin panel)./lookup
Look up a player by ID or name.| Name | Type | Description |
|---|---|---|
| id/name | string | Player server ID or partial name |
/cpcoords
Copy current coordinates to clipboard.| Name | Type | Description |
|---|---|---|
| format | string | Coordinate format (optional) |
Registering Custom Admin Commands
Use the Chat component to register your own admin/staff commands:Next Steps
Admin - Callbacks
Admin panel server callbacks
Admin - Permissions
Permission system
Chat API
Command registration