Documentation Help

📁 BilzMenu

bilzmenu-api Status

Material

XMaterial

Wiki

basehead-

Custom heads base64

url-

Custom heads from textures.minecraft.net

skull-%player_name%

The player's head appears

menu: title: 'Name of your menu' size: 1 * 6 items: <id>: name: 'Enter a display' # Static Slot slot: <Insert a slot> # Multiple Slots slots: - <slot> - <slot> material: '<Material>' lore: - 'Insert a lore' left-click: - '[<ACTION>]' right-click: - '[<ACTION>]'

Slots

Slots inventory

Actions

Action Tag

Description

[CLOSE]

Closes the player's current inventory.

[SOUND]

Plays a sound at the player's location. Format: [SOUND] <SOUND_NAME>:<VOLUME>:<PITCH> (volume and pitch are optional, default 1.0). If it fails, sends an error message to the player.

[MESSAGE]

Sends a chat message to the player. Supports placeholders and color codes. Format: [MESSAGE] <text>

[COMMAND]

Executes a command as the player. Supports placeholders. Format: [COMMAND] <command>

Last modified: 08 June 2025