Skip to main content

Remove MMOItem

The remove_mmoitem_action takes specific MMOItems from the player, efficiently handling stacking and inventory scanning.

Configuration

remove_mmoitem_actionMap

Configuration for the action.

Properties

items

"> List of items to remove. itemString

Single Item ID (TYPE:ID) to remove if list is empty. amountInteger

Amount to remove for the single item. Default is 1. checkInventoryBoolean

If true, scans the player's inventory. Default is true. checkHandBoolean

If true, checks the player's main hand. Default is false.

MMOItemRemove Structure

MMOItemRemoveMap

Properties

item

The MMOItem ID (TYPE:ID). amountInteger

Amount to remove. Default is 1.