GUI Shop
GUIShop v9.4.3c
The Ultimate GUI-Based Shop Plugin for Minecraft Servers
Fully compatible with Paper/Spigot/Folia/Bukkit 1.13 - 1.21.11
Overview
GUIShop is a powerful, feature-rich shop plugin that allows server owners to create beautiful GUI-based shops with extensive customization options. Say goodbye to confusing sign shops and chest-based systems. GUIShop provides players with an intuitive shopping experience while giving administrators complete control over pricing, items, and layout.
Key Features
- Easy-to-Use GUI System - Players browse shops through clean, organized inventory menus
- Multi-Page Shops - Create shops with unlimited pages for large item catalogs
- Dynamic Pricing - Optional supply/demand based pricing system
- Worth Display System - Shows item sell values directly in item lore (requires PacketEvents)
- Full GUI-Based Item Editor - Edit item prices, names, enchantments, and more through an intuitive GUI
- Drag-and-Drop Shop Building - Place and rearrange items in shops by simply dragging them
- Command Items - Sell commands that execute when purchased
- Custom Items - Full support for enchantments, potions, fireworks, and custom model data
- Native Spawner Support - Configure and sell mob spawners with any entity type
- Native Player Head Support - Use player UUIDs or Base64 skin textures for custom heads
- PDC Support - Uses Bukkit's Persistent Data Container API for reliable item identification
- Per-Item Permissions - Restrict specific items to certain player groups
- PlaceholderAPI Support - Use placeholders in shop names and lores
- Vault Integration - Works with any Vault-compatible economy plugin
- Built-In Economy - Optional internal economy system (no external economy plugin needed!)
- Alternate Sell GUI - Sell items without leaving the shop
- Transaction Logging - Track all purchases and sales
Screenshots
Main Menu
Shop View
Item Editor
Quantity Selector
Worth Display

Commands
Player Commands
/shop, /buy - Open the shop menu /sell - Open the sell GUI /value, /val - Check the buy/sell value of held item
Admin Commands
/gs reload - Reload all configuration files /gs edit - Enter creator mode for the main menu /gs edit menu - Enter creator mode for the main menu /gs edit transaction - Enter creator mode for the transaction GUI /gs edit [shop] - Enter creator mode for a specific shop /gs edit [shop] [page] - Edit a specific page of a shop /gs parsemob <type> - Validate a mob type for spawners /gs toggleworth - Toggle worth display for yourself (session only) /gs iteminfo - Display comprehensive info about held item
Economy Commands
(Only available when internal economy is enabled)
Player Commands:
/bal, /balance, /money - Check your balance /bal <player> - Check another player's balance /pay <player> <amount> - Send money to a player /togglepay - Toggle payment notifications on/off
Admin Commands:
/gs eco give <player> <amount> - Give money to a player /gs eco take <player> <amount> - Take money from a player /gs eco set <player> <amount> - Set a player's balance /gs eco balance <player> - Check a player's balance /gs eco reset <player> - Reset to starting balance
All amounts support abbreviations: 1k, 1.5M, 100B, etc.
Item Info Command
The /gs iteminfo command is a powerful debugging and configuration helper. Hold any item and run the command to see:
- Material type and display name
- All lore lines
- Enchantments in config-ready format (e.g.,
SHARPNESS:5 UNBREAKING:3) - Potion info in config-ready format (type, splash, extended, upgraded)
- Firework info in config-ready format (flight, explosions, colors)
- All PDC (Persistent Data Container) values
- Custom NBT data
This makes it easy to configure complex items - just create the item you want, then use /gs iteminfo to get the exact format needed for your shops.yml.
Permissions
guishop.use - Access to the shop (default: op) guishop.shop.* - Access to all shop items (default: op) guishop.shop.<shop>.<item> - Access to specific items guishop.reload - Permission to reload the plugin (default: op) guishop.creator - Access to the in-game shop editor (default: op) guishop.value - Access to /value command (default: true) guishop.sell - Access to /sell command (default: true) guishop.admin - Full admin access (default: op)
Configuration
GUIShop uses several configuration files for maximum flexibility:
- config.yml - General plugin settings, commands, titles, buttons
- shops.yml - Shop layouts and item definitions
- menu.yml - Main menu configuration
- messages.yml - All plugin messages (fully customizable)
- worth.yml - Worth display system configuration
Example Shop Item Configuration
shops:
Blocks:
pages:
Page0:
'0':
type: SHOP # Item type (SHOP, COMMAND, SHOP_SHORTCUT, DUMMY, BLANK)
id: STONE # Material ID
buy-price: 10.0 # Price to buy (or 'false' to disable)
sell-price: 5.0 # Price to sell (or 'false' to disable)
shop-name: '&7Stone' # Display name in shop
buy-name: '&7Stone' # Name on purchased item
shop-lore: # Lore shown in shop
- '&fA basic building block'
enchantments: 'DURA:1 SHARP:2' # Enchantments (space separated)
quantity: 64 # Stack size to give
permission: 'shop.vip' # Required permission (optional)
GUI-Based Item Editor
GUIShop features a powerful, fully GUI-based item editor that eliminates the need for manual config editing. Configure every aspect of shop items through intuitive click-based menus.
How It Works
- Enter creator mode with
/gs edit(for menu) or/gs edit <shop>(for shops) - Left-click to drag and drop items - move items within the shop, rearrange positions, or place new items from your inventory into the shop
- Right-click or Shift+click any item to open the Item Editor GUI
- Click on any setting to modify it through chat input or nested selection GUIs
- Changes save automatically when you close the inventory
Creator Mode Controls
Left-click - Pick up / place items (works between shop and your inventory) Right-click - Open Item Editor for the clicked item Shift+click - Open Item Editor for the clicked item Navigation Buttons (pagination, back, balance): Left-click - Pick up and move the button Right-click - Open Item Editor for the button Shift+click - Activate the button (navigate pages, go back, etc.)
Item Editor Features
- Buy/Sell Prices - Set prices with support for abbreviated formats (1k, 1.5M, 100B)
- Item Type - Switch between ITEM, COMMAND, SHOP, SHOP_SHORTCUT, and DUMMY types
- Display Names - Set shop display name and purchased item name
- Custom Lore - Add descriptive lore lines to items
- Enchantments - Add/remove enchantments through a visual enchantment picker
- Potion Effects - Configure potion type, duration, and amplifier via GUI
- Firework Properties - Set flight duration, explosion shapes, colors, and effects
- Spawner Mob Type - Select mob type from a visual entity picker
- Commands - Configure commands to run on purchase
- Permissions - Set required permissions per item
- Quantity - Set stack size given on purchase
Worth Display System
GUIShop includes a powerful worth display feature that shows item sell values directly in the item lore. This uses packet manipulation to display worth client-side only, meaning your actual items are never modified.
Requirements: PacketEvents plugin
Worth Display Configuration (worth.yml)
enabled: true format: "&7Worth: &a%worth%" position: BOTTOM add-blank-line: true only-show-sellable: true not-sellable-format: "&7Worth: &cNot sellable" # Hide worth in specific inventories blacklisted-inventories: - "Auction House" - "Crate Preview" # Hide worth on items with specific names blacklisted-item-names: - "Crate Key" - "Vote Token" # Hide worth on equipped armor hide-armor-slots: true
Advanced Item Types
Command Items
Sell commands that execute when purchased. Use placeholders like {PLAYER_NAME}, {PLAYER_UUID}, {PLAYER_WORLD}, or any PlaceholderAPI placeholder:
'19':
type: COMMAND
id: NETHER_STAR
shop-name: '&6VIP Rank'
buy-price: 10000
sudo: false # Run as console (default) or as player (true)
commands:
- 'lp user {PLAYER_NAME} parent set vip'
- 'broadcast {PLAYER_NAME} purchased VIP!'
Available Placeholders:
{PLAYER_NAME}or%player_name%- Player's name{PLAYER_UUID}or%player_uuid%- Player's UUID{PLAYER_WORLD}or%player_world%- Player's current world{PLAYER_BALANCE}or%player_balance%- Economy balance- Any PlaceholderAPI placeholder (if PAPI installed)
Sudo Mode: Set sudo: true to run commands as the player instead of console. Useful for commands that check player permissions or are player-only.
Enchanted Books
'20': type: SHOP id: ENCHANTED_BOOK buy-price: 1000 enchantments: 'SHARP:5 FIRE_ASPECT:2'
Potions
Configure potions with the potion-info section. Supports regular, splash, and lingering potions.
# Regular Potion (Extended Speed)
'21':
type: SHOP
id: POTION
buy-price: 500
potion-info:
type: SPEED
splash: false
lingering: false
extended: true
upgraded: false
# Splash Potion (Healing II)
'22':
type: SHOP
id: SPLASH_POTION
buy-price: 600
potion-info:
type: HEALING
splash: true
lingering: false
extended: false
upgraded: true
# Lingering Potion
'23':
type: SHOP
id: LINGERING_POTION
buy-price: 700
potion-info:
type: POISON
splash: false
lingering: true
extended: true
upgraded: false
Potion Info Fields:
| Field | Description |
|---|---|
type |
Potion effect (SPEED, HEALING, STRENGTH, POISON, etc.) |
splash |
Whether it's a splash potion |
lingering |
Whether it's a lingering potion |
extended |
Extended duration version |
upgraded |
Level II/stronger effect version |
Spawners
Native spawner support with any valid entity type (use /gs parsemob <type> to validate):
'22': type: SHOP id: SPAWNER buy-price: 50000 mob-type: ZOMBIE shop-name: '&6Zombie Spawner'
Fireworks
'23':
type: SHOP
id: FIREWORK_ROCKET
buy-price: 100
firework-info:
flight: 2
explosions:
- shape: ball_large
flicker: true
trail: true
colors: [11743532, 2437522]
fade-colors: [1973019, 15790320]
Player Heads
Support for player UUIDs or Base64 skin textures:
# Using player UUID '24': type: SHOP id: PLAYER_HEAD buy-price: 1000 skull-uuid: 'player-uuid-here' # Using Base64 skin texture (from minecraft-heads.com, etc.) '25': type: SHOP id: PLAYER_HEAD buy-price: 500 skull-uuid: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWJjMTIzIn19fQ=='
Statistics & PlaceholderAPI
GUIShop tracks player shop statistics and integrates with PlaceholderAPI for use in scoreboards, holograms, and chat.
Tracked Statistics
- Total money spent (buying from shops)
- Total money earned (selling items)
- Total items bought/sold
- Top 3 most bought items per player
- Top 3 most sold items per player
Available Placeholders
%guishop_total_spent% - Money spent (with commas) %guishop_total_spent_formatted% - Money spent (abbreviated: 1.5M) %guishop_total_earned% - Money earned (with commas) %guishop_total_earned_formatted% - Money earned (abbreviated) %guishop_items_bought% - Items purchased count %guishop_items_bought_formatted% - Items purchased (abbreviated) %guishop_items_sold% - Items sold count %guishop_items_sold_formatted% - Items sold (abbreviated) %guishop_top_bought_1% - #1 most bought item (Material: Qty) %guishop_top_sold_1% - #1 most sold item (Material: Qty)
Statistics are stored in SQLite (plugins/GUIShop/Data/player_statistics.db).
Dynamic Pricing System
GUIShop includes a built-in supply/demand economy system that makes item prices fluctuate based on trading activity.
How It Works
- When items are bought: Supply decreases → prices increase
- When items are sold: Supply increases → prices decrease
- Over time: Prices gradually normalize back to base values
Configuration
Enable in config.yml:
dynamic-pricing: true
Configure in dynamicpricing.yml:
price-change-per-item: 0.01 # 1% change per item max-price-multiplier: 2.0 # Up to 200% of base price min-price-multiplier: 0.5 # Down to 50% of base price normalization-rate: 0.001 # How fast prices return to normal normalization-interval: 300 # Seconds between normalization ticks
Per-Item Overrides
Configure different volatility settings for specific items:
item-overrides:
DIAMOND:
price-change-per-item: 0.005 # More stable (0.5% per item)
max-price-multiplier: 1.5
min-price-multiplier: 0.75
Linked Pricing
Make items affect other items' prices - perfect for crafting relationships:
item-overrides:
DIAMOND_BLOCK:
affects:
DIAMOND: 9.0 # 1 block = 9 diamonds in crafting
DIAMOND_ORE: 1.0 # Also affects ore prices
BREAD:
affects:
WHEAT: 3.0 # 1 bread = 3 wheat in crafting
When a player buys 1 DIAMOND_BLOCK, DIAMOND prices change as if 9 diamonds were bought. This creates realistic economic relationships!
Per-Item Control
Exempt specific items from dynamic pricing:
'0': id: DIAMOND buy-price: 100 sell-price: 50 dynamic: false # Uses static pricing
Admin Commands
| Command | Description |
|---|---|
/gs market status |
View system status |
/gs market info <item> |
Check item's market status |
/gs market reset <item> |
Reset item to base price |
/gs market resetall |
Reset all prices |
Developer API
GUIShop provides a comprehensive API for developers to integrate with:
// Check if an item can be sold
boolean canSell = GUIShopAPI.canBeSold(itemStack);
// Get buy/sell prices
BigDecimal buyPrice = GUIShopAPI.getBuyPrice(itemStack, quantity);
BigDecimal sellPrice = GUIShopAPI.getSellPrice(itemStack, quantity);
// Sell items programmatically
GUIShopAPI.sellItems(player, SellType.COMMAND, items);
// Worth Display API
BigDecimal worth = GUIShopAPI.getItemWorth(itemStack);
BigDecimal stackWorth = GUIShopAPI.getStackWorth(itemStack);
// Per-player worth toggle
GUIShopAPI.toggleWorthForPlayer(player);
GUIShopAPI.enableWorthForPlayer(player);
GUIShopAPI.disableWorthForPlayer(player);
// Hook for persistent per-player worth settings
GUIShopAPI.setExternalWorthCheck(player -> {
return myPlugin.hasWorthDisabled(player.getUniqueId());
});
Full API documentation available on the Wiki.
Dependencies
Required:
- Vault (for economy API)
Optional:
- Economy Plugin (EssentialsX, CMI, etc.) - OR use GUIShop's built-in economy!
- PacketEvents (for worth display feature)
- PlaceholderAPI (for placeholder support)
Note: GUIShop includes its own economy system! Enable it in economy.yml to use GUIShop as your server's economy without needing EssentialsX or similar plugins.
Folia Support:
GUIShop fully supports Folia - Paper's regionized multithreading fork for improved performance on large servers. No additional configuration required!
Installation
- Download GUIShop and place it in your plugins folder
- Install Vault and an economy plugin (EssentialsX, CMI, etc.) - OR enable GUIShop's internal economy
- (Optional) Install PacketEvents for worth display
- (Optional) Install PlaceholderAPI for placeholder support
- Restart your server
- Configure shops in
plugins/GUIShop/shops.yml - Use
/gs reloadto apply changes
Support
Developed by pablo67340
If you enjoy GUIShop, please consider leaving a review!
-
View User Profile
-
Send Message
Posted May 22, 2018hey,
I am having a problem. When I try to click on the shop it gives me the item. and when i do this it says this,
[14:41:47 ERROR]: Could not pass event InventoryClickEvent to GUIShop v6.4.3
So if anyone knows how to fix it pls help me.
More info,
I am op on server/admin/owner so if that helps there you go. Have agood day
-
View User Profile
-
Send Message
Posted May 19, 2018Enchantments do not work, they display in the shop but you wont be able to actually purchase them
-
View User Profile
-
Send Message
Posted Apr 15, 2018Very good plugin :)
-
View User Profile
-
Send Message
Posted Apr 5, 2018Is it possible to use items (like cobblestone) in place of currency?
-
View User Profile
-
Send Message
Posted Mar 5, 2018i have the same problem as wardvizes when do /shop nothing is there! can you help us??
-
View User Profile
-
Send Message
Posted Mar 11, 2018i fix my first problem but When i do /shop it opens the gui but when i click on the item it just gives me the item. and i saw this in my console:
java.lang.NoSuchMethodError: org.bukkit.event.inventory.InventoryClickEvent.getClickedInventory()Lorg/bukkit/inventory/Inventory;
does this have anything to do with the problem??
-
View User Profile
-
Send Message
Posted Feb 9, 2018do you know why?
'1':
- id: '404:0'
- slot: 0
- name: ''
- buy-price: 200.0
- sell-price: 100.0
- enchantments: ''
- qty: 1
'2':
- id: '33:0'
- slot: 1
- name: ''
- buy-price: 100.0
- sell-price: 50.2
- enchantments: ''
- qty: 1
'3':
- id: '29:0'
- slot: 2
- name: ''
- buy-price: 132.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'4':
- id: '154:0'
- slot: 3
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'5':
- id: '158:0'
- slot: 4
- name: ''
- buy-price: 135.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'6':
- id: '23:0'
- slot: 5
- name: ''
- buy-price: 135.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'7':
- id: '69:0'
- slot: 6
- name: ''
- buy-price: 5.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'8':
- id: '77:0'
- slot: 7
- name: ''
- buy-price: 5.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'9':
- id: '143:0'
- slot: 8
- name: ''
- buy-price: 5.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'10':
- id: '70:0'
- slot: 9
- name: ''
- buy-price: 5.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'11':
- id: '72:0'
- slot: 10
- name: ''
- buy-price: 5.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'12':
- id: '76:0'
- slot: 11
- name: ''
- buy-price: 2.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'13':
- id: '131:0'
- slot: 12
- name: ''
- buy-price: 50.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'14':
- id: '323:0'
- slot: 13
- name: ''
- buy-price: 1.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'15':
- id: '30:0'
- slot: 14
- name: ''
- buy-price: 8.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'16':
- id: '331:0'
- slot: 15
- name: ''
- buy-price: 1.0
- sell-price: 1.0
- enchantments: ''
- qty: 1
'17':
- id: '326:0'
- slot: 16
- name: ''
- buy-price: 150.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'18':
- id: '327:0'
- slot: 17
- name: ''
- buy-price: 150.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'19':
- id: '44:0'
- slot: 18
- name: ''
- buy-price: 3.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'20':
- id: '126:0'
- slot: 19
- name: ''
- buy-price: 3.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'21':
- id: '123:0'
- slot: 20
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'22':
- id: '123:0'
- slot: 21
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'23':
- id: '123:0'
- slot: 22
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'24':
- id: '123:0'
- slot: 23
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
Ores:
'1':
- id: '388:0'
- slot: 0
- name: ''
- buy-price: 150.0
- sell-price: 50.0
- enchantments: ''
- qty: 1
'2':
- id: '264:0'
- slot: 1
- name: ''
- buy-price: 175.0
- sell-price: 55.0
- enchantments: ''
- qty: 1
'3':
- id: '266:0'
- slot: 2
- name: ''
- buy-price: 30.0
- sell-price: 10.0
- enchantments: ''
- qty: 1
'4':
- id: '265:0'
- slot: 3
- name: ''
- buy-price: 8.0
- sell-price: 5.0
- enchantments: ''
- qty: 1
'5':
- id: '263:0'
- slot: 4
- name: ''
- buy-price: 4.0
- sell-price: 1.0
- enchantments: ''
- qty: 1
'6':
- id: '263:1'
- slot: 5
- name: ''
- buy-price: 4.0
- sell-price: 1.0
- enchantments: ''
- qty: 1
'7':
- id: '331:0'
- slot: 6
- name: ''
- buy-price: 1.0
- sell-price: 1.0
- enchantments: ''
- qty: 1
'8':
- id: '351:4'
- slot: 7
- name: ''
- buy-price: 1.0
- sell-price: 1.0
- enchantments: ''
- qty: 1
'9':
- id: '406:0'
- slot: 8
- name: ''
- buy-price: 8.0
- sell-price: 1.0
- enchantments: ''
- qty: 1
'10':
-id: '348:0'
-slot: 9
-name: ''
-buy-price: 4.0
-sell-price:1.0
-enchantments: ''
-qty: 1
Farming:
'1':
- id: '6:0'
- slot: 0
- name: ''
- buy-price: 3.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'2':
- id: '6:1'
- slot: 1
- name: ''
- buy-price: 3.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'3':
- id: '6:2'
- slot: 2
- name: ''
- buy-price: 3.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'4':
- id: '6:3'
- slot: 3
- name: ''
- buy-price: 3.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'5':
- id: '6:4'
- slot: 4
- name: ''
- buy-price: 3.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'6':
- id: '6:5'
- slot: 5
- name: ''
- buy-price: 3.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'7':
- id: '295:0'
- slot: 6
- name: ''
- buy-price: 3.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'8':
- id: '361:0'
- slot: 7
- name: ''
- buy-price: 31.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'10':
- id: '86:0'
- slot: 9
- name: ''
- buy-price: 150.0
- sell-price: 5.0
- enchantments: ''
- qty: 1
'11':
- id: '338:0'
- slot: 10
- name: ''
- buy-price: 12.0
- sell-price: 4.0
- enchantments: ''
- qty: 1
'12':
- id: '81:0'
- slot: 11
- name: ''
- buy-price: 20.0
- sell-price: 2.0
- enchantments: ''
- qty: 1
'13':
- id: '372:0'
- slot: 12
- name: ''
- buy-price: 12.0
- sell-price: 3.0
- enchantments: ''
- qty: 1
'14':
- id: '351:3'
- slot: 13
- name: ''
- buy-price: 3.0
- sell-price: 1.0
- enchantments: ''
- qty: 1
'15':
- id: '106:0'
- slot: 14
- name: ''
- buy-price: 10.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'16':
- id: '39:0'
- slot: 15
- name: ''
- buy-price: 75.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'17':
- id: '40:0'
- slot: 16
- name: ''
- buy-price: 75.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'18':
- id: '40:0'
- slot: 17
- name: ''
- buy-price: 75.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'9':
- id: '296:0'
- slot: 8
- name: ''
- buy-price: 9.0
- sell-price: 3.0
- enchantments: ''
- qty: 1
'19':
- id: '103:0'
- slot: 18
- name: ''
- buy-price: 75.0
- sell-price: 5.0
-enchantments: ''
- qty: 2
'20':
- id: '141:o'
- slot: 19
- name: ''
- buy-price: 80.0
- sell-price: 5.0
- enchantments: ''
- qty: 64
'21':
- id: '142:o'
- slot: 20
- name: ''
- buy-price: 80.0
- sell-price: 5.0
- enchantments: ''
- qty: 64
Drops:
'1':
- id: '352:0'
- slot: 0
- name: ''
- buy-price: 10.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'2':
- id: '262:0'
- slot: 1
- name: ''
- buy-price: 10.0
- sell-price: 0.0
- enchantments: ''
- qty: 10
'3':
- id: '367:0'
- slot: 2
- name: ''
- buy-price: 10.0
- sell-price: 1.0
- enchantments: ''
- qty: 1
'4':
- id: '289:0'
- slot: 3
- name: ''
- buy-price: 100.0
- sell-price: 10.0
- enchantments: ''
- qty: 2
'5':
- id: '369:0'
- slot: 4
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'6':
- id: '375:0'
- slot: 5
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'7':
- id: '287:0'
- slot: 6
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'8':
- id: '368:0'
- slot: 7
- name: ''
- buy-price: 100.0
- sell-price: 2.0
- enchantments: ''
- qty: 1
'9':
- id: '341:0'
- slot: 8
- name: ''
- buy-price: 100.0
- sell-price: 10.0
- enchantments: ''
- qty: 1
'10':
- id: '334:0'
- slot: 9
- name: ''
- buy-price: 100.0
- sell-price: 15.0
- enchantments: ''
- qty: 5
'11':
- id: '288:0'
- slot: 10
- name: ''
- buy-price: 10.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'12':
- id: '344:0'
- slot: 11
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'13':
- id: '280:0'
- slot: 12
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'14':
- id: '351:0'
- slot: 13
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'15':
- id: '371:0'
- slot: 14
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'16':
- id: '370:0'
- slot: 15
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
Brewing:
'1':
- id: '370:0'
- slot: 0
- name: ''
- buy-price: 100.0
- sell-price: 20.0
- enchantments: ''
- qty: 1
'2':
- id: '375:0'
- slot: 1
- name: ''
- buy-price: 2.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'3':
- id: '376:0'
- slot: 2
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'4':
- id: '396:0'
- slot: 3
- name: ''
- buy-price: 25.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'5':
- id: '360:0'
- slot: 4
- name: ''
- buy-price: 50.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'6':
- id: '369:0'
- slot: 5
- name: ''
- buy-price: 7.0
- sell-price: 2.0
- enchantments: ''
- qty: 1
'7':
- id: '372:0'
- slot: 6
- name: ''
- buy-price: 12.0
- sell-price: 3.0
- enchantments: ''
- qty: 1
'8':
- id: '378:0'
- slot: 7
- name: ''
- buy-price: 20.0
- sell-price: 10.0
- enchantments: ''
- qty: 1
'9':
- id: '379:0'
- slot: 8
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'10':
- id: '384:0'
- slot: 9
- name: ''
- buy-price: 1000.0
- sell-price: 100.0
- enchantments: ''
- qty: 64
Gear:
'1':
- id: '310:0'
- slot: 0
- name: ''
- buy-price: 1000.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'2':
- id: '311:0'
- slot: 1
- name: ''
- buy-price: 1000.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'3':
- id: '312:0'
- slot: 2
- name: ''
- buy-price: 1000.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'4':
- id: '313:0'
- slot: 3
- name: ''
- buy-price: 800.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'5':
- id: '276:0'
- slot: 4
- name: ''
- buy-price: 600.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'6':
- id: '279:0'
- slot: 5
- name: ''
- buy-price: 600.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'7':
- id: '278:0'
- slot: 6
- name: ''
- buy-price: 600.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'8':
- id: '277:0'
- slot: 7
- name: ''
- buy-price: 400.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'9':
- id: '293:0'
- slot: 8
- name: ''
- buy-price: 200.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'10':
- id: '306:0'
- slot: 9
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'11':
- id: '307:0'
- slot: 10
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'12':
- id: '308:0'
- slot: 11
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'13':
- id: '309:0'
- slot: 12
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'14':
- id: '267:0'
- slot: 13
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'15':
- id: '258:0'
- slot: 14
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'16':
- id: '257:0'
- slot: 15
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'17':
- id: '256:0'
- slot: 16
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'18':
- id: '292:0'
- slot: 17
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'19':
- id: '261:0'
- slot: 18
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'20':
- id: '346:0'
- slot: 19
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'21':
- id: '359:0'
- slot: 20
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'22':
- id: '421:0'
- slot: 21
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'23':
- id: '420:0'
- slot: 22
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'24':
- id: '419:0'
- slot: 23
- name: ''
- buy-price: 1000.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'25':
- id: '418:0'
- slot: 24
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'26':
- id: '417:0'
- slot: 25
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
'27':
- id: '329:0'
- slot: 26
- name: ''
- buy-price: 100.0
- sell-price: 0.0
- enchantments: ''
- qty: 1
Spawners:
'1':
- id: '219:0'
- slot: 0
- name: ''
- buy-price: 1500.0
- sell-price: 100.0
- enchantments: ''
- qty: 1
'2':
- id: '138:0'
- slot: 1
- name: ''
- buy-price: 8000.0
- sell-price: 200
- enchantments: ''
- qty: 1
'3':
- id: '116:0'
- slot: 2
- name: ''
- buy-price: 200.0
- sell-price: 50.0
- enchantments: ''
- qty: 1
'4':
- id: '20:0'
- slot: 3
- name: ''
- buy-price: 25.0
- sell-price: 5.0
- enchantments: ''
- qty: 64
'5':
- id: '145:0'
- slot: 4
- name: ''
- buy-price: 50.0
- sell-price: 10.0
- enchantments: ''
- qty: 1
'6':
- id: '320:0'
- slot: 5
- name: ''
- buy-price: 25.0
- sell-price: 4.0
- enchantments: ''
- qty: 64
'7':
- id: '340:0'
- slot: 6
- name: ''
- buy-price: 500
- sell-price: 20
- enchantments: ''
- qty: 16
'8':
- id: '401:0'
- slot: 7
- name: ''
- buy-price: 100.0
- sell-price: 5.0
- enchantments: ''
- qty: 1
'9':
- id: '169:0'
- slot: 8
- name: ''
- buy-price: 200.0
- sell-price: 10.0
- enchantments: ''
- qty 64
Blocks:
'1':
- id: '98:0'
- slot: 0
- name: ''
- buy-price: 100.0
- sell-price: 02.0
- enchantments: ''
- qty: 64
'2':
- id: '98:1'
- slot: 1
- name: ''
- buy-price: 100.0
- sell-price: 02.0
- enchantments: ''
- qty: 64
'3':
- id: '98:2'
- slot: 2
- name: ''
- buy-price: 100.0
- sell-price: 02.0
- enchantments: ''
- qty: 64
'4':
- id: '98:3'
- slot: 3
- name: ''
- buy-price: 100.0
- sell-price: 02.0
- enchantments: ''
- qty: 64
'5':
- id: '1:0'
- slot: 4
- name: ''
- buy-price: 100.0
- sell-price: 02.0
- enchantments: ''
- qty: 64
'6':
- id: '4:0'
- slot: 5
- name: ''
- buy-price: 100.0
- sell-price: 02.0
- enchantments: ''
- qty: 64
'7':
- id: '48:0'
- slot: 6
- name: ''
- buy-price: 100.0
- sell-price: 02.0
- enchantments: ''
- qty: 64
'8':
- id: '110:0'
- slot: 7
- name: ''
- buy-price: 100.0
- sell-price: 02.0
- enchantments: ''
- qty: 64
'9':
- id: '2:0'
- slot: 8
- name: ''
- buy-price: 100.0
- sell-price: 02.0
- enchantments: ''
- qty: 64
'10':
- id: '3:0'
- slot: 9
- name: ''
- buy-price: 100.0
- sell-price: 01.0
- enchantments: ''
- qty: 64
'11':
- id: '17:0'
- slot: 10
- name: ''
- buy-price: 100.0
- sell-price: 05.0
- enchantments: ''
- qty: 64
'12':
- id: '17:1'
- slot: 11
- name: ''
- buy-price: 100.0
- sell-price: 05.0
- enchantments: ''
- qty: 64
'13':
- id: '17:2'
- slot: 12
- name: ''
- buy-price: 100.0
- sell-price: 05.0
- enchantments: ''
- qty: 64
'14':
- id: '17:3'
- slot: 13
- name: ''
- buy-price: 100.0
- sell-price: 05.0
- enchantments: ''
- qty: 64
'15':
- id: '162:0'
- slot: 14
- name: ''
- buy-price: 100.0
- sell-price: 05.0
- enchantments: ''
- qty: 64
'16':
- id: '162:1'
- slot: 15
- name: ''
- buy-price: 100.0
- sell-price: 05.0
- enchantments: ''
- qty: 64
'17':
- id: '19:0'
- slot: 16
- name: ''
- buy-price: 2000.0
- sell-price: 100.0
- enchantments: ''
- qty: 1
'18':
- id: '45:0'
- slot: 17
- name: ''
- buy-price: 100.0
- sell-price: 04.0
- enchantments: ''
- qty: 5
'19':
- id: '5:2'
- slot: 18
- name: ''
- buy-price: 100.0
- sell-price: 01.0
- enchantments: ''
- qty: 64
'20':
- id: '5:3'
- slot: 19
- name: ''
- buy-price: 100.0
- sell-price: 01.0
- enchantments: ''
- qty: 64
'21':
- id: '5:4'
- slot: 20
- name: ''
- buy-price: 100.0
- sell-price: 01.0
- enchantments: ''
- qty: 64
'22':
- id: '5:5'
- slot: 21
- name: ''
- buy-price: 100.0
- sell-price: 01.0
- enchantments: ''
- qty: 64
'23':
- id: '35:0'
- slot: 22
- name: ''
- buy-price: 100.0
- sell-price: 03.0
- enchantments: ''
- qty: 10
'24':
- id: '82:0'
- slot: 23
- name: ''
- buy-price: 100.0
- sell-price: 01.0
- enchantments: ''
- qty: 1
'25':
- id: '172:0'
- slot: 24
- name: ''
- buy-price: 100.0
- sell-price: 01.0
- enchantments: ''
- qty: 1
'26':
- id: '49:0'
- slot: 25
- name: ''
- buy-price: 1000.0
- sell-price: 10.0
- enchantments: ''
- qty: 5
'27':
- id: '24:0'
- slot: 26
- name: ''
- buy-price: 100.0
- sell-price: 01.0
- enchantments: ''
- qty: 64
-
View User Profile
-
Send Message
Posted Oct 29, 2017When i do /shop it opens the GUI but i can take the items out and when click on eg raiding it gives me the tnt! please help
-
View User Profile
-
Send Message
Posted Feb 23, 2018In reply to Forge_User_60705525:
-
View User Profile
-
Send Message
Posted Oct 24, 2017The plugin wont load on my server and i cant use it please can someone help me
-
View User Profile
-
Send Message
Posted Oct 8, 2017The latest one does't work for Spigot 1.8.
-
View User Profile
-
Send Message
Posted Sep 30, 2017I downloaded your plugin and have been attempting to get it to work. At the moment I cannot actually use it because I cannot navigate the UI by clicking on the items in the inventory. It continually gives me the error of "java.lang.NoSuchMethodError: org.bukkit.event.inventory.InventoryClickEvent.getClickedInventory()Lorg/bukkit/inventory/Inventory;" is there something I'm missing when downloading this plugin or does it not function on bukkit 1.12 servers?
-
View User Profile
-
Send Message
Posted Sep 19, 2017unknown command :(
-
View User Profile
-
Send Message
Posted Sep 16, 2017I have a problem,
He says I have not downloaded vault but I have.
Can anyone tell me how to fix this problem and what this problem is
-
View User Profile
-
Send Message
Posted Aug 18, 2017I have a weird problem.
I have created a shop and it loads up the first 5 items fine but then 6 to 9 it just doesn't load.
Here is the code:
https://pastebin.com/JrwwNVct
Thanks!
-
View User Profile
-
Send Message
Posted Aug 18, 2017-
View User Profile
-
Send Message
Posted Aug 19, 2017In reply to Forge_User_46844234:
-
View User Profile
-
Send Message
Posted Aug 20, 2017In reply to killerkitt:
-
View User Profile
-
Send Message
Posted Aug 20, 2017In reply to killerkitt:
-
View User Profile
-
Send Message
Posted Aug 21, 2017In reply to Forge_User_46844234: