staff_auth_menu
Staff Auth Menu — action entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | staff_auth_menu |
| Type | Action |
| Color | Red |
| Icon | mdi:shield-lock-outline |
Description
Action entry that opens the StaffAuth GUI menu. Displays a keypad-style interface where staff members can enter their password using digit buttons, with Backspace and Submit buttons. Supported button types (via staffauthButtonType in layout pool items): - PASSWORD_DISPLAY — Shows masked password dots - LOGIN / REGISTER — Submit button (label adapts to state) - BACKSPACE — Removes last digit - CANCEL — Closes the menu - DIGIT_0 through DIGIT_9 — Number keypad
Fields
| Field | Type | Description |
|---|---|---|
inventoryTitle | Var<String> | Title of the authentication menu. |
inventoryRows | Int | Number of rows (1-6). |
guiType | GuiType | GUI type to use (CUSTOM, BOOK, etc.). |
layoutPool | List<LayoutData> | Pool of layout definitions. Items with staffauthButtonType are resolved as auth buttons. |
mainLayoutId | String? | ID of the main layout from the pool. |
audio | GuiAudioData | Audio configuration for the GUI. |
Usage Example
- entry: staff_auth_menu
name: "Staff Auth Menu"
inventoryTitle: ""
inventoryRows: 0
guiType: ""
layoutPool: []
mainLayoutId: ""
audio: ""