The '''UserRestrictionsSettings''' component is found in the user space and contains all blocked user entries. this is a good way to handle blocked users until they fix the regression of no longer having a blocked users list introduced in the settings update.
|Entries|{{RootFieldType|SyncList`1|[[#Entry|UserRestrictionsSettings.Entry]]}}|TypeAdv0=true| A list of blocked users.
}}
== Entry ==
{{Table TypeFields
|BlockType|BlockType| The kind of block type you did against this user.
|IsFullyBanned|bool| Whether the user is fully banned by you or not from your sessions and worlds.
|Username|string| The username of the user.
|UserId|string| The user ID of the user.
|MachineIDs|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv4=true| A list of machine ids this user may have.
|ExtraIds|{{RootFieldType|SyncFieldDictionary`2|[[Type:String|String]], [[Type:String|String]]}}|TypeAdv5=true| A list of extra machine ids for this user.
|BannedWorldList|{{RootFieldType|SyncFieldList`1|[[Type:String|String]]}}|TypeAdv6=true| A list of worlds of yours the user is banned from.
[[Category:Components With Nested Types{{#translation:}}|User Restrictions Settings]]
[[Category:Components With Nested Types{{#translation:}}|User Restrictions Settings]]
[[Category:ComponentStubs]]
Latest revision as of 12:53, 3 August 2025
Component image
User Restrictions Settings component as seen in the Scene Inspector
The UserRestrictionsSettings component is found in the user space and contains all blocked user entries. this is a good way to handle blocked users until they fix the regression of no longer having a blocked users list introduced in the settings update.