Skip to main content
Open custom menus or manage item storage directly.

⚙️ Configuration

clear_inventory_action

Wipes the player’s inventory.
includeArmor
Boolean
default:"false"
Delete armor slots?
includeOffhand
Boolean
default:"false"
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
default:"Disposal"
Menu title.
rows
Int
default:"3"
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
Var<String>
Name of the target player.

inventory_see_action

Opens another player’s main inventory (Admin/Moderation).
target
Var<String>
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