diff options
Diffstat (limited to 'building_guide/admin.md')
| -rw-r--r-- | building_guide/admin.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/building_guide/admin.md b/building_guide/admin.md index fe940e3..f5ddcd1 100644 --- a/building_guide/admin.md +++ b/building_guide/admin.md @@ -171,7 +171,7 @@ are never saved to disk. ``` setflag <flag_name> [value] ``` -Sets a world flag. World flags are shared by all players and stored in memory (lost on +Sets a global flag. Global flags are shared by all players and stored in memory (lost on server restart). Setting a flag fires any triggers watching that flag. Values default to `true` if omitted. Accepted value types: `true`/`false` (bool), integer, or string. @@ -222,7 +222,7 @@ Dumps detailed diagnostic information about your current room: - Mobs with wander intervals - Item spawns with respawn timers - On-enter step and trigger counts -- All world flags +- All global flags - Your player flags - Connected players in the room - Live mob instances with HP @@ -259,7 +259,7 @@ the game server and is configured in `config.yaml` under `admin_http` (plain HTT | Courses | `/editor/courses` | CRUD for agility courses (obstacle sequences, XP, fail damage). | | Modules | `/editor/modules` | CRUD for science modules (combat/utility/transport/enchant/processing). | | Players | `/editor/players` | Browse character YAML files and view player state. | -| Flags | `/editor/flags` | View and edit world flags in real time. | +| Flags | `/editor/flags` | View and edit global flags in real time. | | Files | `/editor/files` | Raw file tree browser for all YAML files under `data/`. | All CRUD editors support undo/redo (persisted to `data/.admin_history.json`), so changes can be reverted |
