メインコンテンツまでスキップ

Inventory Actions

Open custom menus or manage item storage directly.

Configuration

clear_inventory_action

Wipes the player's inventory. includeArmorBoolean

Delete armor slots? includeOffhandBoolean

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. titleString

Menu title. rowsInt

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%"