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) --- data/help/setglobalflag.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/help/setglobalflag.yaml (limited to 'data/help/setglobalflag.yaml') diff --git a/data/help/setglobalflag.yaml b/data/help/setglobalflag.yaml new file mode 100644 index 0000000..3f6fc2e --- /dev/null +++ b/data/help/setglobalflag.yaml @@ -0,0 +1,7 @@ +name: setglobalflag +description: |- + Admin-only. Sets a global flag. Global flags are shared by all players. + If no value is given, sets the flag to true. + Values can be: true, false, an integer, or a string. + Usage: setglobalflag [value] + Example: setglobalflag gate_open true -- cgit v1.2.3