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:
- WIZARD means the WIZARD flag.
- 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.
- 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:
| Permission | Meaning |
|---|---|
| builder | Must be Wizard, ROYALTY, or have the BUILDER power. |
| dark | Feature is not shown but is still available. |
| disabled | No one can use this feature. |
| global_build | Requires the BUILDER power, Wizard/ROYALTY, or for building to be allowed game-wide. |
| global_interp | Requires that global interpretation be turned on. |
| god | Only #1 may use this feature. |
| head | Must be set HEAD to use this feature. |
| immortal | Must be set IMMORTAL or set INHERIT with IMMORTAL owner. |
| need_contents | Only players, things, and rooms may use this feature. |
| need_location | Only players and things may use this feature. |
| need_player | Only players may use this feature. |
| no_haven | Non-Wizard players with owners set HAVEN may not use this feature. |
| no_robot | Non-Wizard players set ROBOT may not use this feature. |
| no_slave | Non-Wizard players with owners set SLAVE may not use this feature. |
| no_suspect | Non-Wizard players with owners set SUSPECT may not use this feature. |
| no_guest | Non-Wizards must not possess the GUEST power in order to use this feature. |
| no_uninspected | Only things which have been inspected can use this feature. |
| robot | Only players set ROBOT can use this feature. |
| staff | Only STAFF/ROYALTY/IMMORTAL players can use this feature. |
| static | Nothing 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. |
| uninspected | Only things marked uninspected can use this feature. |
| wizard | Only Wizards may use this feature. |
Related Topics: @admin, Configuration.