Item Configuration
Each GUI item supports a wide range of properties:Basic Item Properties
| Property | Description |
|---|---|
material | Item type. Supports: • Vanilla items (e.g. "DIAMOND_SWORD")• Player heads ( "PLAYER_HEAD")• ItemsAdder items ( "itemsadder-namespace:item_id")• Oraxen items ( "oraxen-item_id") |
head-owner | Sets head skin (only for PLAYER_HEAD). |
head-texture | Skin texture (UUID, player name, %player% or Base64 texture). |
display_name | The item’s visible name in the GUI. Supports color codes. |
lore | Multiline description shown under the item name. |
custom-model-data | Integer used with resource packs for custom models. |
amount | Number of items in the stack (purely visual). |
glow | true/false — Adds enchantment glow to the item. |
Slot Positioning
You can position items with exact control:| Property | Description |
|---|---|
slot | Assigns a specific slot (0–53) to a single item. |
slots | Use 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:| Action | Behavior |
|---|---|
[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
| Type | Examples |
|---|---|
| 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.