Difference between revisions of "Roles (Slot)"

From Neos Wiki
Jump to navigation Jump to search
(Permission component descriptions)
Line 34: Line 34:
 
|-
 
|-
 
|}
 
|}
 +
 +
<!--T:4-->
 +
Components that can be present in these slots:
 +
 +
{{Table ComponentCategoryComponents
 +
|[[AvatarObjectPermissions (Component)|AvatarObjectPermissions]]||
 +
|[[CommonToolPermissions (Component)|CommonToolPermissions]]|| Contains the list of tools allowed to be used.
 +
|[[GrabbablePermissions (Component)|GrabbablePermissions]]|| Controls what a user can grab.
 +
|[[TouchablePermissions (Component)|TouchablePermissions]]|| Controls what a user can touch.
 +
|[[LocomotionPermissions (Component)|LocomotionPermissions]]|| Controls permissions for jumping to users, and avatar settings for scaling, and minimum and maximum scale if scaling is allowed.
 +
|[[VoicePermissions (Component)|VoicePermissions]]|| Controls maximum allowed voice mode (normal, whisper, shout, and so on) and whether the user can change the voice mode of other users.
 +
|[[WorldConfigurationPermissions (Component)|WorldConfigurationPermissions]]|| Disallows world configuration.
 +
|[[WorldPermissions (Component)|WorldPermissions]]|| Controls whether object can be exported from the world or spawned into the world, and whether a copy of the world can be saved.
 +
}}
  
 
<!--T:3-->
 
<!--T:3-->

Revision as of 23:29, 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.

Components that can be present in these slots:

Components
Component Summary
[[AvatarObjectPermissions (Component)|AvatarObjectPermissions]]
[[CommonToolPermissions (Component)|CommonToolPermissions]] Contains the list of tools allowed to be used.
[[GrabbablePermissions (Component)|GrabbablePermissions]] Controls what a user can grab.
[[TouchablePermissions (Component)|TouchablePermissions]] Controls what a user can touch.
[[LocomotionPermissions (Component)|LocomotionPermissions]] Controls permissions for jumping to users, and avatar settings for scaling, and minimum and maximum scale if scaling is allowed.
[[VoicePermissions (Component)|VoicePermissions]] Controls maximum allowed voice mode (normal, whisper, shout, and so on) and whether the user can change the voice mode of other users.
[[WorldConfigurationPermissions (Component)|WorldConfigurationPermissions]] Disallows world configuration.
[[WorldPermissions (Component)|WorldPermissions]] Controls whether object can be exported from the world or spawned into the world, and whether a copy of the world can be saved.

See Also