Skip to main content

MMOInventory Check Item Fact

Type: mmoinventory_check_item_fact

Checks if a player possesses specific MMOItems within a specific MMOInventory custom inventory.

Configuration

FieldTypeDefaultDescription
idString""Unique identifier.
inventoryNameVar<String>""The ID of the MMOInventory to check.
itemsToCheckVar<String>""Comma-separated list of items to check. Format: TYPE:ID:AMOUNT. Amount is optional (default 1). Example: SWORD:EXCALIBUR, ARMOR:STEEL_CHESTPLATE:1.
requireAllItemsVar<Boolean>falseIf true, all listed items must be present. If false, at least one must be present.