item Creation
This section is a complete guide explaining how to create and configure items in stores using the plugin.
📦 Basic Item Structure
<shopName>:
items:
1: # Unique item ID
item:
material: DIAMOND_SWORD # Minecraft material
quantity: 1 # Number of items
name: "&bMagic Sword" # Display name (supports color codes)
lore: # Item description
- "&7A powerful sword"
- "&7that deals extra damage"
page: 1 # Shop GUI page number
slot: 10 # Inventory slot position
economy: VAULT # Economy type (e.g., VAULT, TOKENS)
buyPrice: 100 # Buy price (-1 to disable)
sellPrice: 50 # Sell price (-1 to disable)🎯 Slot Configuration
Single Slot
Multiple Slots
Slot Range
Mixed Format
✨ Advanced Item Features
Enchantments
Item Flags
💰 Buy/Sell Commands
Buy Commands
Sell Commands
🧪 Special Item Configurations
Potions
Spawners
Banners
Firework Rockets
Colored Armor
Armor Trim
Tipped Arrows
Crossbows with Loaded Projectiles
Axolotl Buckets
🙈 Hidden Items
⚙️ Additional Options
Item Restrictions
Multiple Economies
Type
Description
🧩 Custom Item Support
🧪 Complete Example
🔁 Reloading Changes
Last updated