btc_open_rewards_menu
Opens the rewards queue menu for a player — action entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | btc_open_rewards_menu |
| Type | Action |
| Color | Red |
| Icon | mdi:gift-open |
Fields
| Field | Type | Description |
|---|---|---|
artifact | Ref<RewardsArtifactEntry> | Artifact for reward storage |
config | Ref<RewardsConfigManifestEntry> | Rewards config manifest entry (for sounds, messages) |
title | String | Menu title (supports MiniMessage) |
rows | Int | Number of rows (1-6) |
backgroundItem | Item | Background item for empty slots |
rewardSlotsConfig | RewardSlotsConfig | Reward slots configuration |
infoSlot | InfoSlotConfig? | Info slot configuration (optional) |
previousPageButton | MenuButtonConfig? | Previous page button configuration (optional) |
nextPageButton | MenuButtonConfig? | Next page button configuration (optional) |
bulkClaimButton | MenuButtonConfig? | Bulk claim button configuration (optional) |
backButton | BackButtonConfig? | Back button configuration - closes menu and optionally executes a command (optional) |
inventoryFullMessage | String | Message when inventory is full (supports MiniMessage) |
Usage Example
- entry: btc_open_rewards_menu
name: "Opens the rewards queue menu for a player"
artifact: ""
config: ""
title: ""
rows: 0
backgroundItem: ""
rewardSlotsConfig: ""
infoSlot: ""
previousPageButton: ""
nextPageButton: ""
bulkClaimButton: ""
backButton: ""
inventoryFullMessage: ""