MMOInventory Check Item Fact
Type: mmoinventory_check_item_fact
Checks if a player possesses specific MMOItems within a specific MMOInventory custom inventory.
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
id | String | "" | Unique identifier. |
inventoryName | Var<String> | "" | The ID of the MMOInventory to check. |
itemsToCheck | Var<String> | "" | Comma-separated list of items to check. Format: TYPE:ID:AMOUNT. Amount is optional (default 1). Example: SWORD:EXCALIBUR, ARMOR:STEEL_CHESTPLATE:1. |
requireAllItems | Var<Boolean> | false | If true, all listed items must be present. If false, at least one must be present. |