Skip to main content

Item Configuration

Each GUI item supports a wide range of properties:

Basic Item Properties

PropertyDescription
materialItem type. Supports:
• Vanilla items (e.g. "DIAMOND_SWORD")
• Player heads ("PLAYER_HEAD")
• ItemsAdder items ("itemsadder-namespace:item_id")
• Oraxen items ("oraxen-item_id")
head-ownerSets head skin (only for PLAYER_HEAD).
head-textureSkin texture (UUID, player name, %player% or Base64 texture).
display_nameThe item’s visible name in the GUI. Supports color codes.
loreMultiline description shown under the item name.
custom-model-dataInteger used with resource packs for custom models.
amountNumber of items in the stack (purely visual).
glowtrue/false — Adds enchantment glow to the item.

Slot Positioning

You can position items with exact control:
PropertyDescription
slotAssigns a specific slot (0–53) to a single item.
slotsUse for multiple slots or fillers:• Specific: [0, 1, 2]• Ranges: ["10-16"]• Keyword: ["empty"] to fill only empty slots

Click Actions

Each item can trigger one or more actions when clicked. Use the following formats:
ActionBehavior
[opengui] <menu_name>Opens another GUI defined in this file.
[command] <command>Runs a command as the player.
[console] <command>Runs a command as the server console.
[send] <message>Sends a message to the player.
[custom_amount] <type>Prompts player for a typed input in chat.Types: deposit, withdraw, sell
[close]Closes the GUI.
[refresh]Reloads the current GUI (updates placeholders, etc.).

Placeholders & Color Formatting

Color Codes

  • Standard Codes: &a, &b, &c, &l, &o, etc.
  • Hex Colors: Use &#RRGGBB (e.g. &#FFD700) for rich gradients (must be supported by your server version).

Placeholder Support

TypeExamples
PlaceholderAPI%vault_eco_balance_formatted%, %player_name%, etc.
Custom Plugin Placeholders%goldbank_balance%
%goldbank_gold_balance_formatted%
%goldbank_ath_date% and others from:
🔗 View Full Placeholder List
Built-In%player% – the name of the viewing player

File Location

Once the plugin is activated with a valid license key, the GUI file will be located at:
/plugins/wGoldBank/menus.yml
You can modify this file at any time and reload the plugin with /goldbank reload.