Difference between revisions of "Roles (Slot)"

From Neos Wiki
Jump to navigation Jump to search
m
Line 5: Line 5:
  
 
These slots cannot be renamed, removed, or added to, nor can their components be removed or added to, otherwise they will not work.
 
These slots cannot be renamed, removed, or added to, nor can their components be removed or added to, otherwise they will not work.
 +
 +
Where multiple slots apply permissions to users, the most specific slot always overrides any less-specific slots. For example, the Spectator slot overrides any permissions granted in the Non-builder Permissions slots, which overrides any permissions granted in the Non-admin World Configuration Permissions slot.
  
 
<!--T:2-->
 
<!--T:2-->
Line 12: Line 14:
 
| Slot
 
| Slot
 
| Summary
 
| Summary
 +
|-
 +
| Non-admin World Configuration Permissions
 +
| Permission components for Builder, Moderator, Guest, and Spectator users. Contains the [[WorldConfigurationPermissions (Component)|WorldConfigurationPermissions]] component for disallowing world configuration.
 
|-
 
|-
 
| Non-builder Permissions
 
| Non-builder Permissions
| Permission components for Moderator and Guest users.
+
| Permission components for Moderator, Guest, and Spectator users.
 
|-
 
|-
 
| Builder Permissions
 
| Builder Permissions
Line 24: Line 29:
 
| Guest Permissions
 
| Guest Permissions
 
| Permission components for Guest users.
 
| Permission components for Guest users.
|-
 
| Non-admin World Configuration Permissions
 
| Contains the [[WorldConfigurationPermissions (Component)|WorldConfigurationPermissions]] component for disallowing world configuration.
 
 
|-
 
|-
 
| Spectator Permissions
 
| Spectator Permissions

Revision as of 23:16, 20 September 2021

Other languages:
English

Roles is a slot under the world Root slot holding slots which configure the world's permission system. Configuration is done using Permissions components. The settings on these permission components is used to restrict who can do what, and populates the session settings on your Dash.

These slots cannot be renamed, removed, or added to, nor can their components be removed or added to, otherwise they will not work.

Where multiple slots apply permissions to users, the most specific slot always overrides any less-specific slots. For example, the Spectator slot overrides any permissions granted in the Non-builder Permissions slots, which overrides any permissions granted in the Non-admin World Configuration Permissions slot.

Slots
Slot Summary
Non-admin World Configuration Permissions Permission components for Builder, Moderator, Guest, and Spectator users. Contains the WorldConfigurationPermissions component for disallowing world configuration.
Non-builder Permissions Permission components for Moderator, Guest, and Spectator users.
Builder Permissions Permission components for Builder users.
Moderator Permissions Permission components for Moderator users.
Guest Permissions Permission components for Guest users.
Spectator Permissions Permission components for Spectator users.

See Also