Inventory Actions
Open custom menus or manage item storage directly.
Configuration
clear_inventory_action
Wipes the player's inventory.
includeArmor — Boolean
Delete armor slots?
includeOffhand — Boolean
Delete offhand item?
hat_action
Places the item currently in the main hand onto the head slot.
к сведению
No configuration needed.
disposal_action
Opens a trash-can GUI. Items placed here are destroyed.
title — String
Menu title.
rows — Int
Size (1-6 rows).
ender_chest_action
Opens the player's own Ender Chest.
к сведению
No configuration needed.
ender_chest_see_action
Opens another player's Ender Chest (Admin/Moderation). target
">Name of the target player.
inventory_see_action
Opens another player's main inventory (Admin/Moderation). target
">Name of the target player.
anvil_action / craft_action
Opens the respective vanilla workbench GUIs.
к сведению
No configuration needed.
Example Usage
disposal_action:
title: "Trash Can"
rows: 3
inventory_see_action:
target: "%target_name%"