Commands
The admin command set, the two player-safe commands, and how the ACE gate works.
Updated 2026-07-02
Everything below requires the admin ACE (Config.AdminAce, default
dzr.environment) except where noted. The server console always has access,
so every command works from txAdmin or the console with no setup.
Control panel
| Command | Purpose |
|---|---|
/environment |
Open the control panel (NUI). Rename it with Config.Commands.openPanelCommand. |
Admin commands
| Command | Purpose |
|---|---|
/env:time <0-23> |
Set the hour. |
/env:weather <type> |
Set weather: EXTRASUNNY, CLEAR, CLOUDS, OVERCAST, RAIN, THUNDER, CLEARING, FOGGY, SMOG. |
/env:intensity <light|normal|heavy> |
Set weather intensity. |
/env:freezetime |
Freeze the clock. |
/env:freezeweather |
Freeze the weather. |
/env:lock |
Freeze both axes. |
/env:resume |
Resume both axes. |
/env:blackout [on|off|toggle] |
City blackout. |
/env:random [all|time|weather] |
Randomize. |
/env:status |
Print current conditions. |
/env:doctor |
Health report - setup, persistence, conflicts (including vMenu), store status, current state. |
/env:store <preset> <minutes> <ref> |
Apply a named preset as a timed event. See Automation. |
/env:override list |
List active timed overrides. |
/env:override clear <id|source|all> |
Cancel timed overrides. |
/env:debug [on|off] |
Toggle verbose debug logging at runtime. |
Player-safe commands
| Command | Purpose |
|---|---|
/env:resync |
Available to every player - re-pulls and re-applies the live sky locally. Fixes a desynced client without touching anyone else. |
/forecast |
Player-facing conditions and outlook. Off by default; enable with Config.Commands.playerForecast. |
Notes
- Commands for disabled control axes are not registered. If
ControlWeather = false, weather mutation commands are unavailable and/env:random allonly touches time - read exports keep working. Config.Commands.enabled = falseunregisters the whole command set (the exports API stays available).Config.Commands.shortAliases = trueadditionally registers bare/timeand/weather. It ships off because those names often clash with other resources.
TipRun
env:doctorfrom the server console after any setup change. It answers most "why is it not working" questions before you have to ask them.
Need help with this? Open a ticket on Discord or read the support guide.