TinyMUX

Permissions

Access to many MUX features is controlled by a set of permissions, which can usually be changed via the configuration file or the @admin command.

There are three different senses of Wizard:

  1. WIZARD means the WIZARD flag.
  2. Wizard means Wizard-level authority, which can be achieved either by being set WIZARD or by inheriting that authority from a WIZARD-owned object with the INHERIT flag.
  3. Wizard(#1) who is always set WIZARD and has other special privileges.

The following list uses two of those senses: ‘Wizard’ and Wizard(#1). This is a list of the valid permissions and their meanings:

PermissionMeaning
builderMust be Wizard, ROYALTY, or have the BUILDER power.
darkFeature is not shown but is still available.
disabledNo one can use this feature.
global_buildRequires the BUILDER power, Wizard/ROYALTY, or for building to be allowed game-wide.
global_interpRequires that global interpretation be turned on.
godOnly #1 may use this feature.
headMust be set HEAD to use this feature.
immortalMust be set IMMORTAL or set INHERIT with IMMORTAL owner.
need_contentsOnly players, things, and rooms may use this feature.
need_locationOnly players and things may use this feature.
need_playerOnly players may use this feature.
no_havenNon-Wizard players with owners set HAVEN may not use this feature.
no_robotNon-Wizard players set ROBOT may not use this feature.
no_slaveNon-Wizard players with owners set SLAVE may not use this feature.
no_suspectNon-Wizard players with owners set SUSPECT may not use this feature.
no_guestNon-Wizards must not possess the GUEST power in order to use this feature.
no_uninspectedOnly things which have been inspected can use this feature.
robotOnly players set ROBOT can use this feature.
staffOnly STAFF/ROYALTY/IMMORTAL players can use this feature.
staticNothing is allowed to use this feature after the server starts. This is useful for controlling something in the configuration file that you do not want to be controllable via the @admin command.
uninspectedOnly things marked uninspected can use this feature.
wizardOnly Wizards may use this feature.

Related Topics: @admin, Configuration.