Remove MMOItem
The remove_mmoitem_action takes specific MMOItems from the player, efficiently handling stacking and inventory scanning.
Configuration
remove_mmoitem_action — Map
Configuration for the action.
Properties
items
">
List of items to remove.
item — String
Single Item ID (TYPE:ID) to remove if list is empty.
amount — Integer
Amount to remove for the single item. Default is 1.
checkInventory — Boolean
If true, scans the player's inventory. Default is true.
checkHand — Boolean
If true, checks the player's main hand. Default is false.
MMOItemRemove Structure
MMOItemRemove — Map
Properties
item
The MMOItem ID (TYPE:ID).
amount — Integer
Amount to remove. Default is 1.