diff options
| author | historia <[not public]> | 2026-07-07 16:24:27 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-07 16:24:27 -0400 |
| commit | ab2597b22ccdb71116992aec78080d9858358d04 (patch) | |
| tree | 8beae4060c2831c4a68f92b682b5350cfa1d0afb /data/help/setglobalflag.yaml | |
| parent | 3f30fa3eec9c2e2acf9a984ccefb9529a25e688a (diff) | |
| download | thehouseoficarus-ab2597b22ccdb71116992aec78080d9858358d04.tar.gz | |
rename flags to global_flags (differentiate from player_flags)
Diffstat (limited to 'data/help/setglobalflag.yaml')
| -rw-r--r-- | data/help/setglobalflag.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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 <flag_name> [value] + Example: setglobalflag gate_open true |
