btc_remove_item_action
Remove a BTC custom item from the player — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | btc_remove_item_action |
| Type | Misc |
| Color | Red |
| Icon | mdi:delete |
Fields
| Field | Type | Description |
|---|---|---|
items | List<BtcItemRemove> | List of BTC items to remove (used if non-empty) |
itemId | String | Single custom item ID to remove if 'items' list is empty |
amount | Int | Amount to remove if using single item |
Usage Example
- entry: btc_remove_item_action
name: "Remove a BTC custom item from the player"
items: []
itemId: ""
amount: 0