config.yml
config.yml holds what applies to every zone: the default look of a hidden player, how long a run may
last, and the extra aliases of the command. A zone overrides the disguise section for itself in
zones.yml.
The disguise keys are explained in
changing how hidden players look.
aliases: # - hider
persist_identity: true#
default_max_duration: 2h#
Notes on a few keys
Section titled “Notes on a few keys”default_max_duration is the ceiling applied to a zone that sets no max_duration of its own. Set it
to none to remove the ceiling entirely. A value that is not a duration falls back to two hours and
logs a warning.
persist_identity keeps a player under the same disguise for as long as they stay connected and the
zone keeps running. It is held in memory, so a reconnect gives a new identity.
aliases adds extra names for /somahider, on top of the built-in /sh. Aliases are re-registered
on /sh reload.