aboutsummaryrefslogtreecommitdiff
path: root/building_guide/admin.md
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-07 16:24:27 -0400
committerhistoria <[not public]>2026-07-07 16:24:27 -0400
commitab2597b22ccdb71116992aec78080d9858358d04 (patch)
tree8beae4060c2831c4a68f92b682b5350cfa1d0afb /building_guide/admin.md
parent3f30fa3eec9c2e2acf9a984ccefb9529a25e688a (diff)
downloadthehouseoficarus-ab2597b22ccdb71116992aec78080d9858358d04.tar.gz
rename flags to global_flags (differentiate from player_flags)
Diffstat (limited to 'building_guide/admin.md')
-rw-r--r--building_guide/admin.md6
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