From ab2597b22ccdb71116992aec78080d9858358d04 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 7 Jul 2026 16:24:27 -0400 Subject: rename flags to global_flags (differentiate from player_flags) --- building_guide/admin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'building_guide/admin.md') 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 [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 -- cgit v1.2.3