Settings
These settings were last updated for Admin Tablet 7.0.0.
General
| Setting | Purpose |
|---|---|
| Debug Mode | Controls which tablet messages are written to the Unity or VRChat log. |
| Auto Resize | Scales the tablet when the local avatar's eye height changes. The supplied baseline is 1.7 meters. |
Security
The security mode determines how the tablet checks player permissions. The tablet uses the selected mode to match permission entries on restricted tabs and modules.
| Mode | How permission entries are matched |
|---|---|
| Player Tags | Reads Tag Name from the player and splits its value with Split Character. This refers to VRChat player tags system. |
| Security Keypad | Matches entries against Security Keypad role names. This mode is available only when Security Keypad is installed. It is the recommended mode for secure environments. |
| Display Names | Matches entries against exact, case-sensitive VRChat display names. |
An empty tab or module permission list grants access to everyone. Player Tags mode also grants access when Tag Name is empty.
Instance Owner Always Allowed appears in Player Tags and Display Names modes. It is a convenience bypass, not a strong authorization check; we recommends leaving it disabled because the value may be spoofed.
Notifications
Assign the included Notification System. The tablet cannot initialize without it.
Internal references
These are references used by the tablet, mainly UI components, you shouldn't need to touch these unless you know exactly what you are doing.
| Element | Purpose |
|---|---|
| Handle | The handle of the tablet, its where the pickup component is and is affected by the resize. |
| POV Camera | FollowerCamera gameobject, will be placed on target player head while on profile tab. |
| Profile | ModerationView tab. Special tab that opens when you click a playername on the moderation tab, shows player info and moderation actions. |
| HiddenParent | Where inactive tabs will be placed. |
| Active Parent | Where the active tab will be placed. |
| Content | The viewport content that is filled with player buttons, inside the moderation tab. |
| Title_Username | TextMeshProUGUI inside the profile tab that displays target player name. |
| Title_OnlineUsers | TextMeshProUGUI inside the moderation tab that displays player count. |
| DummyButton | Prefab used to instantiate the player buttons on the moderation tab. |
| EmptyTabPrefab | Prefab used to instantiate new tabs from the settings. |
| SelectorContent | Where the tab buttons are placed. |
| SelectorButtonPrefab | Prefab used to instantiate the tab buttons on the selector. |
| ClickSound | Sound played when clicking on buttons. |
| TabChangeSound | Sound played when changing tabs. |