EconomyShopGUI

EconomyShopGUI

A simple and free to use GUI shop plugin

Economy
Shop
GUI



ESGUI is a simple and free to use GUI Shop plugin.



✔️ 1.8.x - 1.21.x (Compatible with multiple minecraft versions)

✔️ Completely customizeable items/inventory's (Configure the server shop to your server style)

✔️ Add/edit/remove shops/items ingame (Configure shop items/shop category's ingame, no config files needed)

✔️ Ingame reload (Reload all shops/items ingame, no restart required)

✔️ Premade shop layouts (Browse or install premade shop layouts from our Marketplace)

✔️ Unlimited shop pages (Add as many items to shops as you like)

✔️ Discounts/sell multipliers (Setup discounts/sell multipliers using permissions)

✔️ Unsafe enchantments (Add enchants overriding the default level)

✔️ Broad economy support (Support for multiple economy providers)

✔️ Multiple currencies (Use different currencies per shop)

✔️ External spawner compatibility (Support for multiple major spawner plugins)

✔️ NPC shops (Open shops by clicking a NPC)

✔️ Physical ShopStands (Add physical shops to your server)

✔️ Import item prices (Import item prices from essentials worth.yml)

✔️ Pre-translated language files (Use 19+ existing language files or customize all messages to your likings)

✔️ Default shop configs (Default shop configs for every supported minecraft version)

✔️ Seasonal pricing (Add price modifiers for different seasons)

✔️ DiscordSRV Hook (Send live transactions to discord)

✔️ Bedrock players support (Developed with Bedrock support in mind)

✔️ PlaceholderAPI expansion (Use item placeholders on your server)

✔️100% customizeable items (Enchanted items, Potions/spectral arrows, Spawners, KnowLedge books, PlayerHeads, Leather armor with RGB colors, fireworks with effects, goat horns, stew effects, custom armor trims, ominous bottles, ...)

✔️ Export transactions (Indept insights by exporting transaction data using /eshop logs export)



Core plugin commands:

  1. /shop (Open the main shop)
  2. /shop <section> (Open a shop section directly from the command instead of typing /shop and choosing a shop section)
  3. /sellall inventory (Sell all items from your inventory)
  4. /sellall <item> (Sell all items in your inventory that match the specified material)
  5. /sellall hand (Sell all items that you are holding in your hand)
  6. /sreload (Reloads the plugin)
  7. /eshop additem <section> <material> <buy price> <sell price> (This command will add any item to the shop)
  8. /eshop edititem <section> <index> <action> <key> <value> (This command will edit any item from the shop)
  9. /eshop deleteitem <section> <index> (This command will remove any item from the shop)
  10. /eshop addhanditem <section> <buy price> <sell price> (This oommand allows you to add items from your hand to shop)
  11. /eshop import <plugin> <file> (Alows to automatically import the configuration from another plugin)
  12. /sellgui (Opens a GUI where you can drop items in to sell upon closing the inventory)
  13. /eshop addsection <section> <material> <displayname> <place> (Used to add empty shop sections to shop)
  14. /eshop editsection <section> <action> <key> <value> (Used to edit existing shop sections)
  15. /eshop deletesection <section> (Used to delete shop sections from the sections.yml config)
  16. /shopgive <section> <index> [player] (Admin command used to give shop items to players)
  17. /eshop uploadLayout (Starts the upload process of your layout)
  18. /eshop installLayout <layoutID> (Start the download process of a layout from our community marketplace)

ShopStands module:

  1. /eshop shopstands give <type> <section> <index> (Give yourself a ShopStand item to place down)
  2. /eshop shopstands destroy <id> (Destroy a shop stand by its ID)
  3. /eshop shopstands browse (Opens a GUI containing the existing shop stands)



  1. EconomyShopGUI.shop.<section> - Allows/disallows players to acces a specific shop section
  2. EconomyShopGUI.sellall.<section> - Allows/disallows players to sell items using the /sellall inventory command for a specific shop section
  3. EconomyShopGUI.sellallitem.<section> - Allows/disallows players to sell items using the /sellall <item> command for a specific shop section
  4. EconomyShopGUI.sellallhand.<section> - Allows/disallows players to sell items using the /sellall hand command for a specific shop section
  5. EconomyShopGUI.sellgui.<section> - Allows/disallows players to sell items using the /sellgui command for specific a shop section

For default, every player has permissions to access all shops.

To change this, negate/disallow the above permissions in a permissions plugin.


Core plugin:

  1. EconomyShopGUI.shop (This permission allows players to use the shop)
  2. EconomyShopGUI.shop.<section> (Acces to open a specific shop section by its name)
  3. EconomyShopGUI.shop.all (Gives you permission to open all shop sections)
  4. EconomyShopGUI.sellall (Allows you to use the sellall command)
  5. EconomyShopGUI.sellall.<section> (Gives access to sell items in a specific shop section using the /sellall command)
  6. EconomyShopGUI.sellall.all (Allows players to sell items using the /sellall command to all shop sections)
  7. EconomyShopGUI.sellallitem (Allows a player to use the /sellall <item> command)
  8. EconomyShopGUI.sellallitem.<section> (Allows players to sell items using the /sellall <item> in specific shop sections)
  9. EconomyShopGUI.sellallitem.all (Allows players to sell items to every shop section using the /sellall item command)
  10. EconomyShopGUI.sellallhand (Allows to use the /sellall hand command)
  11. EconomyShopGUI.sellallhand.<section> (Allows players to sell in a specific shop section with the /sellall hand command)
  12. EconomyShopGUI.sellallhand.all (Allows players to sell items using /sellall hand to evey shop section)
  13. EconomyShopGUI.reload ((Allows you to reload the plugin))
  14. EconomyShopGUI.eshop.additem (Allows you to use the additem subcommand)
  15. EconomyShopGUI.eshop.edititem (Allows you to use the edititem subcommand)
  16. EconomyShopGUI.eshop.deleteitem (Allows you to use the deleteitem subcommand)
  17. EconomyShopGUI.eshop.addhanditem (Allows you to use the addhanditem subcommand)
  18. EconomyShopGUI.eshop.import (Allows you to use the import subcommand)
  19. EconomyShopGUI.discounts.<group> (The players with this permission node will get a discount that is setup in config)
  20. EconomyShopGUI.sell-multipliers.<group> (The players with this permission node will get a discount specified in config)
  21. EconomyShopGUI.itemindexes (Allows you to see the indexes of a shop item by hovering over it)
  22. EconomyShopGUI.sellgui (Allows players to open the SellGUI)
  23. EconomyShopGUI.sellgui.<section> (Allows players to sell items using the /sellgui command in specific sections)
  24. EconomyShopGUI.sellgui.all (Allows players to sell items to all shop sections using /sellgui)
  25. EconomyShopGUI.eshop.addsection (Allows you to use the /editshop addsection command)
  26. EconomyShopGUI.eshop.editsection (Allows you to use the /editshop editsection command)
  27. EconomyShopGUI.eshop.deletesection (Allows you to use the /editshop deletesection command)
  28. EconomyShopGUI.eshop.uploadLayout (Allows you to use the /editshop uploadLayout command)
  29. EconomyShopGUI.eshop.installLayout (Allows you to use the /editshop installLayout command)

ShopStands module:

  1. EconomyShopGUI.eshop.shopstands.give (Allows to give yourself a ShopStand item)
  2. EconomyShopGUI.eshop.shopstands.destroy (Allows to use the destroy command for existing ShopStands)
  3. EconomyShopGUI.eshop.shopstands.browse (Allows to open the ShopStands menu showing existing ShopStands)
  4. EconomyShopGUI.eshop.shopstands.edit (Allows to shift click a ShopStand to edit it)
  5. EconomyShopGUI.eshop.shopstands.create (Allows to place down a ShopStand item which will create a new physical stand)



One of the following economy plugin is a required dependency, install any of the below options:


Vault (Note that Vault depends on a economy plugin such as Essentials)

PlayerPoints

CoinsEngine

GemsEconomy

UltraEconomy

VotingPlugin

zEssentials



English:


Dutch (Outdated):


German:


Spanish (Outdated):




If you have a question or need support regarding to the plugin, please join our discord support server.


Have a suggestion for the plugin?

Your suggestions make the plugin better, join our discord server and we will look into it!


Note that EconomyShopGUI is created for bukkit, spigot and paper servers, we will not give support when running the plugin on a modded/hybrid server even though it may work.



EconomyShopGUI Premium is here with more features such as command items, custom items with NBT Data, a GUI editor and alot more.

Click here to see the plugin page.



The following plugins are supported by EconomyShopGUI:


● Economy:

Vault, PlayerPoints, CoinsEngine

UltraEconomy, GemsEconomy, VotingPlugin, zEssentials


● Spawners:

SilkSpawnersV1, RoseStacker, WildStacker

MineableSpawners, UltimateStacker, SilkSpawnersV2

SpawnerMeta, SpawnerLegacy, SmartSpawner


● Optional:

AutoSellChests, RealisticSeasons, SellWand, DeluxeSellWands,

WildTools, WildChests, DiscordSRV, Citizens, ZNPCs, PlaceholderAPI, Quests, ItemPriceTag



Not conviced yet?

You can test the plugin on our 1.8-1.21 skyblock test server.

IP: testserver.gpplugins.com



This plugin comes with a API for developers to hook into the plugin.



This plugin uses bStats to collect anonymous statistics such as how many servers/players are using the plugin.

More info can be found at bStats.



The translation files of this plugin can be found on crowdin


Please note that the reviews tab is not for asking questions/support, please join our discord support server instead!


Installation Instructions

  1. Download the plugin JAR file
  2. Place the JAR file in your server's plugins folder
  3. Restart your server or use a plugin manager to load the plugin
  4. Configure the plugin using the config.yml file in the plugin's folder

Requirements

  • Minecraft 1.8+
  • Java 8 or newer

Update History

EconomyShopGUI v6.16.3

2026-01-06
  • Fixed raw color codes in colored item names from DiscordSRV tansactions hook
  • Fixed SellGUI breaking when changing the menu size with any number lower then 6
  • Updated NBT maps, fixes issue with the 'trim' ignored tag not working
    • Ignored component tags(1.20.5+) will now give more detailed logging if they are invalid
  • Fixed server versions 1.16.5-1.18.2 throwing error on startup and not enabling(Since v6.16.0)
  • Decreased the price of Lime Dye in the default config which could be used for a price exploit

EconomyShopGUI v6.16.2 | 1.21.11 support

2025-12-09
  • Added support for MC 1.21.11 Spigot/Paper servers

  • Fixed issues with newly added component tags not working in the ignored tags
  • Fixed </> or & not replacing if multiple hex colors inside item display lore

EconomyShopGUI v6.16.1

2025-11-28
  • Fixed error on startup of the plugin on spigot/arclight servers

EconomyShopGUI v6.16.0

2025-11-26
  • Each lore 'part' from the lore-arrangement list inside the config.yml now supports multiple lines

  • Better/more efficient support for PAPI/local placeholders in shop item lore
  • Items in the shop configs can now also have BACK, CLOSE, NEXT/PREV_PAGE actions, the same way a navigation bar item can
    • Wiki link: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#action
  • Added %buyPriceRaw% and %sellPriceRaw% placeholders for use in item display lore
  • Cleaned up/improved code for formatting a display item's lore
  • The plugin will now download the adventure libary via the server if its missing
  • Added support for latest version of CoinsEngine and SpawnerLegacy

Changed:

  • Click commands/shop items that lead to a sub-section can now only be triggered if a player meets all requirements of the shop item(if the item has requirements)
  • Disabled open class loading on paper servers
    • Should prevent the plugin from loading libs from third party plugin which aren't realocated correctly

Fixed:

  • Fixed issue where the <lang>/<font> MM tags didn't work in shop item lore/action items with placeholders
  • Player transactions in console would show raw color codes in paper servers
  • RGB colors in currency formats formatting incorrectly

EconomyShopGUI v6.15.1 | 1.21.10 support

2025-10-09
  • Added support for Minecraft 1.21.10

  • Fixed RealisticSeason hook price modifiers while having multiple worlds with active seasons

EconomyShopGUI v6.15.0

2025-10-02

Added:

  • Support for Minecraft 1.21.9
  • Options in config.yml to sort duplicated items by sell price which prioritizes one item over a similar shop item when selling using /sellall or /sellgui
    • Wiki link: https://wiki.gpplugins.com/economyshopgui/file-configuration/config.yml#sort-items
  • Support for adding static items to the sellgui menu/changing the inventory size
  • Added both Mojang and Spigot mappings for 1.21.9 as paper doesn't include their remapper yet

Fixed:

  • Double plugin prefix for some messages on spigot servers
  • Price exploits in default shop configs
    • You will need to recreate your shops configs if you are using the default ones

Removed:

  • TNE direct economy hook as their licensing doesn't allow it

EconomyShopGUI v6.14.5

2025-08-17

  • NoSuchMethod error on 1.20.1/2 servers when using /sellall inventory

  • Shop prefix wouldn't reload from language file on /sreload
  • Added missing materials such as colored bundles/chicken eggs
  • Color codes would appear raw in transaction items when paper meta was disabled on paper servers

EconomyShopGUI v6.14.4 | 1.21.8 support

2025-07-17
  • Support for 1.21.8
  • Fixed messages appearing as raw components when using legacy text on some servers

EconomyShopGUI v6.14.3

2025-07-14
  • Added support for SpawnerLegacy v2

  • Fixed ClassCastExeption while loading navigation bars on some servers

EconomyShopGUI v6.14.2

2025-07-07
  • Fixed console error on first install of plugin

EconomyShopGUI v6.14.1

2025-07-06
  • Fixed NoClassDefFoundError/NPE error on some servers on startup of the plugin

  • Legacy RGB format not automatically translating to MiniMessage format

EconomyShopGUI v6.14.0

2025-07-04
  • Better support for MiniMessage, now supporting custom hover/click events in chat messages
  • The plugin will now utilize the paper API on modern paper servers for items/inventory's
    • Default is enabled but can be disabled in config.yml
      • Updating from a earlier version of the plugin, will automatically disable this option and it is required to enable it manually!

  • Support for Minecraft 1.21.7 servers

This update required alot of small changes, so please report any if found

It is worth mentioning that this version passed all test stages without issues

EconomyShopGUI v6.13.3 | 1.21.6 support

2025-06-21
  • Added support for 1.21.6 servers and items

EconomyShopGUI v6.13.2

2025-06-13
  • Fix for Mojangs broken API to retrieve player skull textures on new servers
  • Fixed Unsuportted component warning on server boot in console
  • Use Paper's optimized method to handle inventory clicks on paper servers

EconomyShopGUI v6.13.1

2025-06-06
  • Ominous bottles will now be correctly added using /eshop addhanditem

EconomyShopGUI v6.13.0

2025-05-31

Added:

  • The shop command now allows to open a specific page of a section
    • /shop <section> [page] or via console: /shop <section> <player> [page]
  • Added REGION::<regionID> requirement support
    • Currently supports regions from WorldGuard
  • It is now possible to set the ADD and REMOVE action on the transaction screen to a custom amount
    • Instead of only the default 1, 16 and 32 it is mow possible to use `action: ADD<amount>` or `action: REMOVE<amount>`
  • Added support for fill items inside transaction screens & nav bars from config
  • Added visual transaction limits which allows to rename or remove the ADD/REMOVE buttons inside the transaction screens when the limit/maxStackSize is reached
    • Default is enalbed, but can be disabled in config.yml under 'visual-transaction-limits' option
    • See wiki here: https://wiki.gpplugins.com/economyshopgui/file-configuration/config.yml#visual-transaction-limits
  • Direct spawner support for SmartSpawners
  • Direct spawner support for SpawnerLegacy
  • PAPI placeholders for player discounts/multipliers
  • Updated developer API to v1.8.0
    • Changes: https://github.com/Gypopo/EconomyShopGUI-API/releases/tag/1.8.0

Changed:

  • The paginated feature of the PAGE_NEXT/BACK buttons will now also trigger when there isn't a page to go to
    • This previously triggered only when the shop had page in total
    • Can be disabled in config to always show buttons instead
  • Removed redundant permission checks for commands/cleaned code
  • Config option 'allow-illegal-stacks' will now allow all items to stack up to 64 on servers 1.20.5+
    • Only stacks up over the max stack size within the shop, and will still respect the item's max stack size when it is bought

EconomyShopGUI v6.12.2

2025-04-26
  • Downloading older layouts from our marketplace will now correctly update the section slots since change in v6.11.0
  • When the page size is not defined directly, the size will now be determined by the largest static item if any

EconomyShopGUI v6.12.1

2025-04-13
  • Fixed loading cache files if empty
  • Fixed loading spawner items on paper 1.21.5 experimental builds

EconomyShopGUI v6.12.0

2025-03-26
  • Support for 1.21.5
    • As of 1.21.5 ESGUI uses Mojang mappings instead of Spigot mappings, which will make it easier for us in future MC releases to update the plugin
  • Support for transaction placeholders, aswell as '/eshop logs export' command to generate web view of logged transactions
    • This has been a premium feature for some time, but is now also available in the free version
    • Currently there is a limitation of only the top three in transaction placeholders, whereas the premium version displays up to the top ten
  • Global or per item config option 'match-item-meta' to ignore matching item meta(defaults to true)
  • Updated default languages from Crowdin:
    • Updated Portuguese by @yagoleonardo2018
    • Updated Traditional Chinese by @jorden2895 & @XXiXii
    • Updated Simplified Chinese by @One Level & @xiaomian124 & @XXiXii
    • Updated Turkish by @Canpolat & @XXiXii
    • Updated Thai by @witsub4343
    • Updated Polish by @Antonioo
    • Updated Korean by @YouTubeKorea & @카라워르 & @XXiXii
    • Updated German by @Julius
    • Updated Ukrainian by @lolmaojustmeme
    • Updated Japanese by @XXiXii
    • Added Swedish by @XXiXii
    • Updated Vietnamese by @RageOfFire

EconomyShopGUI v6.11.1

2025-03-11
  • Downloading layouts from plugin versions earlier as v6.11.0 will now correctly update section slots
  • Manually check for MiniMessage on load for when third party libs are installed
  • Fixed stacking spawner items from RoseStacker integration

EconomyShopGUI v6.11.0

2025-03-01
  • Direct economy support for zEssentials allowing support for its multiple currencies
  • Added QUEST item requirement to require players to complete certain quests to buy/sell a item
    • Currently supports Quests by PikaMug and Quests by LMBishop
    • See our wiki here for more info: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#requirements
  • Commands to edit the gui rows and title per page using '/editsection <section> set <page>.gui-rows/title <value>' ingame
  • Section item slots will now start at index 1 instead of 0, similar to shop items(your section configs will update automatically)

EconomyShopGUI v6.10.3

2025-02-20
  • Added missing PALE_OAK_SIGN material on 1.21
  • Fixed SHOT_GRASS material not working on new server versions
  • Fixed NPE on 1.8-1.12 when loading the plugin with default configs

EconomyShopGUI v6.10.2

2025-01-14
  • Easier/better configurable selected item in the buy/sell screens by allowing overriding of its name/lore + better placeholder support
  • Fixed %price% placeholder inside default friendly currency format of economy plugins like UltraEconomy and GemsEconomy
  • /sellgui would not respect config option 'sell-shulker-boxes' and selling them regardless

EconomyShopGUI v6.10.1

2024-12-11
  • Fixed MiniMessage error on startup for 1.16-1.18
  • Fixed display items from shop stands not working on 1.21.3/4

EconomyShopGUI v6.10.0

2024-12-05
  • Added support for Minecraft 1.21.4
  • MiniMessage support inside messages and shop items/titles
    • We decided to not include the libary inside the plugin considering file size, which limits MiniMessage support to 1.16.5+ paper servers and forks
  • Support for abbreviations inside displayed price amounts
    • Can be enabled/disabled per currency
    • More info: https://wiki.gpplugins.com/economyshopgui/file-configuration/config.yml#abbreviations
  • Support for per currency format settings overriding the default currency format
  • Updated VotingPlugin hook to latest dev build

EconomyShopGUI v6.9.1

2024-11-23
  • Support for editing the min-buy/sell item options using /editshop commands
  • Fixed support for latest versions of CoinsEngine

EconomyShopGUI v6.9.0

2024-10-26
  • Added support for Minecraft 1.21.2/3
  • Added support for minimum buy/sell requirement for items per transaction
    • Wiki: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#min-buy
  • Added support for different click mappings per shop
    • Wiki: https://wiki.gpplugins.com/economyshopgui/file-configuration/sections.yml#click-mappings
  • Updated API to v1.7.2

EconomyShopGUI v6.8.3

2024-10-11
  • Fixed adding shop items thru addhanditem command wouldn't copy goat horn sound
  • Fixed using default currency in CE wouldn't allow specific currency formats

EconomyShopGUI v6.8.2

2024-09-22
  • Fixed ignored tags not working on custom data entries when there are a even quantity of ignored tags as the item has for 1.20.5+
  • Removed ignored custom_data components debug message
  • Fixed issue with player heads on latest 1.21.1 versions

EconomyShopGUI v6.8.1

2024-08-31
  • Fixed sellgui not returning not sellable items when option 'on-screen-title' was enabled for server version 1.10 and below
  • Fixed NPE with latest version of SilkSpawnersV2

EconomyShopGUI v6.8.0

2024-08-22

Added:

  • Support for PAPI placeholders for item prices using '%esgui_buyprice_<section>.<itemIndex>%' & '%esgui_sellprice_<section>.<itemIndex>%'
  • Support for using the escape key to go back to the previous menu
    • Disabled by default
  • Rewritten item matcher for 1.20.5+ versions for selling items
    • Fixes a hot issue on 1.20.5+ with custom ignored tags when selling items due to item cloning
    • Test results show that the new item comparison method is up to 6x as fast in selling items

Updated translation files:

  • Hungarian by @Zsomi5
  • Added Romanian by @Aang
  • Chinese Traditional by @jorden2895
  • Chinese Simplified by @NEIKI19914
  • Turkish by @Canpolat
  • Russian by @PonGapon
  • Polish by @agregasga & @krzysiek

Thanks to all translators on our Crowdin which contribute to the language updates!

EconomyShopGUI v6.7.10

2024-08-11
  • Added support for 1.21.1 paper servers
  • Fixed some spawners selling for 0 when using a spawner stacker plugin on 1.20.5+

EconomyShopGUI v6.7.9

2024-08-03
  • NPE while opening shop with no configured pages in its config file
  • Fixed NoSuchMethod error on latest 1.20.6 server builds
  • Updated DENSITY enchantment in default shop layout
  • Fixed splash potions not working on 1.8

EconomyShopGUI v6.7.8

2024-07-26

Fixed:

  • Some effects not working using item option 'stew-effect'
  • NoSuchFieldError when using 'armor-trim' item option on server versions pre 1.20.4

EconomyShopGUI v6.7.7

2024-07-17
  • Better installing of layouts from our Marketplace
    • Installing layouts with a config.yml will now only replace needed options
      • Settings such as 'economy-provider' or 'spawner-provider' won't be replaced unless using the new '-unsafe' command argument
    • Fixed issues with selecting/deselecting files for upload using the GUI
    • A minimum character limit for layout titles/descriptions
  • Switched to API usage for goat horn instruments, fixes custom goat horns on 1.21
  • Fixed custom actions not working on SellGUI navbar

EconomyShopGUI v6.7.6

2024-07-06
  • Fixed 'armorcolor' not working in combination with item option 'armor-trim'
  • Support for 'ominous-strength' item option on edititem command
  • Support for 'item.displayname' item option on editsection command

EconomyShopGUI v6.7.5

2024-07-01
  • Fixed 'instrument' item option not working on 1.21
  • Updated spigot API usage following their recent change causing plugin to fail to load on 1.21 CraftBukkit/Spigot servers

EconomyShopGUI v6.7.4

2024-06-29

Changed:

  • Config will now also dynamically update item display lore if new lore is added/missing

Fixed:

  • Mismatched enchantments when adding enchanted items using /addhanditem command on 1.20.5+
  • ClassChange error(again) on 1.20.4 on server shutdown, caused by incompatible class files between paper API versions
  • Async tasks not shutting down correctly before server shutdown

EconomyShopGUI v6.7.3

2024-06-24
  • Fixed 1.20.5+ selling shulker box contents not actually taking the items

EconomyShopGUI v6.7.2

2024-06-22
  • Using ShopStands to buy/sell a shop item would not validate requirements
  • Fixed ClassChange error on server shutdown on paper 1.21

EconomyShopGUI v6.7.1

2024-06-14
  • Fixed NoSuchFieldError when using 'armor-trim' item option on server versions pre 1.20.4

EconomyShopGUI v6.7.0

2024-06-14

Added:

  • Support for Minecraft 1.21
  • Added default 1.21 shop layout including new items
  • Added 'ominous-strength' item option which defines the strength of a ominous bottle
  • Config.yml generated for the first time on 1.20.5+ servers will now create the correct ignored tags for that version
  • Support for per page titles using the 'title' option on pages in the shops config
  • Added TIME::<startTime>-<endTime> shop item requirement which requires the item to be bought at a specific world time
    • More info: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#requirements

Fixed:

  • Discounts/sell multipliers not working when using a wildcard
  • Potion types without effects not working(WATER, MUNDANE, THICK, AWKWARD)

EconomyShopGUI v6.6.3

2024-06-08
  • Fixed formatting issues in default Turkish language file
  • Mining a ESGUI spawner using spawner provider DEFAULT would not add hide default lore on the item

EconomyShopGUI v6.6.2

2024-06-01
  • Support for 'armor-trim' on section items
  • Support for editing armor trims using /eshop edititem & editsection
  • Fixed NPE for bedrock players trying to open shop while custom bedrock player profile was disabled in config

EconomyShopGUI v6.6.1

2024-05-15
  • Removed debug message for using custom ignored tags
  • Fixed decoration lore adding to items even without buy/sell price
  • /sreload would forcefully reload shop stands
  • Custom bedrock player profile wouldn't update name/lore for bedrock players

EconomyShopGUI v6.6.0

2024-05-09
  • Added support for Minecraft 1.20.5/1.20.6
  • For 1.20.5/1.20.6 and up:
    • Item option 'enchantment-glint' now uses actual glint effect instead of fake enchantments
    • Ignored tags using old naming schema will auto convert to new schema names
  • Updated default language files:
    • Turkish by @Compalot
    • Spanish by @Santos Grey & @Pak_Army
    • Polish by @xyodmixyt
    • Japanese by @KYOCUTI
    • French by @FlattestDisc108
  • Improved performance on transaction items with local placeholders
  • Moved item 45 from default Others section to page 2
  • Removed static 'gui-rows' options for default shop category pages to allow flexible page sizes by default

EconomyShopGUI v6.5.2

2024-04-20
  • Removed hard requirement of having item type SELECTED_ITEM inside a transaction screen
  • Trying to break unloaded shop stands removing it from world but not from plugin causing it to recreate itself

EconomyShopGUI v6.5.1

2024-04-13
  • ShopStands in spawn chunks will now preload, potentially fixes stands not loading in those regions
  • Fixed error while buying/selling items with CoinsEngine v2.3.x

EconomyShopGUI v6.5.0

2024-04-07
  • New module 'ShopStands' which allows to create physical shops for a specific shop item
    • Adds 50 new translateable messages to language files
    • Adds 3 new commands/5 new permission nodes
    • Adds a separately customizable navigation bar/transaction screen
    • See more info on our wiki here: https://wiki.gpplugins.com/economyshopgui/basics/how-to#how-to-use-shopstands
  • Added support for material %selected_item% for option items
  • Added support for %price% and %amount% placeholder for option items
  • Updated API to v1.7.1, see full changelog here: https://github.com/Gypopo/EconomyShopGUI-API/releases/tag/1.7.1

EconomyShopGUI v6.4.6

2024-03-25

Added:

  • Config option for the disabled back button inside sub sections
    • Clarified disable back button config options

Fixed:

  • Seasonal prices not working on season change
  • API PreTransaction#setPrice not working when transaction type is SELL_SCREEN

EconomyShopGUI v6.4.5

2024-03-17
  • Reimplemented support for per item setting 'prior-lore'
  • Support for specific potion types on shop section display items
  • Fixed currency format setting inside config.yml not working

EconomyShopGUI v6.4.4

2024-03-10
  • Color codes not working for custom currency prefixes

EconomyShopGUI v6.4.3

2024-03-02
  • Updated CoinsEngine hook to support NightCore
    • Still supports older versions
  • Cleaned project dependencies

EconomyShopGUI v6.4.2

2024-02-24
  • Updated default permissions

EconomyShopGUI v6.4.1

2024-02-17
  • Added support for %items% placeholder in transaction message for selling multiple items
  • Fixed Folia 1.20.1 not being detected as Folia server, therefor not working
  • Fixed error on player join on Folia servers

EconomyShopGUI v6.4.0

2024-02-10
  • Added official Folia support
    • Should still be tested with caution - this was roughly tested on a test server without issues
  • Added support for future paper server jars without realocation
  • Renamed transaction placeholder %formattedPrice% to %price% because of a conflict
  • Reworked default shop layout
    • Added missing stairs and slabs to blocks section
    • Fixed exploitable prices on some default items
    • Base prices of most items are cheaper
  • Updated all language files from Crowdin
    • Renamed lang-cz.yml to lang-zh_tw.yml
    • Added Simplified Chinese language file as 'lang-zh_cn.yml'
    • Added Ukrainian language file as 'lang-uk.yml'

Thank you for all translators on our Crowdin for their contribution to the project

See a list of contributors here: https://crowdin.com/project/economyshopgui/members

EconomyShopGUI v6.3.3

2024-02-03
  • Changed entirely removing prices from shop items would still show price lore(Cannot be bought/sold)
  • Fixed commented config reader using new line character
  • Fixed various issues with DiscordSRV hook for transaction logging

EconomyShopGUI v6.3.2

2024-01-19
  • Fixed AUTO spawner provider disabling on /sreload if no external spawner provider was found
  • Fixed issues while getting item prices thru API if multiple of the same shop item were present
  • Floodgate loading after EconomyShopGUI

EconomyShopGUI v6.3.1

2024-01-12
  • Config.yml forced strings being escaped using single quotes, making it impossible to use the new line character

EconomyShopGUI v6.3.0

2024-01-08
  • Support for pricing placeholders "%price%" and "%formattedPrice%" inside transaction screen item names and lore
  • Support for pre-registering player skull textures which adds support for bedrock players, using Geyser(Disabled by default)
    • Wiki link: https://wiki.gpplugins.com/economyshopgui/file-configuration/config.yml#pre-register-skulls
  • Custom player profile for bedrock players, instead of 'skullowner: %player_name%' on navigation bar items
  • Spawner support from SpawnerMeta
  • Economy support for VotingPlugin points

EconomyShopGUI v6.2.6

2023-12-24

This update mainly focusses on adding a simpler to use API method to get prices for shop items.

  • Added support for API v1.7.0 aiming to add simpler to use methods to integrate with external plugins
    • Developers can read on it here on how to use it: [https://wiki.gpplugins.com/economyshopgui/api/api-usage#getting-item-prices-using-one-api-call](https://wiki.gpplugins.com/economyshopgui/api/api-usage#getting-item-prices-using-one-api-call)

We wish you all a merry christmas and a good start of 2024!

EconomyShopGUI v6.2.5

2023-12-15
  • Fixed adding shop items using commands to shops which causes a new page creation
  • Restarting the server not generating config defaults

EconomyShopGUI v6.2.4

2023-12-08
  • Added support for 1.20.3/1.20.4

EconomyShopGUI v6.2.3

2023-12-01
  • Overriding option items with another item would make the action invalid
  • Removed debug message on startup

EconomyShopGUI v6.2.2

2023-11-24

Added:

  • Adding armor with trim effects using /eshop addhanditem will now also copy the armor trim

Fixed:

  • NPE on startup while using invvalid economy provider which would disable the plugin
  • Adding shop sections with a slot larger then the main menu GUI size causing IndexOutOfBounds exception

EconomyShopGUI v6.2.1

2023-11-19
  • NPE while updating configs from v5.6.5(or before) which caused a complete config whipe
  • Some lore issues on the GUI items for uploading layouts

EconomyShopGUI v6.2.0

2023-11-18

Added:

  • Options to upload/install layouts to/from our community site over at https://layouts.gpplugins.com
    • New commands: /eshop uploadLayout || /eshop installLayout <layoutID>

Changed:

  • Config entries for navigation bars, fixing disabled navigation bars and fill items
    • Automatically updates to v2.0.2.0

EconomyShopGUI v6.1.4

2023-11-03

Fixed:

  • NPE when loading TransactionMenu with no CONFIRM item button
  • Unable to set different stack-sizes for display-item and the actual item received upon buying/selling

Changed:

  • Reimplemented support for %buyPrice%/%sellPrice% placeholders inside shop item lore

EconomyShopGUI v6.1.3

2023-10-27
  • Using INSTA-BUY/SELL on shop items, causing sellall hotkey to not work

EconomyShopGUI v6.1.2

2023-10-22
  • Fixed error when offline/bedrock player joins on 1.17+ servers (Again)

EconomyShopGUI v6.1.1

2023-10-20
  • Colored leather armor not using the correct RGB color when added to shop thru /addhanditem
  • Fixed error when offline/bedrock player joins on 1.17+ servers
  • Unable to ignore NBT tags on player heads as shop item

EconomyShopGUI v6.1.0

2023-10-12

Added:

  • Support for multiple slots of sections, similar to shop items
  • Added spawner provider AUTO which will automatically hook into external spawner providers if found
  • Iitem option to add armor trims
    • See our wiki here: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#armor-trim

Changed:

  • Updated plugin dependencies schema

EconomyShopGUI v6.0.9

2023-10-05
  • Fixed per section fill items not working
  • Skullowner not applying texture to shop items
  • NoSuchMethodError on player join

EconomyShopGUI v6.0.8

2023-10-04
  • Fixed duplicated shop items not being able to be sold if one had disabled sell price
  • Default spawner provider ignoring break tool enchantment requirements

EconomyShopGUI v6.0.7

2023-09-27
  • Added support for 1.20.2
  • Fixed clicking navigation bar item creating NPE
  • Fixed tab completing /eshop edititem

EconomyShopGUI v6.0.6

2023-09-19
  • Contents of colored shulker boxes not selling
  • Removed console warning for missing item lore on startup
  • Fixed NPE on startup since last version

EconomyShopGUI v6.0.5

2023-09-13
  • Custom navigation bars per section not working

EconomyShopGUI v6.0.4

2023-09-06

Fixed:

  • Decoration lore appearing on items with negative buy and sell prices
  • Unable to sell spawners from default spawner provider
  • Unable to change size of main GUI
  • Contents of shulker boxes always selling even if disabled in config

EconomyShopGUI v6.0.3

2023-09-02
  • Fixed potions not working

EconomyShopGUI v6.0.2

2023-08-30
  • Unable to create default files on windows servers

EconomyShopGUI v6.0.1

2023-08-30
  • Fixed migrate command not working on 1.16 and below

EconomyShopGUI v6.0.0

2023-08-29

To keep your data, you will need to use the import command. Click [https://wiki.gpplugins.com/economyshopgui/basics/how-to#migration-of-data-to-v2](here) to see more info!

It is also worth nothing that a new default shop lore has been added, by default it won't be overriden but you may delete you current language files to see the new improved shop lore!

This version introduced a new file system, alot of changes and additions.

Added:

  • Buying/selling items from shop will now also trigger a onscreen title
    • Can be disabled using config option
  • Support for navigation bars per section
  • Support for configurable menu sizes per shop page
  • Support for per section fill items
  • DisplayItems, put a different item for sale then the actual item which is received when buying/selling
  • Navigation bars can now also be disabled per section or in the main GUI
  • Reworked lore system:
    • Support for easily adding multi line lore
    • Support for easily arranging item lore(Example: Sell Prices above Buy Prices)
    • Support for Decoration lore(Additional lore displayed on shop items)
  • Added 54 new translateable messages
    • See our Crowdin [here](https://crowdin.com/project/economyshopgui)
  • New file structure:
    • Shops will now be located in their seperate config at /plugins/EconomyShopGUI/shops/<shopName>.yml
    • Sections will now be located in their seperate config at /plugins/EconomyShopGUI/sections/<shopName>.yml
  • Updated EconomyShopGUI API to v1.6.2
    • Added ShopItem#hasSeasonModifier()
    • Added ShopItemsLoadEvent

Changed:

  • Importing items from worth.yml will now disable the buy price of the imported shop item
  • Navigation bars now reload on /sreload, no restart required!
  • Option max-buy and max-sell will now require -1 to make shop items insta buy/sell instead of 1
    • This is to allow 'max-buy/sell: 1' which will allow shopItems to be bought/sold one at a time
    • Config will automatically update to 2.0.0.1 to adress this
  • Renamed config options:
    • Sections.yml 'fill-item' -> 'display-item'
    • Sections.yml 'subSection' -> 'sub-section'
    • Sections.yml 'displayname' -> 'name'
    • Config.yml 'main-menu-size' -> 'main-menu.gui-rows'

EconomyShopGUI v5.6.5

2023-08-18

EcononyShopGUI v6.0.0 is now in Open Beta, see our [discord ](https://discord.com/invite/nPyuB4F)server to apply for access!

  • Stew effect JUMP_BOOST not working
  • Additem command would add items without names

EconomyShopGUI v5.6.5

2023-08-18

EcononyShopGUI v6.0.0 is now in Open Beta, see our [discord ](https://discord.com/invite/nPyuB4F)server to apply for access!

  • Stew effect JUMP_BOOST not working
  • Additem command would add items without names

EconomyShopGUI v5.6.4

2023-08-10

EcononyShopGUI v6.0.0 is now in Open Beta, see our discord server for more info!

  • Breaking empty spawners throwing a NPE

EconomyShopGUI v5.6.3

2023-07-20
  • Updated CoinsEngine API to v2.0.5
    • Fixes money not being taken from balances when purchasing something using v2.0.5
  • Updated UltraEconomy API to v2.6.2
    • Fixes NoMethodError while trying to open shops

EconomyShopGUI v5.6.2

2023-07-18
  • Seasonal Prices across multiple worlds not working on server restart

EconomyShopGUI v5.6.1

2023-07-10
  • Changed default season icons as they didn't display on 1.16-1.19 servers and causing even older servers to not be able to read the config
  • Recoded version checker to be compatible with beta versions

EconomyShopGUI v5.6.0

2023-07-03

Added:

  • CoinsEngine(formally GamePoints) support
  • Support for RealisticSeasons making it possible to add price modifiers per shop item or section per season
  • Items which could not be loaded will now display its error message on the item lore
  • Config option to limit only shop spawners or also natural spawners being mined

Changed:

  • Spawners won't show the default lore anymore of interacting with Spawn Egg using default spawner provider and the interact event disabled
  • Cleaned up plugin dependencies

EconomyShopGUI v5.5.3

2023-06-17
  • Fixed NPE while not using Floodgate from previous version

EconomyShopGUI v5.5.2

2023-06-17

Fixed:

  • NPE while updating skull texture for offline players on servers below 1.16
  • Sell lore replacing buy lore while using sell multipliers

EconomyShopGUI v5.5.1

2023-06-14
  • Removed hard requirement of needing certain item actions in the transaction screens
  • Fixed online player tab completion
  • Fixed NoClass error while updating player profiles on 1.17 and below

EconomyShopGUI v5.5.0

2023-06-08

Added:

  • Item option 'close-menu' which will close the GUI after a item's transaction
  • Command to give shop items to players
    • /shopgive <player> <section> <index> <qty> requires permission node EconomyShopGUI.shopgive.<section|all|*>
  • Economy support for raw EXP
  • Support for minecraft 1.20
  • Default shops.yml layout for 1.20 including new items
  • Shop prefix for console and player send messages

Changed:

  • Paginated transaction items like NEXT_PAGE and PREV_PAGE buttons will now only appear when the shop has multiple pages
    • This is default behavior and can be disabled via config options

EconomyShopGUI v5.4.5

2023-06-01
  • Added seperate config option to format currency- - Fixed NPE and console spam while trying to cache skulls of cracked/bedrock players

EconomyShopGUI v5.4.4

2023-05-26
  • RGB regex from CMI leaving empty brackets
  • Updated API to v1.6.0

EconomyShopGUI v5.4.3

2023-05-18
  • Better way of caching skulls, will now be stored into a json file
    • This fixes player heads not stacking with each other over server restarts

EconomyShopGUI v5.4.2

2023-05-03
  • Changed MMB option to click shop items to shift+right instead since mojang does no longer register survival players clicking MMB on 1.18+

EconomyShopGUI v5.4.1

2023-04-29
  • Exception while updating lore of item with disabled sell price

EconomyShopGUI v5.4.0

2023-04-27

Added:

  • Transaction item action which allows quick buy/sell
  • Global or per item option to have displaylore on top or below the item pricing lore
  • Support for ranged/multiple indexes per item using 'slot: 1-9,10,17,18-27'
  • Option to click MMB to sell all of the clicked item(Can be disabled via config option)
  • Added Vietnamese and Hungarian language files, also updated all default language files.
    • Thanks all so much to everyone who helps contributing on our Crowdin: https://crowdin.com/project/economyshopgui

Changed:

  • The '/market' command alias now defaults
  • Protocol players are no longer threated as bedrock players
  • Updated pricing lore placeholders

EconomyShopGUI v5.3.5

2023-04-18

Fixed:

  • Items with a skull texture not selling on 1.18/1.19
  • Editing item flags using /eshop edititem not working

EconomyShopGUI v5.3.4

2023-04-10

Added

  • Seperate message for items which aren't able to be bought/sold

Fixed:

  • Issue where capitalized item options couldn't be used using /editshop edititem/editsection
  • Visually being able to select more item stacks as configured with 'max-buy'

Changed:

  • Updated SilkSpawnersV2 integration

EconomyShopGUI v5.3.3

2023-03-29
  • Fixed:- - Purple lore lines on shop items(finally)

EconomyShopGUI v5.3.2

2023-03-23
  • Removed debug message

EconomyShopGUI v5.3.1

2023-03-22

Added:

  • Config setting to disallow players to change a spawner type using a spawn egg using default provider

Fixed:

  • Delay for per world permissions
  • Using duplicated shop items causing issues when selling them

EconomyShopGUI v5.3.0

2023-03-15

Added:

  • 1.19.4 support, including the experimental items for 1.20
  • ShopItem option 'close-menu' which will close the shop GUI after a successfull transaction
  • Placeholder for currency format inside transaction message
  • Support for completely customizeable currency names

Fixed:

  • Essentials loading before ESGUI
  • NoSuchMethod error while using API
  • Selling mulitple shulker boxes at a time only counts contents of one

Changed:

  • Updated API to v1.5.0

EconomyShopGUI v5.2.5

2023-03-08

Please update to this version if you were using v4.5.0-v4.5.2 and a recent paper build. This version fixes default permissions not registering correctly such as usage for /shop, /sellall, /sellgui, ... which caused by not correctly registering permissions on paper's new plugin module added since v4.5.0.

Fixed:

  • All default permissions not registering on paper's new plugin module

EconomyShopGUI v5.2.4

2023-02-16

Fixed:

  • Error loading items/opening shops when default economy provider could not be found

Changed:

  • Adding sections using commands will now reload shop permissions

EconomyShopGUI v5.2.3

2023-02-03

Added:

  • Placeholder for currency format
  • Support for '%material%' and '%item%' placeholder inside transaction screens

Fixed:

  • Items added using a damage value from 1.12 and below would not work using /addhanditem
  • DiscordSRV integration not working

EconomyShopGUI v5.2.2

2023-01-23

Fixed:

  • PlayerData not reloading when plugin is reloaded causing bedrock players/item lore issues

Changed:

  • Updated API to v1.4.6
  • You are now also able to set undefined item options using /editshop edititem

EconomyShopGUI v5.2.1

2023-01-12
  • Fixed shop sections not loading when items with option slot are used

EconomyShopGUI v5.2.0

2023-01-10

Added:

  • Item option 'hidden' to hide shop items
  • Sections.yml option 'fill-item: true/false'
  • Configurable transaction screens with configurable item options like 'menu-size', 'slot', 'action', 'name', 'stack-size', 'material', 'type'
  • Added option to disable shop usage inside certain gamemodes(Defaults to creative and spectator)
    • Permission 'EconomyShopGUI.bypassgamemode' can be used to ovveride this
  • Item option 'instrument', 'section', 'stew-effect', 'hidden' are now configurable using /editshop edititem
  • Shop item option 'max-buy'/'max-sell' which will set the maximum amount of items which can be bought/sold in one transaction
    • When 'max-buy: 1'/'max-sell: 1' is set to '1', players will skip the buy/sell screens to purchase/sell items
  • Support for automatic gradient formats using the format of '<gradient:#[hex]>{message}</gradient:#[hex]>'

Fixed:

  • Error when reloading plugin with plugman
  • Player prefixes/suffixes not displaying correctly with RGB colors
  • DiscordSRV hook not displaying player avatars

EconomyShopGUI v5.1.4

2022-12-28

Fixed:

  • Adding shop sections using the /editshop command would ignore the slot inside main menu
  • Items without buy/sell price could be purchased for free

Changed:

  • Commands like /shop, /sellgui, /sreload will now require permissions to show up in the command list
  • When the default economy provider cannot be loaded/found, the plugin will search for an available provider itself
  • Updated API to v1.4.4

EconomyShopGUI v5.1.3

2022-12-20

Fixed:

  • Missing dependency error
  • Updated API to v1.4.3

EconomyShopGUI v5.1.2

2022-12-12

Fixed:

  • Duplicated player prefixes when using EssentialsXChat

EconomyShopGUI v5.1.1

2022-12-11

Added:

  • Support for 1.19.3

Changed:

  • Renamed option 'place' inside the sections.yml to 'slot' for consistency

Fixed:

  • Fixed Italian and Simplified Chinese language file not deploying automatically

EconomyShopGUI v5.1.0

2022-11-27
  • Added SilkSpawnersV2 support
  • Support for effects on suspicious stew items using item option 'stew-effect:'
  • Items inside shulker boxes will now be sold seperately when sold using /sellall or /sellgui
  • Added support for '%page%' and '%pages%' placeholder inside shop titles

EconomyShopGUI v5.0.3

2022-11-17
  • Fixed NPE while trying to load chat API

EconomyShopGUI v5.0.2

2022-11-16

Added:

  • '%player_displayname%' placeholder for use in navigation bar items/messages to get the players name including prefixes/suffixes using Vault

Changed:

  • Chatcolors will now be stripped from item/player names using the DiscordSRV hook

Fixed:

  • IndexOutOfBoundsException when updating item lore

EconomyShopGUI v5.0.1

2022-11-08

Changed:

  • Updated API to v1.4.2

Fixed:

  • Error when using the SellGUI

EconomyShopGUI v5.0.0-b.3

2022-10-24
  • Fixed shop lore not applying to items without buy/sell price
  • DiscordSRV hook will now also show bedrock player skull textures
  • Attempt at fixing plugin not detecting bedrock players when using a proxy
  • Discounted/multiplied prices would have more then 2 decimals

EconomyShopGUI v5.0.0-b.2

2022-10-17
  • Fixed sell multipliers only enabling when the section had a discount active
  • Placeholder '%player_name%' can now be used in the DiscordSRV auther/footer image
  • Button to switch buy/sell mode will now automatically appear with a config update

EconomyShopGUI v5.0.0-b.1

2022-10-13

Added:

  • Support for sell multipliers
  • DiscordSRV hook to log transactions
  • UltraEconomy support
  • Dynamic shop display prices which activly show item discounts/multipliers
  • Config option to automatically resize the GUI for bedrock players
  • Navigation bar action for the buy/sell screen to toggle buying/selling mode
  • Support for sub sections using the item option 'section: Blocks'

Changed:

  • Permissions to sell items('sellall.all', 'sellallitem.all', 'sellallhand.all', 'sellgui.all') are now defaulted
  • Permissions to open shops('shop.all') are now given by default
  • Command tab completion will no longer show if you don't have permissions
  • It is no longer required to set a buy and sell price for an item

EconomyShopGUI v5.0.0

2022-10-27

Added:

  • Support for sell multipliers
  • DiscordSRV hook to log transactions
  • UltraEconomy support
  • Dynamic shop display prices which activly show item discounts/multipliers
  • Config option to automatically resize the GUI for bedrock players
  • Navigation bar action for the buy/sell screen to toggle buying/selling mode
  • Support for sub sections using the item option 'section: Blocks'

Changed:

  • Permissions to sell items('sellall.all', 'sellallitem.all', 'sellallhand.all', 'sellgui.all') are now defaulted
  • Permissions to open shops('shop.all') are now given by default
  • Command tab completion will no longer show if you don't have permissions
  • It is no longer required to set a buy and sell price for an item

Fixed:

  • Language files not updating automatically

EconomyShopGUI v4.9.3

2022-09-21
  • Fixed adding items using '/addhanditem' on 1.8-1.12 would not differentiate types of wood/glass/wool/...

EconomyShopGUI v4.9.2

2022-09-12
  • Updated API to v1.3.0
  • Fixed adding enchanted books using /addhanditem would not add the enchantment
  • Fixed material 'hard_clay' not working on 1.12 or below
  • Fixed adding items thru /addhanditem would throw erros on 1.8-1.12

EconomyShopGUI v4.9.1

2022-08-28
  • Sellall items button inside the sell screen would throw a error when no items found
  • Fixed ProtocolSupport error when player joins server
  • Transaction message would show the item displayname instead of item path

EconomyShopGUI v4.9.0

2022-08-20
  • Added support for use of a specific currency inside GemsEconomy
  • All transaction logs inside the console and log file will now also contain the item path inside the shops.yml for better logging
  • The 'EconomyShopGUI.shop.all' permission will now also properly inherit the shop sections as its children, making permissions easier manageable
  • Added Italian and Simplified Chinese language files
  • Updated all language files, see our wiki here for a wall of supported languages and everyone who contributed:

https://wiki.gpplugins.com/economyshopgui/file-configuration/languages#currently-supported-languages

EconomyShopGUI v4.8.2

2022-08-12
  • Command '/editshop addhanditem' command now also uses the item stack size
  • Fixed /sellall hand not removing items on 1.8,1.9,1.10 servers
  • Fixed not able to use Splash Potions on 1.8 as a category item

EconomyShopGUI v4.8.1

2022-08-04
  • Fixed API PostTransactionEvent price always being 0
  • Fixed /sellall hand not removing items in 1.8
  • Command execution thru command blocks not working

EconomyShopGUI v4.8.0

2022-07-27
  • Added 1.19 default shops.yml
  • Added support for the item option 'instrument' which can be used on goat horns
  • When selling multiple items, the transaction message will now have a hover event showing exactly which items have been sold.
  • Fixed buy stacks translation not working
  • Fixed purple lore lines with ProtocolSupport
  • Updated API to v1.2.0

Code cleanup

EconomyShopGUI v4.7.5

2022-07-15
  • Fixed bedrock players seeing purple lore lines on shop items
  • Able to sell stacked spawners from WildStacker even though the sellPrice is disabled using /sellall inventory
  • Fixed drop spawner EXP setting not working with default spawner provider

EconomyShopGUI v4.7.4

2022-07-08

Fixed:

  • Transaction message saying you've bought items using the sellgui instead of sold
  • Able to sell upgraded spawners from WildStacker even though the sellPrice is disabled
  • Splash potions apearing as normal potions in 1.8

Removed debug message

EconomyShopGUI v4.7.3

2022-06-28
  • Added spawner compatibility with MinableSpawners
  • ChatColors are now strippid from transaction logs
  • Fixed removing sections with the editshop command now removes it from the sections.yml and shops.yml preventing it to come back as a Example shop

EconomyShopGUI v4.7.2

2022-06-21
  • Fixed transaction log file overwriting existing logs
  • Fixed /sellall command adding items instead of selling/deleting them

EconomyShopGUI v4.7.1

2022-06-19
  • Added FROGSPAWN, OCHRE_FROGLIGHT materials to item table
  • Fixed item index lore on 1.8-1.13 servers showing purple text
  • Fixed using /sellall <item> will throw a error when having modded items in your inventory

EconomyShopGUI v4.7.0

2022-06-12
  • Added material support for all new 1.19 items
  • Added SWIFT_SNEAK enchantment
  • Fixed selling items using /sellall hand would give you a different sell price for the amount of items sold

EconomyShopGUI v4.6.2-b.1

2022-06-08
  • Added minecraft 1.19 support

EconomyShopGUI v4.6.1

2022-06-06
  • Item option 'hidePricingLore' and 'stack-size' can now also be used using the /editshop command
  • Plugin does not disable itself correctly when no economy provider is found
  • Config option to use the old sellall command

EconomyShopGUI v4.6.0

2022-05-27

Added:

  • Option to export all transactions that are made to a text file for better overview
  • Option which allows the /sell command from essentials to be overidden with the /sellall command

Changed:

  • /sellall will now act like essentials /sell, instead of '/sellall' selling the whole inventory you now need to use '/sellall inventory'

EconomyShopGUI v4.5.2

2022-05-16
  • Command '/editshop addhanditem' now also takes the correct firework effect and puts it in the correct item options in shops.yml
  • Fixed able to drop items from your own inventory inside the shop GUI
  • Fixed editshop command returning 2 green lines

EconomyShopGUI v4.5.1

2022-05-08
  • Fixed 1.13 trowing exception when opening shops

EconomyShopGUI v4.5.0

2022-05-01
  • Added support for PlayerPoints and GemsEconomy- - Added a configurable navigation bar for the SellGUI screen

EconomyShopGUI v4.4.4

2022-04-23
  • Item option 'title' can now also be changed using the /editshop editsection command
  • Fixed placeholder %buyPrice% and %sellPrice% wouldn't be formatted correctly
  • Added message inside the language file to change the default message for the selected amount of items inside the buy/sell screens

EconomyShopGUI v4.4.3

2022-04-18
  • Fixed option locale not working inside the config
  • Added placeholder %buyPrice% and %sellPrice% which can be used inside the lore of shop items

EconomyShopGUI v4.4.2

2022-04-09
  • Fixed selling all items using the shop sell screen will say that you've only sold 1 item even if it were multiple
  • Fixed using the sellall button inside a sell screen of the shop to sell all matching items trows a NPE when there are no items found to sell

EconomyShopGUI v4.4.1

2022-04-06
  • Item option 'duration', 'colors', 'fade-colors', 'flicker', 'trail' and 'shape' can now also be used using the /editshop command
  • Fixed when the server is having a bad/no ethernet connection it would cause the update checking to delay the startup of the server (Using async task)

EconomyShopGUI v4.4.0

2022-03-31
  • Seperate shop permissions for /sellall and /sellgui
  • Added command to add/edit/remove shop sections
  • Better soloution for purple lore lines
  • Cleaned up code/better loading times

Please see our wiki [here][https://gpplugins.gitbook.io/economyshopgui/basics/permission#permissions-update] for the permission update

EconomyShopGUI v4.3.4

2022-03-29
  • Fixed selling items with a custom stack size using the sellall button inside a sell screen would give the player the price for a full stack for every item that gets sold

EconomyShopGUI v4.3.3

2022-03-20
  • Added option 'hidePricingLore' which can be used on a shop item to hide the default pricing lore
  • Fixed plugin would crash when not able to check for updates

See our wiki [here](https://gpplugins.gitbook.io/economyshopgui/file-configuration/shops.yml#hidepricinglore-optional-any-item) for the new item option

EconomyShopGUI v4.3.2

2022-03-13

Added:

  • Optional quantity for command '/sellall hand/item [qty]'

Fixed:

  • Using stack-size with a value greater than 1 used the buy price as if it where per item, not for the whole stack
  • Long purple lore lines showing on shop items when using ViaVersion

EconomyShopGUI v4.3.1

2022-03-06
  • Added compatibility with minecraft 1.18.2
  • Changed the %player_name% placeholder on navigation bar items would use the player displayname instead of the player name

EconomyShopGUI v4.3.0

2022-03-01

Added:

  • Option 'hidden' inside sections.yml to make a shop category not appear inside the main menu but can only be accessed via the direct shop command
  • Import command to import all items sell prices from essentials worth.yml to the shop '/editshop import essentials worth.yml'
  • Options to create pre-made fireworks in shop
    • See wiki [here](https://gpplugins.gitbook.io/economyshopgui/file-configuration/shops.yml#duration-colors-fade-colors-flicker-trail-shape-required-specific-item-firework)

Fixed:

  • Editshop command could not be executed thru the console

EconomyShopGUI v4.2.5

2022-02-20
  • Fixed option 'skullowner' not working on navigation bar items
  • Updated API to v1.1.0

EconomyShopGUI v4.2.4

2022-02-14
  • Fixed error on loading plugin while updating the configs from a older version

EconomyShopGUI v4.2.3

2022-02-12
  • Fixed variables inside the update notification not translating
  • Fixed colored wool/glass not working as the option items and navigation bar items on 1.8-1.12 servers
  • Fixed items using material AIR would crash the shop when opening and the /sellall command

EconomyShopGUI v4.2.2

2022-02-03
  • Fixed 1.8-1.12 servers creating error while loading potion items
  • Fixed console spam on 1.9-1.12 servers when opening a shop category and not showing item index lore

EconomyShopGUI v4.2.1

2022-01-26

Fixed:

  • Misconfigured items would crash the shop when opening
  • Misconfigured items would cause the sellall command to error out
  • Selling colored wool/glass with the sellall command in 1.8-1.12 servers would sell all colors

EconomyShopGUI v4.2.0

2022-01-18

Added:

  • OP players will now also receive a message on join if EconomyShopGUI is outdated(Can be disabled with permissions)
  • Option 'stack-size' which now can be used inside the shops.yml on a item to define the stack size of 1 shop item
  • Option inside config.yml to control wether items that are sold should have the displayname or material name in the transaction message

Fixed:

  • Extended/upgraded potions would show as the standard potion when using the editshop command to add them to shop

EconomyShopGUI v4.1.2

2022-01-08

Fixed:

  • RGB colors not working on shop item names and lore
  • 1.8 MC servers wouldn't show the item index on the shop item
  • Console spam on 1.8 servers when opening shops

EconomyShopGUI v4.1.1

2022-01-02

Fixed:

  • Material MUSIC_DISC_OTHERSIDE not working
  • Potions not working on 1.8 servers
  • Error with long inventory titles on 1.8 servers
  • Default shops.yml not creating for the specific server version
  • Hopefully other issues that people were having with version specific features

EconomyShopGUI v4.1.0

2021-12-15

Added:

  • Possibilty to allow/disallow items with different name/lore to be sold to shop
  • RoseStacker spawner support
  • Default Japanese language file creating error when loading
  • Discounted prices will now also show inside the buy/sell screens instead of needing to buy the item to see the actual price
  • Error selling spawners using WildStacker spawner provider

EconomyShopGUI v4.0.3

2021-12-02
  • Added 1.18 support- - Added default 1.18 shops.yml

EconomyShopGUI v4.0.2

2021-11-25
  • Fixed the plugin not enabling when config.yml wasn't generated yet

EconomyShopGUI v4.0.1

2021-11-23

Fixed:

  • Items with buy/sell prices lower then -1 would still allow you to enter the buy/sell screens.
  • Removing values inside the config.yml would make it get the default value
  • Optimized code

Added:

  • Japanese language file

This version of the plugin has gone thru alot of testing and therefore should be safe to use on any server without any major bugs from the beta versions, though we will keep on fixing this if any new bugs/issues appear.

EconomyShopGUI v4.0.0-b.9

2021-11-16

This version should NOT be used yet on production servers, this version has been released as a beta so we can continue to improve this update if needed.

Fixed:

  • Updated the API to version 1.0.1
  • Plugin ignoring the language files and using the default messages

EconomyShopGUI v4.0.0-b.8

2021-11-09

This version should NOT be used yet on production servers, this version has been released as a beta so we can continue to improve this update if needed.

  • Fixed error loading the language file on startup of the plugin
  • Optimized code

EconomyShopGUI v4.0.0-b.7

2021-11-05

This version should NOT be used yet on production servers, this version has been released as a beta so we can continue to improve this update if needed.

Added:

  • Option inside the config.yml to have the shop ingore the default limit on stacking items
  • Configurable navigation bars
  • /sellgui command to open a sell screen where you can sell items
  • Support for RGB colors inside messages

Please report any early bugs you've found in our discord support server.

EconomyShopGUI v3.9.2

2021-10-21
  • Added Korean and Slovakia language file
  • Fixed some messages not translating with the Tuskish, Russian, Czech, ... language files
  • Updated Turkish, Russian, Dutch, French and SpanishThanks to our translators on Crowdin for translating/updating the language files.

If you are interested in helping translate or add a new language to the plugin, follow the steps explained [here](https://gpplugins.gitbook.io/economyshopgui/file-configuration/languages#how-to-contribute-new-or-improve-existing-translations)

EconomyShopGUI v3.9.1

2021-10-15

Added:

  • Possibility to add water, mundane, thick and awkward potions to the shop

EconomyShopGUI v3.9.0

2021-09-28

  • The slot/displaylore/enchantment-glint of an item can now also be edited using the /editshop command
  • Added lore to shop items that shows the item location in the shops.yml
  • Added a API for developers, please see [the github page](https://github.com/Gypopo/EconomyShopGUI-API) for more info

EconomyShopGUI v3.8.1

2021-09-16

Fixed:

  • Pressing F on a item inside the shop when hovering over it would put it inside the second hand as a ghost item
  • Fixed cancel/close item not working inside the main shop screen when the size is not the default

EconomyShopGUI v3.8.0

2021-09-11

Added:

  • Options inside the config.yml to change the buy stacks screen option items seperatly from the buy/sell screen
  • Extended build in spawner event by allowing you to choose more then 2 tools to mine a spawner

Fixed:

  • Prices showing the NBSP symbol

EconomyShopGUI v3.7.1

2021-09-01

Fixed:

  • /sreload would duplicate the spawner event causing spawners to drop multiple times when using the internal spawner provider

EconomyShopGUI v3.7.0

2021-08-29

Added:

  • Set action on the /editshop edititem command to more easly edit items using the commands
  • Option 'displaylore' inside the shops.yml to add lore to the item only in shop and not the item bought

EconomyShopGUI v3.6.1

2021-08-22

Added:

  • Option 'title' inside the sections.yml to have a different title for your shop section instead of the same title as the displayname of the item

Fixed:

  • Completly disabling commands inside the config.yml wouldn't work anymore

EconomyShopGUI v3.6

2021-08-17

Added:

  • Option 'enchantment-glint', 'skullowner' and 'armorcolor' can now be used inside the sections.yml to customize the look of the main shop screen
  • Option 'enchantment-glint' can now be used inside the shops.yml to give items a enchantment glow effect without telling there is an enchantment
  • Config option to change the root command or add aliases for the /shop and /sellall command

EconomyShopGUI v3.5

2021-08-10

Added:

  • UltimateStacker spawner support
    • Option for this can be found inside the config.yml
  • Configurable options to customize the option items inside the buy/sell screen
  • A pre-configured shop file will now be deployed depending on the server version, when first running the plugin on a 1.12 server for example there will be a shops.yml created for 1.12 which has only the working items in it for that server version

Fixed:

  • Adding a item with colored lore with the addhanditem command would create weird symbols inside the shops.yml
  • Adding items with a single quote in their names/lore/enchantments/... would cause the shops.yml to break

EconomyShopGUI v3.4.2

2021-07-28

Fixed:

  • Formatting the price of an item while the plugin's locale is not english would still show NBSP symbols

Changed:

  • Merged the menu handlers to one for better performance
  • Cleaned up general code

EconomyShopGUI v3.4.1

2021-07-20

Fixed:

  • Fixed some messages inside the language files would have double spaces
  • Older minecraft servers creating error when opening shop

Changed:

  • Discounts are now used when the player has the permission node EconomyShopGUI.discounts.<group>, this adds the possibility for player specific discounts and removes the requirement of having a permissions plugin compatible with vault.
    • Please read [our wiki here](https://gpplugins.gitbook.io/economyshopgui/file-configuration/config.yml#discounts) for more information about the option
  • Removed debug message from testing the discounts feature

EconomyShopGUI v3.4

2021-07-16

Added:

  • Posibility to have discounts for a certain permission group over a whole shop section.
    • Permissions plugin that connects with vault required
  • Option 'slot' on a item inside the shops.yml will now take the position of the item inside the shop.
  • Added a fair default limit to how much items could be inside a shop section to 50 pages, if you really need more space, you can change the limit inside the config.yml to 100 pages which is 4500 items.

Changed:

  • Config setting 'mainshop-size' from slots to rows

Fixed:

  • The plugin will not disable itself anymore when a error occures with one of the configuration files but all command will be disabled unless the /sreload command to reload the configuration files and try again.
  • Possible fix when a offline/cracked player opens the shop.

Optimized:

  • Time of item loading inside shop sections is now double as fast in comparison to version 3.3

EconomyShopGUI v3.3.1

2021-06-28

Added:

  • Config option inside the config.yml to set the size of the main shop inventory screen

Fixed:

  • Possible fix to 1.8 inventory titles creating errors.
  • Adding leather armor items with a armorcolor to the shop using command /editshop addhanditem would not work.

Changed:

  • Moved copper ore from the ores to EverythingElse section inside the default shops.yml

EconomyShopGUI v3.3-b.1

2021-06-12
  • Added minecraft 1.17 support and updated to java 1.16

Note: We decided to put this as a BETA version because we didn't test everything and could contain bugs, we do not recommend to use this version on a production server yet.

EconomyShopGUI v3.3

2021-06-21
  • Fully compatible with minecraft 1.17 now.
  • Updated default shops.yml with 1.17 items.
  • Added Polish and Russian language file.

EconomyShopGUI v3.2

2021-06-06

Changed:

  • Option 'recipes' on a item inside the shops.yml can now take multiple recipes

Fixed:

  • Spawners would always sell for 0$ when SilkSpawners or the default spawner provider was used.
  • Duplicated sections with the same slot inside the main shop would still overide the item but won't work

EconomyShopGUI v3.1.3

2021-05-20

Fixed:

  • /sellall <material> ignoring the material specified and selling all items in your inventory

EconomyShopGUI v3.1.2

2021-05-16

Fixed:

  • Auto-tabcompletion on the editshop additem and editshop edititem on some args.

Changed:

  • The displayname inside the editshop additem command is now optional.
  • The editshop command now shows the path of the item when a item is successfully edited.

EconomyShopGUI v3.1.1.1

2021-05-13

Fixed:

  • Language files other then the default not working.

EconomyShopGUI v3.1.1

2021-05-12

Fixed:

  • When buying items in the buy stacks screen, it would charge you for the amout of items you bought instead of the stacks.

EconomyShopGUI v3.1

2021-05-10

Added:

  • WildStacker support
  • Ability to sell spawners from WildStacker to the shop, upgrades/spawner stacks are also counted.- - Automatically updating language files
  • Config option to enable or disable checking on plugin updates
  • Support for colored leather armor pieces in shop items with option 'armorcolor'
  • Command to add items from your hand to the shop. (/editshop addhanditem)

Fixed:

  • Editshop command would return the syntax when no permissions
  • Permission nodes not showing up in the list of LuckPerms web editor.
  • Shop sections with the same slot in the main menu will now get an slot that is available instead of overiding the other shop at that slot.
  • Items added with the editshop command would replace another item in the specified shop section.
  • No free space when buying items in the buy screen if the inventory contains a illigal stacked item.

Changed:

  • EconomyShopGUI.sellall, EconomyShopGUI.sellallitem and EconomyShopGUI.sellallhand permission are now allowed by default.Improved general code.

EconomyShopGUI v3.0.9

2021-04-15

Added:

  • The shop command can now also be used inside a console to open it for a player.
  • Console command: /shop <player> or /shop <section> <player>

EconomyShopGUI v3.0.8

2021-04-12

Added:

  • Custom config reader that will save the comments

Fixed:

  • Issue with the config updater resulting in the fill-item not working inside the shop screen after updating the plugin
  • The automatic adding of shops inside the sections.yml not working/trowing a error

Changed:

  • Option 'bought-items-lore' is now turned on for default inside the config
  • Removed the 'minimum-amount' to pay with the pay command option inside the config
  • Moved level event message + join event message from the config.yml to the translation files

EconomyShopGUI v3.0.7

2021-04-02

Fixed:

  • Tools/Armor repaired inside anvils or with mending could not be sold to the shop.

Added:

  • Option inside the config.yml to make EconomyShopGUI ignore NBT Data on a item sold to the shop.

Removed:

  • /pay, /balance and /givemoney command

EconomyShopGUI v3.0.6

2021-03-27

Fixed:

  • Some leave types being weird in older minecraft versions.
  • Brown Mushroom returning as Brown Mushroom block.
  • Servers running on windows creating a error when making a config backup.

EconomyShopGUI v3.0.5

2021-03-18

Added:

  • Option to toggle on or off if the plugin needs to drop the remaining items that couldn't be stored inside the player's inventory on a buy transaction.
    • See our wiki [here](https://gpplugins.gitbook.io/economyshopgui/economyshopgui-configuration/regular-config.yml-configuration) for more info

Fixed:

  • NPE When a spawner gets mined and the name of the spawner is not found
  • Disabling the option for dropping EXP on older version then 1.12 didn't work and throwed an error
  • Problems with potions in 1.8
    • Potion colors not working
    • Potions could not have multiple effects
    • The name of the potion was always "Water Bottle" when bought
    • The plugin would say that a item with material Splash Potion isn't supported causing it to disable the item

EconomyShopGUI v3.0.4

2021-02-27

Added:

  • Option to enable/disable the lore being removed on items bought from shop

Fixed:

  • PotionTypes that are supported but are not extend-able/upgrade-able would trow a error when tried to create inside the shop
  • Shop sections with more then 9 pages wouldn't function
  • Shops that are placed out of the main shop screen (0-44) would still be loadedAlso updated the German language file with messages from previous update.

EconomyShopGUI v3.0.3

2021-02-16

Added:

  • When reloading the plugin with /sreload and a error occurs, will now trow a message to the player.

Fixed:

  • Beetroot creating a NPE in minecraft version 1.9/1.10.
  • EconomyShopGUI.shop.all didn't work with the sellall command causing it to not register the permissions.
  • Inventory titles longer then 22 characters inside a 1.8 CraftBukkit server would create a error and cause the shop to break.
  • When a economy plugin is not found by Vault, there will be a message saying that a economy plugin is missing instead of Vault.

This update added a few messages, language file wipe required to add the new messages in different languages.

EconomyShopGUI v3.0.2

2021-01-28

Added:

  • /sreload will now also reload the inventory titles.

Fixed:

  • When a item has multiple enchantments/potiontypes and there was a error found, the debug in console wouldn't show the item path.
  • In 1.13 the shop stops responding when the title of the inventory was formatted wrongly.
  • Players could sell items from a shop they do not have permissions to with the sellall command.
  • A item with material AIR in the shop would trow a error when the items get loaded.
  • Items configured in shops.yml with multiple potion effects in version 1.9 - 1.16.2 didn't have multiple potion effects ingame.
  • NPE with the TabCompletion on the /editshop edititem command

Critical bug:

  • Fixed items glitching inside players inventory after shift spam-clicking the item.

EconomyShopGUI v3.0.1

2020-12-23

Fixed:

  • The backup file not creating in minecraft server versions before 1.13.x
  • When the config version is 1.0 it won't create a backup

EconomyShopGUI v3.0

2020-12-21

This is a really cool update where some of you may have waited a long time for but here it is, this version adds tab completion on all commands + one extra commands that can be used to add/remove/edit items inside the shop.

You do not need to change anything when updating to 3.0, the shops.yml config will be automaticly updated and there will be a backup of your old shops config inside the backups folder from EconomyShopGUI. However, if you want the newly translated messages that come with this update, remove it and restart your server.

Added:

  • "/editshop" command to edit the shop from ingame, currently only items can be edited.
  • New permissions to use the editshop command, all permissions can be found on the EconomyShopGUI wiki.
  • Tab completion on all commands. (except /bal and /sreload)
  • Option inside the config to enable/disable the EXP dropped when spawners are mined.
    • For this to work, EconomyShopGUI needs to be the spawner provider.
  • Finnally added the posibility to add multiple enchaments and potion effects on a single item.
    • The old 'enchantment' and 'potiontype' option are now replaced with option 'enchantments' and 'potiontypes' that can both take a list of values. You do not need to change anything when updating to 3.0, the shops.yml config will be automaticly updated and there will be a backup inside the backups folder of your old shops config.
  • Added a file updater, when a config is outdated for the new version of the plugin this will update the complete file so it still works in the new version.
    • When a file is being updated, there will be first made a backup of the old file so you can always go back if something happens. (This uses the config version to work, so its inportant you have it already inside your config and didn't toutch it before updating)
  • All 30 new messages to every language file (exept 'pt' and 'cz' bcs those are not updated anymore), every message can be customized in the language file.
  • Higher priority on the spawner place and break event to prevent other plugins from canceling it.

Fixed:

  • Cleanup of the Main Shop, Buy Scrren, Sell Screen, Buy Stacks Screen inventory titles.
    • Remove language files to see changes.
  • Error on joinevent of EconomyShopGUI
  • Players could click a hotbar number so that the item ends up in the shop.
  • Players could click a hotbar number + press escape on the same time when inside a shop section and a random item from the shop would glitch inside the player's inventory.
  • Mushroom spawner not working with SilkSpawners compatibility enabled
  • If a spawner was being mined it would get the default displayname from EconomyShopGUI, now the spawner will get the same name from when the spawner is bought from shop.
    • Option 'name' on the item inside the shops.yml is used for this feature and can be modified.
  • The /shop <section> command now doesn't need to have the EconomyShopGUI.shop permission to work
    • This will allow server owners to disable the /shop command and only allow the /shop <section> command for certain groups.

Changed:

  • All spawners in the default shops config now have option 'name' instead of displayname.Optimized:- Both menu handlers inside EconomyShopGUI
    • Now the event will be canceled when the inventory clicked is not a inventory from EconomyShopGUI.
    • This will improve performance for your minecraft server

Removed:

  • Unnecessary event that would run when a spwaner is getting renamed inside a Anvil
    • This is no longer needed since ESGUI checks for NBT data instead of the displayname for the spawner to work

Happy holidays!

Reviews (216)

Confirm Deletion

Are you sure you want to delete this review? This action cannot be undone.

To leave a review, you need to log in

Log In
User
Maciex1666
SpigotMC User

December 24, 2025

Version: 6.16.2
Good plugin but don't works changing slots with command /eshop editsection Workstations set slot 12
User
kyis
SpigotMC User

October 10, 2025

Version: 6.15.1
Nagyon jó plugin! egyszerű használat, és könnyen konfigurálható! exelent! Viszont hiányoznak az uj blockok! :)
User
AKS_Adrian
SpigotMC User

October 6, 2025

Version: 6.15.0
Does everything I want it to do. They're always quick at supporting new game versions too! Considering getting premium for that GUI editor
User
kyis
SpigotMC User

October 5, 2025

Version: 6.15.0
Minden játékosnak ajánlom! Nagyon jó plugin! egyszerű használat, és könnyen konfigurálható! exelent! :)
User
alpha80sg
SpigotMC User

September 28, 2025

Version: 6.14.5
I really like this servershop plugin. It's highly customisable and the premium version include a gui editor! What i would wish for upcoming version is, that you can sell your written books to make books available to buy
User
TheJuneSky
SpigotMC User

August 22, 2025

Version: 6.14.5
I'd like to ask for your permission to share this plugin on a Chinese Minecraft community platform ( www.minebbs.com).
Please be assured that:
1.I will clearly credit you as the original author and provide a direct link to the original SpigotMC resource page.
2.I will only distribute it on the platform you approve of.
Thank you for your time and for creating this amazing plugin.
If you agree, please respond below this comment.
User
ConsoleCrafter
SpigotMC User

August 18, 2025

Version: 6.14.5
This plugin is a must-have for any server with an economy. It's incredibly easy to use, and the in-game GUI for configuration is a game-changer. You don't have to mess with config files anymore!

It's super flexible, stable, and the support is amazing. Seriously, if you need a shop plugin, this is the one. A perfect 10/10.
User
PenTa77
SpigotMC User

August 17, 2025

Version: 6.14.4
Doesn't work in 1.20.6 paper................................................................
User
BlackforgeX
SpigotMC User

August 10, 2025

Version: 6.14.4
this plugin is much good i use it for my server and also easy to edit the price in the shop and also i can add new block and category in it
User
ConsciousDark
SpigotMC User

July 24, 2025

Version: 6.14.4
Hello! please consider adding serverwise dynamic pricing. (price inflating when purchasing, deflating while selling.)
If i couldn't be clear, here's a demonstration:
I have 128 wheat and it sells for 13$
If i proceed to sell it, the price deflates 12% so it becomes 11.5$ if i were to sell another 128 wheat again. (buy price deflates also.)
Same thing while purchasing and vice versa.
This would both keep the pricing parallel with the wealth of the players as the server progresses and the moneymaking becomes more flexible, and it would include the server diversifying on the method they make money from selling items.
User
Edgaruriel
SpigotMC User

July 9, 2025

Version: 6.14.2
Buen plugin nada más que en la última versión no me da los objetos en las seccns
Admin
Gypopo
Author

July 9, 2025

Hey Edgaruriel, thank you for the feedback. Please join our discord support server so we can help you solve this issue!

https://discord.gpplugins.com
User
Ganergranar
SpigotMC User

July 6, 2025

Version: 6.14.0
please add support to 1.21.7, good plugin and it has many features that players wil like
Admin
Gypopo
Author

July 6, 2025

Support for 1.21.7 was actually added in previous update already, but the update released today might've fixed a few issues with it.

Be sure to report any issues you have at our discord server.
User
BrianEier
SpigotMC User

June 21, 2025

Version: 6.13.3
Plugin works fine altho if you want the player head in the shop to show a rank you need to buy premium? like the server support said "The free version of esgui does not support outside placeholders so it wont parse"

Support was fast altho came over quite rude when i asked if i could send my plugin list so they could help me troubleshoot the problem for future plugins.

it's kind of weird that you have to pay if you don't want the default name or even show the rank on the player head.

most of the base prices are way to much so be prepared to spend 4+ hours on just getting the shops to the right prices and removing things that you do not want to sell in the shop.
Admin
Gypopo
Author

June 21, 2025

Thank you for the feedback Brian,

It is correct that placeholders from external plugins(PAPI) are only supported on the premium version, although unlike you said, even the default name of the player can be shown in the free version without placeholders(which you eventually did by the help of our staff).

Spending some time to make the prices of items match your server style will sadly always be a thing if you want a unique server shop, however since you were using a shop layout from a 'friend', you make the issue bigger.
User
boggy3435
SpigotMC User

May 30, 2025

Version: 6.12.2
its a good mod, although some default prices are a little crazy, especially with the lodestone recipe change
User
addudu
SpigotMC User

May 21, 2025

Version: 6.12.2
Such a gud plugin. Also good support. Creator is a living legend to make it free
User
cats123
SpigotMC User

May 8, 2025

Version: 6.12.2
Amazing plugin :D I'm impressed considering its a free version, and, it is easily customizable
Also, support is quick, which is great
User
zachup100
SpigotMC User

February 19, 2025

Version: 6.10.2
It's a really good plugin, worth purchasing the Premium version if you have the extra funds, and want extra features. It's just unfortunate that a commonly used features, like MySQL, is locked behind a premium paywall. Besides that, plugin does a great job at handling sales! 100% worth getting this!
User
Insane205
SpigotMC User

January 26, 2025

Version: 6.10.2
Great plugin. Easy to configure and works great on my Minecraft 1.21 servers. Thank you!
User
Cinnamomic
SpigotMC User

January 7, 2025

Version: 6.10.1
Great plugin, How do I make it so I can set a currency for a certain section like the spawner section to make it for Coins on CoinEngine?
User
Minecraft_Pundit
SpigotMC User

December 5, 2024

Version: 6.10.0
Great plugin for an economy! You might want to boost the cost of totems of undying if your server isnt whimpy
User
hmh532235
SpigotMC User

September 30, 2024

Version: 6.8.2
I like the shop plugin, but please add a place to put custom model data! Please fix the bugs quickly, thank you.
Admin
Gypopo
Author

September 30, 2024

The ability to add third party/custom items is a feature of the premium version.
User
Starsnack
SpigotMC User

September 27, 2024

Version: 6.8.2
Probably the best shop plugin out there. If you don't care about how the GUI looks, it can be pretty quick to set up and use. Otherwise, it can take forever (this is good, tons of customizability). I was disappointed that certain attributes or component settings on items can't be used in the free version, but it's understandable. If you got some cash, go get the premium version. I likely will, I already know it's worth it.
User
CodexGigas04
SpigotMC User

September 16, 2024

Version: 6.8.1
Easily the best and most flexible shop plugin out there. I can sell anything and everything and paired with citizens I can make a working gathering hub(spawn) without any hassle! Just perfect :D
User
Jjsdjsdadasds
SpigotMC User

September 1, 2024

Version: 6.8.1
Good plugin highly recommend but the only problem with it is that when you put a renamed item on the shop you can't delete the item all though this is the best shop plugin
User
ndude5
SpigotMC User

August 15, 2024

Version: 6.7.10
I don't usually write reviews for plugins but this one is so well made i had to write one hahaha. It is such a shame that this resource has been brought down to 4 stars because of the idiots in the reviews pasting their error messages instead of getting support lol this is one of the most well designed plugins I've tried in a long time and the fact that it's free is unbelievable. All the language support, literally everything is configurable, works well out of the box, and despite how many features it provides it's still made in such a way that it's easy to understand and configure even with little experience. Such a great resource!!
User
FunkyLiam2
SpigotMC User

August 8, 2024

Version: 6.7.9
Just for the record I'm not asking for support, I'm complaining about the fact that if I try to put something like a crate key on the shop, (I use excellent crates) when I buy it and try to use it, it does nothing! I can't use custom items with it, even though the item I've sold is customised.
Admin
Gypopo
Author

August 8, 2024

Hello Liam, please do not repost your reviews, use the support server instead to get support.

After all, custom items from third party plugins require the premium version of this plugin. If you have any more questions, please do not repost your review and use the support server instead.
User
DWolfsDP
SpigotMC User

August 4, 2024

Version: 6.7.9
Very easy to setup for your own server's needs. Worked very nicely to make a virtual shop for our server.
User
Rainn1021
SpigotMC User

June 25, 2024

Version: 6.7.3
Really nice plugin, love it!! And just a tip :0, if your plugin is still not working after u installed vault and essentials, try economy++, mine didn't work at first too.
User
tomasalias
SpigotMC User

June 21, 2024

Version: 6.7.1
[02:52:08] [Server thread/ERROR]: Error occurred while disabling EconomyShopGUI v6.7.1
java.lang.IncompatibleClassChangeError: Found interface org.bukkit.inventory.InventoryView, but class was expected
at EconomyShopGUI-6.7.1.jar/me.gypopo.economyshopgui.EconomyShopGUI.lambda$onDisable$0(EconomyShopGUI.java:221) ~[EconomyShopGUI-6.7.1.jar:?]
at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1116) ~[?:?]
at EconomyShopGUI-6.7.1.jar/me.gypopo.economyshopgui.EconomyShopGUI.onDisable(EconomyShopGUI.java:220) ~[EconomyShopGUI-6.7.1.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:291) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:237) ~[paper-1.21.jar:1.21-19-2118196]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugins(PaperPluginInstanceManager.java:161) ~[paper-1.21.jar:1.21-19-2118196]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugins(PaperPluginManagerImpl.java:97) ~[paper-1.21.jar:1.21-19-2118196]
at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:541) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:598) ~[paper-1.21.jar:1.21-19-2118196]
at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:988) ~[paper-1.21.jar:1.21-19-2118196]
at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:845) ~[paper-1.21.jar:1.21-19-2118196]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1295) ~[paper-1.21.jar:1.21-19-2118196]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.jar:1.21-19-2118196]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Admin
Gypopo
Author

June 21, 2024

Hello, this error was caused due to a paper update, which has been solved in the latest versions of the plugin.
User
torchman007
SpigotMC User

June 11, 2024

Version: 6.6.3
hola como va? este plugin andaba perfectamente, por mas que cambie la version sale error en todo, la verdad una desepcion
Admin
Gypopo
Author

June 11, 2024

Make sure you install the dependencies of this plugin, and use a propper place for support: https://discord.gpplugins.com
User
avyaya
SpigotMC User

May 27, 2024

Version: 6.6.1
Earlier i wasn't facing any major error but now this plugin won't start, it just give error 'me.gypopo.economyshopgui.EconomyShopGUI'
Admin
Gypopo
Author

May 27, 2024

Hey Avyaya, to start, the error you provided isn't complete and we will need more info then that to indentify the issue.

But please use a propper support place instead of the reviews section: https://discord.gpplugins.com
User
OctavalGeogre
SpigotMC User

May 14, 2024

Version: 6.6.0
It would be great if author opened the source and added a command to open a market for other players with a special right
User
ChiruMC
SpigotMC User

May 11, 2024

Version: 6.6.0
The best shop plugin out there in my opinion, really usefull and easy to use!!!!
User
RulingBelt
SpigotMC User

May 7, 2024

Version: 6.6.0-b.2
wow this thing sucks, I CANT EVEN DOWNLOAD THE FILE, ALL I GET IS A STINKY LOADING SCREEN TILL I DIE.
Admin
Gypopo
Author

May 7, 2024

Fixed, my bad for testing new things on a live server :)
User
rwfiwfbevowe
SpigotMC User

April 26, 2024

Version: 6.5.2
how can i use it without essetials please tell me me me em em em em meememememememememememe
User
jayhawk2255
SpigotMC User

April 24, 2024

Version: 6.5.2
The plugin is great but the thing is that there is a %ammounttopay% placeholder in the category of the item i would give it five stars if it worked corectly in 1.20.1.
User
AydamGamesCZ
SpigotMC User

April 18, 2024

Version: 6.5.1
what i need is premium feature, if i cant edit and add custom item to shop, then the plugin is completly useless in most ways
Admin
Gypopo
Author

April 18, 2024

So why give the free version a negative review?
User
Inbydev
SpigotMC User

April 14, 2024

Version: 6.5.1
Really easy to set up and scalable, it's really cool! The only thing I hope is added in the future (if it already exists but I didn't see it), is that used items can be sold too, perhaps at a lower price because they are used, but I really think that would be great!
User
Kelegele
SpigotMC User

April 12, 2024

Version: 6.5.0
There is a fatal buy command error.
When using the buy command, regardless of whether the player chooses to purchase 1 or 64, and the payment amount varies by 1x 64x, the buy command is only executed once.... Shouldn't it be buying 64 and executing 64 buy commands?
Admin
Gypopo
Author

April 12, 2024

Hello, like we've explained to you in our support server, this is intentionally and done for performance reasons.
It would be dramatic to execute the same command 64 times, instead there is a placeholder which can be use inside the command to get the amount of the transaction.
User
Sketrick
SpigotMC User

April 12, 2024

Version: 6.5.0
Latest 6.5.0 version is getting deleted by antivirus saying it's Trojan. Could this be looked into please?
Admin
Gypopo
Author

April 12, 2024

Hello, you may safely ignore these warnings. Currently alot of plugins have this issue as a result of a update with Windows Defender.

See an official post of MD-5 here: https://www.spigotmc.org/
User
smaks6
SpigotMC User

March 29, 2024

Version: 6.4.6
Simple, and good. I use it on my server and it work without problems. I recommend the plugin!
User
acrospate
SpigotMC User

March 26, 2024

Version: 6.4.6
I love your plugin!! Since the last update with the season plugin, my shops have found a great new interaction. Well played and thank you.
User
onigumo
SpigotMC User

February 24, 2024

Version: 6.4.1
Le doy un 4 por que si bien funciona correctamente cuando quieres agregar un encantamiento de Excellent Enchants como este:
"excellentenchants:BLAST_MINING:3" o cualquiera de ese plugin no lo toma, no funciona correctamente es ams para que funcionen los encatamientos en esta nueva version deben ir sin " " o directamente no los mostrara.
User
Erywizk
SpigotMC User

February 21, 2024

Version: 6.4.1
Спасибо разработчику за этот плагин лучший плагин спасибо вам все работает отлично!!!
User
hitmanpl47
SpigotMC User

February 16, 2024

Version: 6.4.0
Changing my review from 3 to 2 after the author responded. Now changing it to 1 star as requested by the author.

Final message:
I understand what you are saying. What you are saying is wrong.
"EconomyShopGUI doesn't change spawner mechanics"
"Being able to mine spawners, so players can pick them up, is a feature within this plugin."

That IS CHANGING spawner mechanics. I looked at your plugin description and while it says it SUPPORTS spawner plugins it doesn't say ANYWHERE that by default it is enabled.

---

My initial comment:
Silk spawners should not be enabled by default. I downloaded a shop plugin and it messed with vanilla mechanics.

Response:
The spawner provider is set to AUTO by default since it proved to fix issues with external spawner plugins before. Neither does EconomyShopGUI change vanilla spawner mechanics.

My Update:
WARNING. This plugin will enable silk spawner's for you despite it being a "shop plugin". The author claims it does not change vanilla spawner mechanics. Vanilla spawn mechanics do not allow obtaining a spawner block with silk touch - this plugin enabled that feature by default.

Response:
Again, the spawner provider is set to AUTO by default, which fixes issues with external spawner plugins as having it set to DEFAULT, will cause issues with duplicated spawner events, and whereas disabling it by default will take away the feature of being able to silk spawners within the shop.

And again, EconomyShopGUI doesn't change spawner mechanics: Being able to mine spawners, so players can pick them up, is a feature within this plugin.
Which btw can be disabled or changed to the owners liking.

Seems like you don't quite understand what I was saying, so if you have any further questions, be sure to change this to a one-star review and I will clarify your misunderstandings ;)
User
pythonifytaken
SpigotMC User

February 13, 2024

Version: 6.4.0
I absolutely love this plugin, and unlike the dickhead in the last reply, I appreciate the constant updates and the fact that you are working hard on the plugin. Only issue is that in the default config, there is an infinite money glitch where you can buy a bunch of waxed copper, and then sell it for a bunch of money. Overall one of the best plugins ever/
Admin
Gypopo
Author

February 13, 2024

Thank you for the review!
The exploitable prices in the default configs are fixed in the latest version, remove your existing layout and let it regenerate the default.
User
cL3v3r
SpigotMC User

February 3, 2024

Version: 6.3.3
With all of this shit amount of updates im planning into switching to ShopGUI instead
Admin
Gypopo
Author

February 3, 2024

So what are you still doing here?
User
onie
SpigotMC User

January 25, 2024

Version: 6.3.2
würde es nicht permanent abstürzen wäre es super, aber so kann ich sagen das die aktuelle version totaler mist ist. keine Weiterempfehlung.
Admin
Gypopo
Author

January 25, 2024

We are not aware of any crashes with the plugin recently, but we would like to help you in our support discord if you have any further issues.
User
xKanPlayz
SpigotMC User

January 23, 2024

Version: 6.3.2
great staff, greaat plugin. Keep it up!
Suggestion: please make prices better looking, like some prices are 2.97 when they could be 3 or some 0.66 to 0.5, tho it's just a suggestion of mine
User
Trentdnejejen
SpigotMC User

January 20, 2024

Version: 6.3.2
I will say the plugin is good if you customize it. but before this fact it's very easy to gain money thru glitches for example something can be abused in shop. Now the plugin is excellent if you use it properly free or paid. Personally, I have a paid copy because I appreciate this resource, but I have a few negative things to say. it's very easy to accidently turn off or have economyshopgui disabled by messing with config if you're a new person when it comes to it.
Admin
Gypopo
Author

January 20, 2024

Hello, thank you for your review and feedback, although I do not completely agree with everything you said.

- The things you call 'glitches' are actually price exploits, resulting from not configuring the default shop layout to fit your server's economy and players abusing it.

- Although it is indeed easy to mess up the configurations (and cause the plugin to not function properly when messed up), this plugin, unlike most other shop plugins, has in game commands to add, edit or remove shop items and shop categories from in game. Which are more 'foolproof' for anyone who is new to configuring their own server/plugin.
User
yufguijk
SpigotMC User

January 17, 2024

Version: 6.3.1
best plugin and very helpful support i recomend it
________________________________________
User
CrazedSpeedRuner
SpigotMC User

January 16, 2024

Version: 6.3.1
Crashed a lot of times setting a custom shop at version 1.8.x
I wasnt able to set items with neither its name:id, then sometimes it worked and didnt crash, sometimes crash idk man just its not working good for this version
Admin
Gypopo
Author

January 16, 2024

Hello, please join our discord support where we will help you out/look into any issues you are having.
After all, 1.8 is a higly unstable server version and is not really our priority, nor recommended.
User
SoyAllenChiu
SpigotMC User

December 16, 2023

Version: 6.2.5
This plugin is amazing. I just wish the plugin was a little easier for those who don't know programing language. I have 1 question, how can I change the name of the main inventory when using /shop? My community just hates seeing that gray name at the top of "Server Store". Also... a feature that we can use to use numbers or a formula to automatically increase or decrease prices instead of going through the yaml files 1 by 1. it would be also great if there is a way to disable a single item instead of just removing it from the yaml file.
Admin
Gypopo
Author

December 16, 2023

Hello, thank you for your feedback.

First of all, the reviews section is not the place for support. Please join our discord at https://discord.gpplugins.com/

Second, this plugin supports commands to add/edit/remove items and shop category's ingame, so there is no need to edit config files.
User
Kamil46546546545
SpigotMC User

December 1, 2023

Version: 6.2.3
Nice plugin, doesn't have errors unless i mess something in the config, has all the functions, customizable, honestly i don't have any complaints so i give it five stars
User
darvad
SpigotMC User

November 19, 2023

Version: 6.2.1
nice plugin. but when i restart the server the price of the items disappears, please fix it
Admin
Gypopo
Author

November 19, 2023

Hello, did you by any change upgrade from any older version as v6?
Since this update we changed the file structure and without migrating your data it will be lost.

This was our first(and hopefully last) ever big change in config files which required data migration.
Be sure to join our discord support server and we will be happy to help.
User
MeoNguMinecraft
SpigotMC User

November 7, 2023

Version: 6.1.4
That's shop plugin work incredible. I really like it. But I have a suggestion: can you add search item for shop?
User
Mainmain03
SpigotMC User

October 31, 2023

Version: 6.1.3
Failed load. 1.19.3 paper. Не работает. Поэтому оценка низкая. А так вроде команды и т.п. хороши.
Admin
Gypopo
Author

October 31, 2023

Did you install the required plugin dependencies? They are listed underneath the 'requirements' tab on this page if you scroll up.
User
eadaddadda
SpigotMC User

October 28, 2023

Version: 6.1.3
this plugin is amazing but i have an issue. There is some items i want to remove so i remove them but i want to be able to sell the items i removed but i can't so i need a fix
Admin
Gypopo
Author

October 28, 2023

You can hide items inside the shop, see more info here: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#hidden
User
RavortMC
SpigotMC User

September 23, 2023

Version: 6.0.6
I need help! The plugin was working fine, but this error occurred and the stores did not load:
[02:57:16 ERROR]: Error occurred (in the plugin loader) while disabling EconomyShopGUI v6.0.6 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "org.json.simple.JSONObject.toJSONString()" because "this.skullCache" is null
at me.gypopo.economyshopgui.files.SkullCache.write(SkullCache.java:52) ~[EconomyShopGUI-6.0.6.jar:?]
at me.gypopo.economyshopgui.util.SkullUtil.saveCache(SkullUtil.java:92) ~[EconomyShopGUI-6.0.6.jar:?]
at me.gypopo.economyshopgui.EconomyShopGUI.onDisable(EconomyShopGUI.java:220) ~[EconomyShopGUI-6.0.6.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:283) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:224) ~[paper-1.20.1.jar:git-Paper-176]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugins(PaperPluginInstanceManager.java:148) ~[paper-1.20.1.jar:git-Paper-176]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugins(PaperPluginManagerImpl.java:92) ~[paper-1.20.1.jar:git-Paper-176]
at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:528) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.disablePlugins(CraftServer.java:571) ~[paper-1.20.1.jar:git-Paper-176]
at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:942) ~[paper-1.20.1.jar:git-Paper-176]
at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:813) ~[paper-1.20.1.jar:git-Paper-176]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1209) ~[paper-1.20.1.jar:git-Paper-176]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-176]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Admin
Gypopo
Author

September 23, 2023

The reviews section is not a place to get help, please join our discord support server where we will be happy to help.
User
Chibe.Meliodas
SpigotMC User

September 17, 2023

Version: 6.0.5
Could add a command where the ADMIN can sell the item to a PLAYER, Please???????
User
cL3v3r
SpigotMC User

August 31, 2023

Version: 6.0.2
Why is this being updated so frequently? People who have customized their configs now have to redo everything over and over again with each update removing the folder just so your updates can take effect... I think this is a huge waste of time and you should do 3 updates in 1 go instead
Admin
Gypopo
Author

August 31, 2023

Wrong, users which want to keep their existing shop layout while updating to v6 can use the migration command to migrate their data using only one command! :)
https://wiki.gpplugins.com/economyshopgui/basics/how-to#migration-of-data-to-v2
User
Chibe.Meliodas
SpigotMC User

August 30, 2023

Version: 6.0.2
Yes, the plugin is very good and very complete.... however, I miss adding a whitelist world.... where I can only use /shop in such a world
Admin
Gypopo
Author

August 30, 2023

It is possible to deny access to the /shop command in specific worlds using the config.yml configuration.
User
Chibe.Meliodas
SpigotMC User

August 30, 2023

Version: 6.0.0
Yes, the plugin is very good and very complete.... however, I miss adding a whitelist world.... where I can only use /shop in such a world
User
kietsdane
SpigotMC User

August 28, 2023

Version: 5.6.5
good plugin, but can't make lores in sections, and when your about to buy an item, we cant shrink the the shop size.
Admin
Gypopo
Author

August 28, 2023

Major update incomming which lets you change shop sizes per page, stay tuned!
User
Varas
SpigotMC User

July 11, 2023

Version: 5.6.1
Just simply the best shop plugin I've ever used, no others can even compete! Would 100% recommend to all other server owners.
User
Wolfaxsi
SpigotMC User

July 11, 2023

Version: 5.6.1
Good plugin. But doesnt work when using geysermc and someone on bedrock tries to use the shop. takes their money but doesnt give items.
Admin
Gypopo
Author

July 11, 2023

Hey there, can you please join our discord support server so we can help you out?
User
soypeto
SpigotMC User

June 12, 2023

Version: 5.5.0
Please address the compatibility issue with the WorldServer Plugin " https://www.spigotmc.org/resources/%E2%9C%85-worldserver-%E2%96%B6-per-world-chat-tab-and-eco.99010/" to ensure its proper functionality alongside this plugin. I kindly request a prompt resolution to this problem.
Admin
Gypopo
Author

June 12, 2023

Hey, I kindly request you to join our discord server and explain the issue you are having.
User
Jqvon
SpigotMC User

May 30, 2023

Version: 5.4.4
I like this plugin, but how can I disable the sell command?
I want to use EssentialsX to sell items
Admin
Gypopo
Author

May 30, 2023

Hey, you can disable commands in your config.yml
User
Hooooo
SpigotMC User

May 4, 2023

Version: 5.4.2
This plugin used to work well.
But this time, when I tried to install it on my new server, I got a problem.
The language file is not correct.(version 5.4.2)
In the link " https://crowdin.com/project/economyshopgui" I found two kinds of Chinese language:simplified/traditional, but both of them are traditinal Chinese, which means simplified Chinese is not available.
Another problem is the plugin.jar includes just one kind of Chinese:"zh",it used to be correct simplified Chinese,but now it is traditional Chinese. I think that somebody uploaded the wrong language file to the website.
Admin
Gypopo
Author

May 4, 2023

I will look into that, but what does this have to do with the plugin not working?
User
Zmon
SpigotMC User

May 1, 2023

Version: 5.4.1
Still a good plugin :)
---------------------------------------------------------
User
Yakuzino2002
SpigotMC User

April 21, 2023

Version: 5.3.5
I encounter this problem and this plugin dosen't work, please help me
---------------------------------------
[06:57:18] [ServerMain/INFO]: Building unoptimized datafixer
[06:57:19] [ServerMain/INFO]: Environment: authHost=' https://authserver.mojang.com', accountsHost=' https://api.mojang.com', sessionHost=' https://sessionserver.mojang.com', servicesHost=' https://api.minecraftservices.com', name='PROD'
[06:57:20] [ServerMain/INFO]: Loaded 7 recipes
[06:57:21] [Server thread/INFO]: Starting minecraft server version 1.19.2
[06:57:21] [Server thread/INFO]: Loading properties
[06:57:21] [Server thread/INFO]: Default game type: SURVIVAL
[06:57:21] [Server thread/INFO]: Generating keypair
[06:57:21] [Server thread/INFO]: Starting Minecraft server on 26.250.251.46:25565
[06:57:21] [Server thread/INFO]: Using default channel type
[06:57:22] [Server thread/INFO]: This server is running CraftBukkit version 3610-Bukkit-19df23a (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT)
[06:57:22] [Server thread/ERROR]: Could not load 'plugins\EconomyShopGUI-5.3.5.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/chat/BaseComponent
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:147) ~[bukkit-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:393) ~[bukkit-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[bukkit-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:412) ~[craftbukkit-1.19.2-R0.1-SNAPSHOT.jar:3610-Bukkit-19df23a]
at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:218) ~[craftbukkit-1.19.2-R0.1-SNAPSHOT.jar:3610-Bukkit-19df23a]
at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:947) ~[craftbukkit-1.19.2-R0.1-SNAPSHOT.jar:3610-Bukkit-19df23a]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:285) ~[craftbukkit-1.19.2-R0.1-SNAPSHOT.jar:3610-Bukkit-19df23a]
at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/chat/BaseComponent
at me.gypopo.economyshopgui.EconomyShopGUI.<init>(EconomyShopGUI.java:121) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
at java.lang.Class.newInstance(Class.java:645) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:79) ~[bukkit-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:143) ~[bukkit-1.19.2-R0.1-SNAPSHOT.jar:?]
... 7 more
Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.chat.BaseComponent
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:147) ~[bukkit-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[bukkit-1.19.2-R0.1-SNAPSHOT.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
at me.gypopo.economyshopgui.EconomyShopGUI.<init>(EconomyShopGUI.java:121) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
at java.lang.Class.newInstance(Class.java:645) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:79) ~[bukkit-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:143) ~[bukkit-1.19.2-R0.1-SNAPSHOT.jar:?]
... 7 more
[06:57:22] [Server thread/INFO]: [CrisTreeCapitator] Loading CrisTreeCapitator v6.3.3
[06:57:22] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[06:57:22] [Server thread/INFO]: [Oneblock] Loading Oneblock v1.1.0
[06:57:22] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.8-dev+3-1eb5d8a
[06:57:22] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[06:57:22] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.8-dev+3-1eb5d8a which is not a depend or softdepend of this plugin.
[06:57:22] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[06:57:22] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[06:57:22] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[06:57:22] [Server thread/INFO]: Preparing level "OneBlock"
[06:57:22] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[06:57:24] [Worker-Main-9/INFO]: Preparing spawn area: 0%
[06:57:24] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[06:57:24] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[06:57:24] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[06:57:24] [Worker-Main-11/INFO]: Preparing spawn area: 38%
[06:57:25] [Server thread/INFO]: Time elapsed: 2188 ms
[06:57:25] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[06:57:25] [Worker-Main-10/INFO]: Preparing spawn area: 0%
[06:57:25] [Worker-Main-11/INFO]: Preparing spawn area: 0%
[06:57:26] [Worker-Main-3/INFO]: Preparing spawn area: 7%
[06:57:26] [Worker-Main-10/INFO]: Preparing spawn area: 68%
[06:57:27] [Worker-Main-8/INFO]: Preparing spawn area: 71%
[06:57:27] [Worker-Main-1/INFO]: Preparing spawn area: 79%
[06:57:28] [Worker-Main-9/INFO]: Preparing spawn area: 85%
[06:57:28] [Worker-Main-14/INFO]: Preparing spawn area: 89%
[06:57:29] [Worker-Main-5/INFO]: Preparing spawn area: 97%
[06:57:29] [Server thread/INFO]: Time elapsed: 4112 ms
[06:57:29] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[06:57:29] [Worker-Main-13/INFO]: Preparing spawn area: 0%
[06:57:29] [Worker-Main-15/INFO]: Preparing spawn area: 0%
[06:57:30] [Worker-Main-13/INFO]: Preparing spawn area: 58%
[06:57:30] [Server thread/INFO]: Time elapsed: 1297 ms
[06:57:30] [Server thread/INFO]: [CrisTreeCapitator] Enabling CrisTreeCapitator v6.3.3
[06:57:30] [Server thread/INFO]: [CrisTreeCapitator] WorldGuard not found. Maybe WorldGuard or this plugin are not up to date?
[06:57:30] [Server thread/INFO]: [0;34;1m[CrisTreeCapitator] [0;37;1m[0;32;1mAn update is available, use /tc update to update to the lastest version (from v6.3.3 to v6.3.9)[m
[06:57:30] [Server thread/INFO]: [CrisTreeCapitator] Enabled
[06:57:30] [Server thread/INFO]: [Oneblock] Enabling Oneblock v1.1.0
[06:57:30] [Server thread/INFO]: [Oneblock]
???····????·····??
???????????????????
???????????????????
??????????????????? by MrMarL
[06:57:30] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.8-dev+3-1eb5d8a
[06:57:30] [Server thread/INFO]: You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled.
[06:57:31] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[06:57:31] [Server thread/INFO]: No kits found to migrate.
[06:57:31] [Server thread/INFO]: Starting Essentials ban format conversion
[06:57:31] [Server thread/INFO]: Found 1 files to convert...
[06:57:31] [Server thread/INFO]: Converted 0/1
[06:57:31] [Server thread/INFO]: Ban format update complete.
[06:57:31] [Server thread/INFO]: Starting usermap repair
[06:57:31] [Server thread/INFO]: Reading: 0.00%
[06:57:31] [Server thread/INFO]: Completed usermap repair.
[06:57:31] [Server thread/INFO]: Attempting to migrate ignore list to UUIDs
[06:57:31] [Server thread/INFO]: Done converting ignore list.
[06:57:31] [Server thread/INFO]: Attempting to migrate legacy userdata keys to Configurate
[06:57:31] [Server thread/INFO]: Done converting legacy userdata keys to Configurate.
[06:57:31] [Server thread/INFO]: Done converting mail list.
[06:57:31] [Server thread/INFO]: #===========================================================================#
[06:57:31] [Server thread/INFO]: EssentialsX will now purge any NPC accounts which were incorrectly created.
[06:57:31] [Server thread/INFO]: Only NPC accounts with the default starting balance will be deleted. If
[06:57:31] [Server thread/INFO]: they turn out to be valid NPC accounts, they will be re-created as needed.
[06:57:31] [Server thread/INFO]: Any files deleted here will be backed up to the
[06:57:31] [Server thread/INFO]: "plugins/Essentials/userdata-npc-backup" folder. If you notice any files
[06:57:31] [Server thread/INFO]: have been purged incorrectly, you should restore it from the backup and
[06:57:31] [Server thread/INFO]: report it to us on GitHub:
[06:57:31] [Server thread/INFO]: https://github.com/EssentialsX/Essentials/issues/new/choose
[06:57:31] [Server thread/INFO]:
[06:57:31] [Server thread/INFO]: NOTE: This is a one-time process and will take several minutes if you have
[06:57:31] [Server thread/INFO]: a lot of userdata files! If you interrupt this process, EssentialsX will
[06:57:31] [Server thread/INFO]: skip the process until you rename or remove the backup folder.
[06:57:31] [Server thread/INFO]: #===========================================================================#
[06:57:31] [Server thread/INFO]: Found ~1 files under "plugins/Essentials/userdata"...
[06:57:31] [Server thread/INFO]: #===========================================================================#
[06:57:31] [Server thread/INFO]: EssentialsX has finished purging NPC accounts.
[06:57:31] [Server thread/INFO]:
[06:57:31] [Server thread/INFO]: Deleted accounts: 0
[06:57:31] [Server thread/INFO]: Total accounts processed: 1
[06:57:31] [Server thread/INFO]:
[06:57:31] [Server thread/INFO]: Purged accounts have been backed up to
[06:57:31] [Server thread/INFO]: "plugins/Essentials/userdata-npc-backup", and can be restored from there
[06:57:31] [Server thread/INFO]: if needed. Please report any files which have been incorrectly deleted
[06:57:31] [Server thread/INFO]: to us on GitHub:
[06:57:31] [Server thread/INFO]: https://github.com/EssentialsX/Essentials/issues/new/choose
[06:57:31] [Server thread/INFO]: #===========================================================================#
[06:57:31] [Server thread/INFO]: Loaded 38132 items from items.json.
[06:57:31] [Server thread/INFO]: Using locale zh_TW
[06:57:31] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[06:57:31] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[06:57:31] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[06:57:31] [Server thread/INFO]: Using superperms-based permissions.
[06:57:31] [Server thread/WARN]: Could not register alias sell because it contains commands that do not exist: economyshopgui:sellall $1-
[06:57:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[06:57:31] [Server thread/INFO]: Done (8.707s)! For help, type "help"
[06:57:31] [Server thread/INFO]: Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[06:57:31] [Craft Scheduler Thread - 0/INFO]: §6正在獲得版本資訊……
[06:57:31] [Craft Scheduler Thread - 3/INFO]: [Vault] Checking for Updates ...
[06:57:31] [Craft Scheduler Thread - 3/INFO]: [Vault] No new version available
[06:57:32] [Craft Scheduler Thread - 0/WARN]: §4你正在運行的 EssentialsX 已過時 §c53 §4個開發版本!
[06:57:32] [Craft Scheduler Thread - 0/WARN]: §4請到這裡下載:§chttps://essentialsx.net/downloads.html
[06:57:53] [Server thread/INFO]: Unknown command. Type "help" for help.[m
[06:57:57] [Server thread/INFO]: Unknown command. Type "help" for help.[m
[06:58:02] [Server thread/INFO]: Unknown command. Type "help" for help.
Admin
Gypopo
Author

April 21, 2023

Stop posting your full server log instead of getting help in an official support place.
User
Zmon
SpigotMC User

April 19, 2023

Version: 5.3.5
Amazing plugin! Works like a charm. The only problem is, I can't seem to get the /sellgui command to work. Is there any way to enable it?
Admin
Gypopo
Author

April 19, 2023

This is not a place for support, please join our discord server where we will happily help you.
User
Riarwii
SpigotMC User

April 13, 2023

Version: 5.3.4
Its a great plugin in Spigot!! you must try this. i have suggest can you make support for bedrock player that use geysermc forms so bedrock player can buy / sell item with geysermc forms ui
Admin
Gypopo
Author

April 13, 2023

Hello, thank you for the review!

Bedrock players connected thru Geyser are simply not able to right click(in GUI's), testing this shows that when you right click on minecraft for windows(bedrock), the right click simply translates to a left click for all plugins.

So in simple, this cannot be fixed/added on our side. Bedrock players should sell items using either '/sellall' or '/sellgui'.
User
jackmason123
SpigotMC User

April 4, 2023

Version: 5.3.3
Its a great plugin. But could someone help me on how to make you start with money?
Admin
Gypopo
Author

April 4, 2023

The Essentials plugin has this option
User
Zoobastik
SpigotMC User

April 2, 2023

Version: 5.3.3
All updates above v5.0.0 are burning in hell, ruined the plugin, do not recommend.

Made an independent plugin, dependent!

At the same time, the information both in the wiki and on spigot has not been updated.

This plugin cannot disable its own permissions on its own!
Admin
Gypopo
Author

April 2, 2023

Hello, Im sorry to hear that you're still having permissions issues.

Since version 5.0.0, we've actually made the plugin less dependent on a permissions plugin, since permissions are now automatically assigned to access shops.

Though, if a server owner decides to make their shops limited, you can use a permissions plugin to change this.
Unlike before, where you required a permissions plugin to even access them.

But when we tried to tell you this on our discord, you were upset because the permissions could not be disabled using the plugin's source code, which is obviously not the way to manage permissions.

I recommend you look at a permissions plugin, unless you want to edit every plugin's source code on your server to manage permissions. Not to mention you would have to do that again for every plugin update.
https://imgur.com/GojJpwx
User
94winterwars
SpigotMC User

March 31, 2023

Version: 5.3.3
Well, it's really good. Can tell you that. I don't know why people give this a 1 star.
User
J0hny
SpigotMC User

March 22, 2023

Version: 5.3.0
The best free shop plugin you can find. It has everything, you can customize however you want and add/delete anything! 100% Recommended!
User
LongNguyen2k7
SpigotMC User

March 21, 2023

Version: 5.3.0
when I add an item that hides the enchantment, when I buy it from the shop, the item shows the enchantment again
Admin
Gypopo
Author

March 21, 2023

Hey, how are you hiding the enchantment from the item? Please join our discord support server so we can help you furthur.
User
Ldegenhart
SpigotMC User

March 16, 2023

Version: 5.3.0
Perfect plugin, Except for one thing... You cant really edit in the GUI itself, and have to perform a hard command. The prices are for my server 2 cheap and its why i want to like easy change it. Overall a great plugin! :)
User
shotsfired
SpigotMC User

March 6, 2023

Version: 5.2.4
Works great for me! You have to be patient and smart enough to follow a config file, and set up your own permissions. :) Again, join the discord if you need assistance, it's common sense!
User
AmazingSoap
SpigotMC User

March 3, 2023

Version: 5.2.4
This plugin has some nice features for being free, and is very customizable. Keep it up!
User
z0z0Official
SpigotMC User

February 27, 2023

Version: 5.2.4
To imagine a developer willing to take more energy into cursing the people who review their plugin instead of actually fixing their plugin in the first place, now that's something. You can burn every single person who marks your plugin as trash, like myself, but realize it is YOU who put the plugin on this website of which caters to the customers, not the other way around, and it is YOU who coded it. As far as all the comments that say this plugin works, they are all crones from his discord making new accounts, and posting the reviews, you can tell by how similar the names all are.

So stand by corrected, it is YOU who caters to the consumers, not the other way around, and with this plugin, who would have though that instead of procrastinating all the tickets sent to you that you could have easily solved the problem instead of hours to respond. Again I will re-post my comment, and keep reposing it so it stays at the top. I did however reduce the two stars to one. Who wants to deal with a developer that is so full of it they would come and curse you out in a forum such as this. Grow up, and if you don't like the bad reviews don't make trash plugins/post them on this website. Stay on github. we don't care.

as far as the chest plugin that was "causing issues" those commands were coded out to prevent conflicts by the developer of that program. You should take by example. That programmer took 5 mins to solve this problem, but your plugin is just down right trash. WHO TF would want to pay money for a plugin whose developer is not only a Karen but a Chad as well.


(original comment)

Plugin was working, then it stopped, didn't spit out any errors in console, even when debug was on. Discord support was even worse. Made ticket, got a bot reply an hour later for screenshots, I went ahead and provided them, then 8+ hours later STILL NO REPLY. Just another ticket waiting to be looked at by a developer who is clearly procrastinating and cannot provide the support they preach. I was going to invest in the premium, but if I'm getting treated like this, my money will be better spent somewhere else. I do not recommend the plugin, currently does not run on the latest build of paper mc(as of writing this, 2/26/2023) You should be grateful I gave you two stars. I will spread the word with all of my network- To ditch this plugin and find something better, and with actual support instead of a skeleton crew.

If any reviews pop up above mine after posting this and preaching about how incredible this plugin is and how it saved their life(you should question it's authenticity), they are most likely from their discord staff. We all know how developers send out their discord/network hermits to try to fan out the fire. Retrospective review has already been posted on yt. Thanks for making me realize I can find a better plugin elsewhere.
Admin
Gypopo
Author

February 27, 2023

Hello, again...

Im not gonna put much effort in replying to your bibles again cause your clearly not only reviewing the plugin.

Like I sayd in my previous reply where you mention you had to wait 8 hours for a reply from our support: You openeded a ticket, got a bot response to post your information such as the plugins you are using, and left after 3 hours yourself...
And no, we're not able to solve everyone's ticket in only 3 hours cause we have our own lives to, while I was catching some sleep for my next day at work...

You say that our staff posts the reviews, well, Im here to tell you that all reviews are legit, even the bad ones sadly. And hell I don't ask for reviews from our users, let alone my staff, there is simply no meaning in bothering them cause happy users will post them theirselfs.

I may just copy this reply over to your next review, I just hope no other developer has to deal with people like you. We also have our own lives, job and our own prioritys.
User
olober
SpigotMC User

February 24, 2023

Version: 5.2.4
This shop plugin is flawless. I've been using it for a few months now and Gypopo is always there to help on Discord. The premium version lets you change shop prices in the gui and add custom items from other plugins. If you read the negative reviews, they're all faults of the user and not the plugin, Because ESGUI rocks!

I just love this plugin so much and the creator behind it is a great spirit.
I use the premium version but I had to come back to give him credit.

No errors, no mem leaks, buyable commands, discord integration, /addhanditem, integrated reload, this plugin has it all!
User
Waschmasch1
SpigotMC User

February 11, 2023

Version: 5.2.3
funktioniert garnicht nur fehler medlungen und mehr nicht kann ich nicht weiter empfelhen und /shop exestiert nichtmal und sachen wie /editshop gibt nur fehlermeldungen
Admin
Gypopo
Author

February 11, 2023

Im sorry to hear that the plugin isn't working, but if the main command of the plugin doesn't exist, you must've had a bad time using it on your server...
Tried to read the part where it says that this plugin requires a economy provider?
User
BossFoxy0007
SpigotMC User

January 27, 2023

Version: 5.2.2
nice plugin but does it has a command that automatically buys an item or goes to the specific items page ?
User
silentShadows
SpigotMC User

January 24, 2023

Version: 5.2.2
my servers ranks are using 50+ characters each because of special varied coloring ive been in config for like 5 or 6 hours and have not found a way to change the player head to have just the name and not the prefix id=s there a way?
Admin
Gypopo
Author

January 24, 2023

The colors not translating inside the prefix/suffix was fixed in an ealier update
User
victorlindox
SpigotMC User

January 19, 2023

Version: 5.2.1
Nice plugin, very easy to change settings and prices, keep updating please, Thankssss
User
SirMario
SpigotMC User

January 11, 2023

Version: 5.2.0
Excellent plugin. Easy to configure and comes with excel sheet to balance economy on the discord. The negative reviews below make no sense!
Admin
Gypopo
Author

January 11, 2023

Thanks!
User
Luism12
SpigotMC User

January 6, 2023

Version: 5.1.4
Not working for 1.8 or 1.9 tried everything possible i think the plugin might be bugged right now.
Admin
Gypopo
Author

January 6, 2023

Hey Lui,

After helping you in our discord server we've solved the issue which was simply that you didn't have an economy provider installed(which is mentioned on this plugin page that it is required).
If you have any other issues with the plugin, feel free to ask.
User
dopetrain
SpigotMC User

December 16, 2022

Version: 5.1.2
Doesn't work for non-OP players, tried using the permissions commands but they didn't work either, just showed as an invalid command, only works for OP
Admin
Gypopo
Author

December 16, 2022

Please join our support discord so we cam help you setup permissions.
User
Shravan012
SpigotMC User

December 15, 2022

Version: 5.1.2
great plugin shops are done very well but when i edit the shop.yml the plugin doesn't load with an error is it up to date i really hate that its so annoying as i only changed the prices of some items and this is not my fault i recheck the config/shop.yml there not any code mistakes
Admin
Gypopo
Author

December 15, 2022

Hello, thank you for the review.
Could you please join our support discord so we can help you there.
User
tigertmjv
SpigotMC User

November 18, 2022

Version: 5.0.3
Custom model data is really nothing but the author still refuses to add it to the free version, it's really confusing. But this is still a good plugin.
Admin
Gypopo
Author

November 18, 2022

CustomModelData is only available in the premium version as of now
User
Akimerius
SpigotMC User

October 27, 2022

Version: 5.0.0
This plugin is excellent, I recommend it to all users, just keep creating the plugin.Would it be possible to add TradeSystem ?
Admin
Gypopo
Author

October 27, 2022

Thank you for the review!
However this is a server sided shop plugin, not a player trade plugin.
User
lilsimmi
SpigotMC User

October 12, 2022

Version: 4.9.3
any way we can get EcoEnchants capabilities in the future in the enchants section?
Admin
Gypopo
Author

October 12, 2022

EcoEnchants isn't supported on the free version at this time
User
ApexServices
SpigotMC User

October 3, 2022

Version: 4.9.3
The plugin is very nice. unfortunately it does not support the CMI plugin. I've used it a lot with EssentialsX but now I need CMI support.

(google translate)
Admin
Gypopo
Author

October 3, 2022

Please join our discord server for questions but this is possible with the CMI Injector or the customized Vault.
User
skepsi00
SpigotMC User

September 22, 2022

Version: 4.9.3
its a very good plugin but the only thing i find wierd is that they removed the other section in the shop
Admin
Gypopo
Author

September 22, 2022

We renamed the section to 'miscellaneous' a few updates ago
User
kiros712
SpigotMC User

September 22, 2022

Version: 4.9.3
It's a very good plugin, but when I want to list my protectionstone protections they stop working
Admin
Gypopo
Author

September 22, 2022

Items from other plugin(NBTData) are only supported on the premium version
User
bensulino
SpigotMC User

September 15, 2022

Version: 4.9.2
Its the best Plungin OMG its so Good for my server thank you it´s the best plugin <3
User
Minecraft_Pundit
SpigotMC User

September 15, 2022

Version: 4.9.2
the BEST economy plugin for free -- no contest!








Your review must be at least 80 characters. Using filler characters to bypass this limit will get you punished, please write a proper and constructive review.
User
davidd117
SpigotMC User

September 9, 2022

Version: 4.9.1
In Minecraft Java work perfect, but in BedRock, do not open the gui to sell items with right click and in any way, y use spigot/bukkit versión 1.19.2 (3580) in aternos
Admin
Gypopo
Author

September 9, 2022

Bedrock(mobile) players are not able to right click in any plugin, they just dont have a right click option(like on pc). Your players should use /sellall or /sellgui to sell items.
User
Florian_nl
SpigotMC User

August 29, 2022

Version: 4.9.1
Best free shopgui plugin on the market! ,You get immediate support. it is a nice guy. Thanks man!
Admin
Gypopo
Author

August 29, 2022

<3
User
Kobeeeef
SpigotMC User

August 27, 2022

Version: 4.9.0
Plugin is good but their support is kinda bad. I asked for help and they kept saying it was "my issue" and closed the ticket.
Admin
Gypopo
Author

August 27, 2022

I cannot remember any ticket/issue in the past months which hasn't been solved yet, and if there was, it must've been clear that it was your own fault, we always test the plugin on our end to make sure the issue doesn't happen on both sides.
User
lu.
SpigotMC User

August 22, 2022

Version: 4.9.0
Excelente para mi servidor, me ayuda mucho a mejorar el servidor y tener mas funcionalidad
User
Lymae
SpigotMC User

August 19, 2022

Version: 4.8.2
This is a very good plugin. Currently, I have a problem with it. Indeed, I can't use any command of this plugin without it telling me that there is an error in the config. Even after re installing it. Could you help me ?
User
crossthefire
SpigotMC User

August 1, 2022

Version: 4.8.0
Best shopgui plugins I even found. I hope you can make a "EverythingElse" shop to more shop like armor,tool,...
Admin
Gypopo
Author

August 1, 2022

Sub shop sections(Sub category's) are comming soon, stay tuned!
User
RubenCaleb
SpigotMC User

July 28, 2022

Version: 4.8.0
Really good plugin!!
------------------------------------------------------------------------
User
iiMilan
SpigotMC User

July 22, 2022

Version: 4.7.5
The best shop plugin ever! There are so many languages supported that I can just change to it! This is simply amazing!
User
TeamMas7eR
SpigotMC User

July 22, 2022

Version: 4.7.5
Is there a way to use other currency like exp or kill mob count? if not will be great to have it !
User
goalsss
SpigotMC User

July 16, 2022

Version: 4.7.5
please make us allow us to change the skull name with place holder like %vault_prefix%%player_name%vault_suffix% not just %player_name%
User
niepokonany
SpigotMC User

July 10, 2022

Version: 4.7.4
not working i write /shop and this command not exist not working on aternos why??????
Admin
Gypopo
Author

July 10, 2022

Please make sure you install all required plugins
User
KuaterCraft
SpigotMC User

June 10, 2022

Version: 4.6.2-b.1
Great plugin and thx for updating to 1.19 also can you add support for *coins* plugin https://www.spigotmc.org/resources/coins.33382/
User
FCSSensai
SpigotMC User

May 18, 2022

Version: 4.5.2
Great plugin, really enjoying it so far...
Would help a LOT if you added the feature to have shop categories execute commands instead of opening a shop menu, that would allow users to tie this in with other sub-shops like GenBuckets etc.
User
StyxMC
SpigotMC User

April 28, 2022

Version: 4.4.4
very nice plugin! does what it offers and i just love how you can use npcs to force players to use only a shop at a time and you can even disable the back button/option. 100% recommend!
User
xaks
SpigotMC User

April 23, 2022

Version: 4.4.4
a very good plugin, but there is a problem with the fact that any spawner becomes a pig spawner
User
frigid_glaciers
SpigotMC User

April 6, 2022

Version: 4.4.1
Very cool plugin, reported a bug and it got fixed in a few days. Plugin is updated frequently. Possibly the best shop plugin out there.
User
luizguipro
SpigotMC User

April 1, 2022

Version: 4.4.0
the plugin is good and all but i really dont like the fact that it cant hold nbt tags on the shop without having premium, it just makes it kinda bad because most people aint really paying for premium unless their server has some income, i would rate this 5 stars if you didnt need premium for it to hold nbt tags.
User
AstralRain
SpigotMC User

April 1, 2022

Version: 4.4.0
very good and I recommend it if you don't want to go crazy creating a shop in other ways. very configurable and comfortable. the problem is that to use it you must necessarily have essentials and I who use cmi cannot use it for this I put 4 stars out of 5. I wish there was an update able to let you use it also with alternative essentials plugins
Admin
Gypopo
Author

April 1, 2022

You can use every economy plugin that uses Vault, that does mean it doesn't need to be Essentials. For CMI to work correctly you need the CMI Injector
User
JonRahm
SpigotMC User

March 31, 2022

Version: 4.4.0
I don't know why the previous bad reviews when I've been using the free plugin for a long time and I decided to buy the premium one because the free one worked perfectly, I just wanted some extra features for my server and I can't be happier, plus DEV is super nice and works hard on the plugin.

And the previous review is a disgrace, it gives 1 star for something that is not included in the plugin!!!! XD The only thing this kind of people do is to demotivate DEV and that someday the plugin will stop being updated.
Admin
Gypopo
Author

March 31, 2022

Thank you!
User
Ton9_Za
SpigotMC User

March 29, 2022

Version: 4.3.3
bait! I dont like this plugin,not have NBT items support but if you want you must buy Premium.
Admin
Gypopo
Author

March 29, 2022

We do not bait people at all, we don't mention anywhere that the free version supports NBT Data
User
ali_2500
SpigotMC User

March 25, 2022

Version: 4.3.3
Add ability to remove/add sections and edit the main shop please! I used this in my anther server and it's excellent but I have another PvP server so I add PvP equipment, tho thanks ^-^
Admin
Gypopo
Author

March 25, 2022

You can edit sections using the configuration files. Ingame commands to configure these sections are being worked on!
User
yesimname
SpigotMC User

March 20, 2022

Version: 4.3.3
This plugin has destroyed my server. From a proper utopian society to a capitalistic cesspool.
Admin
Gypopo
Author

March 20, 2022

Im sorry for ur server, but if the server owner doesn't take the time to configure the item prices correctly then that's their own fault.
User
IcePolaris
SpigotMC User

March 20, 2022

Version: 4.3.2
Great plugin! thank u for your great job, what i want is to keep up with the updates in the future, so that i can always use this... without changing again :D
User
alopicg
SpigotMC User

March 19, 2022

Version: 4.3.2
I like the plugin, the idea is very good but it takes a long time to configure it because you have to go one by one writing all the items, prices...
I would create a way to configure it faster. But the plugin is useful and they update it a lot. So it's OK
User
RudyWade
SpigotMC User

March 15, 2022

Version: 4.3.2
Friend, your plugin is just super! It's updated frequently and works well, I want to test it with a wide audience and hope it doesn't load up the ram server and there are no tps issues.
But I read the reviews below and laugh so much. I laughed normally about the discord
User
YA_Dung2019vn
SpigotMC User

March 12, 2022

Version: 4.3.1
---------------------------------
Good plugin :>
---------------------------------
User
LMAOSSS
SpigotMC User

March 7, 2022

Version: 4.3.1
I don't have a phone number, I literally can't join the discord for support.
But the plugin is good anyways

And yep, my main account is locked :/.
Admin
Gypopo
Author

March 7, 2022

So you leave a 1 star review on our plugin cause your discord account got locked on another server because you don't have a phone number... You even joined our discord with an 'alt' account to explain us why you left the review and asked if someone could 'borrow' you a phone number... Great
User
alexthebad
SpigotMC User

March 6, 2022

Version: 4.3.1
every day a new update really ????
Just stop updating it everyday, make more changes and don't update it after each change
Admin
Gypopo
Author

March 6, 2022

Funny cause I try to update the plugin once a week and it does not always happen sadly
User
JulekKiwalski
SpigotMC User

January 28, 2022

Version: 4.2.1
Plugin is actually very good. The problem is, that most of the config, when I change the language like Ores --> Mineraly (Polish), and then type /reload, the plugin crashes.
Admin
Gypopo
Author

January 28, 2022

You need to make sure you format your config correctly
User
monkeygamer70
SpigotMC User

January 24, 2022

Version: 4.2.0
for some reason this new section i am trying to make wont work can you help
Blackmarket:
enable: true
material: "GRAY_STAINED_GLASS_PAN"
displayname: "&8&lBlackmarket"
place: 44
Lore:
- "&8&1dont tell anyone"
- "&8&1snitches get stiches"
Admin
Gypopo
Author

January 24, 2022

Reviews section is NOT for asking support, head over to our discord server instead.
User
OneHitX
SpigotMC User

January 22, 2022

Version: 4.2.0
[13:42:53 ERROR]: Caught previously unhandled exception :
[13:42:53 ERROR]: Paper Async Task Handler Thread - 32
java.util.ConcurrentModificationException: null
at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1486) ~[?:?]
at java.util.TreeMap$ValueIterator.next(TreeMap.java:1531) ~[?:?]
at net.minecraft.commands.Commands.fillUsableCommands(Commands.java:420) ~[?:?]
at net.minecraft.commands.Commands.sendAsync(Commands.java:378) ~[?:?]
at net.minecraft.commands.Commands.sendCommands(Commands.java:368) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Admin
Gypopo
Author

January 22, 2022

This does not seem related to our plugin at all.
Please join our discord server for issues instead of using the reveiws section.
User
tm_geri
SpigotMC User

January 19, 2022

Version: 4.2.0
Not working on 1.18.1 date installed 1/19/2022
Screenshot error: https://imgur.com/a/zwWxztM need upddate
Admin
Gypopo
Author

January 19, 2022

If you don't install the dependancies of the plugin(Vault and a economy plugin) then it won't work on neither versions you try.
If you would read the error it litteraly says that the plugin is disabled because Vault couldn't be found...

Actually reading the plugin description instead of creating a spigot account and writing a useless 1 star review because the plugin doesn't work for the first time would have saved you some time but Im not here to judge...
User
Dansebo
SpigotMC User

January 9, 2022

Version: 4.1.2
The Plugin is really good, but i have a question. I want to make a block that you can't buy, so basically just sell.
User
TrippleXx
SpigotMC User

January 8, 2022

Version: 4.1.2
best shop plugin, fully configurable. I bought the premium version. Runs perfectly on 1.18.1 !!!
User
JustABear_zZ
SpigotMC User

January 3, 2022

Version: 4.1.1
I love this but make a version for everyone to use /shop command without permissions
User
lu.
SpigotMC User

January 2, 2022

Version: 4.1.1
la mejor tienda que haya podido conseguir para mi server, y super facil de usar hasta para un usuario novato
User
xIdentified
SpigotMC User

December 10, 2021

Version: 4.0.3
The plugin itself is functional, and does everything it should. However, there are some small quirks I've noticed, such as specific shop categories not being registered by the plugin unless they start with a capital letter. Discord support isn't very helpful. I spent almost an hour trying to explain that the issue was in fact with this plugin, not any others I have installed. Support honestly seems annoyed to even be talking to people, which I don't understand because I'd assume you're volunteering to help. I didn't get anywhere with support, so after almost two days I've figured out what the problem was, which was completely unrelated to anything I was told in the support chat.
Admin
Gypopo
Author

December 10, 2021

The fact that you review the support you got says enough, you were the one that stopped responding to our messages. The issue you were having wasn't related to the shops being capitalized differently but another issue since your shop didn't contain any shop category.
User
CrossedLivid
SpigotMC User

December 7, 2021

Version: 4.0.3
This plugin is really good for my needs, as I've been trying to find a good shop plugin that supports 1.18 for AGES. Me and my friends are having a great time on the server with this plugin (Also, so that nobody complains about me banning raid farms, now they can buy totems)
User
TheFrieber
SpigotMC User

November 5, 2021

Version: 3.9.2
It't nice,easy configurable. But i found some bug that makes this plugin unsuable: Your money gets removed if you enter /rl, it only happens if you executed /shop once. So if i reload my server everyone that used /shop looses his money...
Admin
Gypopo
Author

November 5, 2021

This is not a issue with our plugin, removing ESGUI gives the same result. The reload command is just not supported by most plugins, you should restart your server instead of releading it to prevent any other issues.
User
utsarga18m
SpigotMC User

October 9, 2021

Version: 3.9.0
How do i add this GUI on ZNPCS server plugin i.e when we right click on the NPC made my ZNPCS plugin, we get EconomyshopGUI shop
Admin
Gypopo
Author

October 9, 2021

Please see our wiki for more information on how to do this with Citizens, you will need to do your own ressearch on how to do this with ZNPC's and if it is possible.
User
243bukkitman9
SpigotMC User

September 22, 2021

Version: 3.8.1
amazing plugin, havent had any problems and it is fully configurable :) have had alot of fun with this plugin on my private server :)
User
h316098438
SpigotMC User

September 13, 2021

Version: 3.8.0
It's good overall, but the command-item store is not available. questions were submitted, but no one answered
Admin
Gypopo
Author

September 13, 2021

Questions will be answered as soon as we become available on discord, most of the time we answer within 2 hours ish. Missing a question can happen but you may ask it again if so.
User
podval
SpigotMC User

September 13, 2021

Version: 3.8.0
Best plugin ever! Its have many configs, and etc. No problems detect in use. Very good plugin
User
xiongliu
SpigotMC User

September 11, 2021

Version: 3.8.0
Awesome plugin! Never had any issues with it whatsoever. Amazing Developer. keep at it!
User
ccheayon
SpigotMC User

September 8, 2021

Version: 3.7.1
Everything is very helpful, but it seems that special nbt can’t support it, even so I’m still willing to give you a high score
Admin
Gypopo
Author

September 8, 2021

Additionally you can buy the premium version of our plugin which has support for more advanced features such as items with NBTData or commands.
User
Rotor
SpigotMC User

August 31, 2021

Version: 3.7.0
Ne supporte pas Mohist, stop ton plugin parce que vraiment calqué. Genre faut s'adapter en 2021 mdr
Admin
Gypopo
Author

August 31, 2021

When you have an issue with the plugin on a unsupported server type(mostly hybrid servers) we may just decide to not help you. Please read the plugin page before downloading, this says that we won't give support for users with an unsupported server type.
User
Weeps
SpigotMC User

August 28, 2021

Version: 3.6.1
I take the liberty of writing this comment between 2 server restarts.

Thank you very much for the loss of time. It's been 3 hours that I'm looking for the culprit, which allows to break the spawners in game.

>THE OPTION TO BREAK/POST SPAWNERS HAS NOTHING TO DO HERE! <
Last time I checked, it's not a plugin for spawners.

Despite that, the plugin is good, but this waste of time would have made me lose a lot of time or I could not be productive.
Admin
Gypopo
Author

August 28, 2021

If you actually took the time to join our discord server and explain about the issue we could help you with that instead. This is also explained on our wiki which answers most of your other questions.
User
Daranel
SpigotMC User

August 21, 2021

Version: 3.6
Best plugin. Thank you very much. I would like to give some donate, because this plugin is excelent.
User
Proomp
SpigotMC User

August 21, 2021

Version: 3.6
Half of the translation is not working and the developer is unaware of his plugin. Weak support.
Admin
Gypopo
Author

August 21, 2021

We asked you please try deleting the plugin files and jar file, uploading a fresh copy to the server and restarting. You did not do this and closed your ticket without seeking any further support which makes it your choice to leave.
We were not able to replicate this issue in any of our testing.
User
SGKYT
SpigotMC User

August 10, 2021

Version: 3.4.2
YO YO YO
how to add custom items?
------------------------------------------
otherwise its the world best shop plugin!
Admin
Gypopo
Author

August 10, 2021

Please note that the reviews tab is not for asking question/support/suggestions, please join our discord server instead and we will help you there.
User
Minecrafter702
SpigotMC User

August 8, 2021

Version: 3.4.2
Hello! I really like this plugin, its really easy to set up. But I really need a limit section, that stops players to get a high number on money. I would like to set a configuable limit and a timer so players can´t get so fast money at all. And that would keeps them playing. :)
User
yapperyapps
SpigotMC User

August 4, 2021

Version: 3.4.2
Alright. I don't like reviews. Never have. They are never really used for the right reason. I'm making this review because of the support I received on the plugin. I know its hypercritical of me but this was just pathetic really.

Lets start with the plugin.
Performance is sub-par. Causes spikes when using simple commands.
Configuration or lack there of. Most of the GUI's are hard coded. Now normally this wouldn't be an issue but since the whole point of this plugin is to allow a GUI based shop maybe some configurability should be prioritized in the coming updates.
That being said the plugin is on the right track and can be a really good and useful plugin in the future. Maybe take some inspiration from other plugins of the same category.

And now the reason for me making the review. Unfortunately.
So a user asked me if I could support this resource. I looked into it first to check for an API and couldn't find anything on either the wiki or the resource page. With the lack of information on an API I went to the discord.
I asked "Does this plugin have an API?" and was met with what could be perceived as hostility from the apparent moderator in the discord.
"It is closed source and people are not allowed to decompile it."
My simple question wasn't even answered. So Ill leave the conversation in images.

My recommendation to users is make sure this plugin is what you need. If you need other plugins to be able to access it you can either wait (for one to hopefully be added here) or find other plugins with API's.

Conversation: https://imgur.com/a/i2jwumB
Admin
Gypopo
Author

August 4, 2021

Hello, first of all I would like to mention that there are lots of suggestions to work on and adding customize-able GUI's will be added for sure but there are suggestions/bug fixes that get higher priority.

About the performance I haven't noticed anything since a long time now, but however the last updates of the plugin doubles the time of item loading inside the shop screens and click events of players.
User
Hypi
SpigotMC User

July 25, 2021

Version: 3.4.1
Amazing plugin. I just want to ask, if you have blocks set for 1.8., If you have can you please send me it?
Admin
Gypopo
Author

July 25, 2021

You can find these pre generated files inside our discord, else you could just remove the invalid items.
User
XDRGAMING_S4
SpigotMC User

July 23, 2021

Version: 3.4.1
THIS IS EASLY DEFINITELY THE BEST SHOP PLUGIN EVER!
I use this on my server and it is awesome. Just one thing If I delete a section of the shop it has an error and sometimes the items don't get added (0.000000000000000000000000000000001% chance) But this is the best plugin for shops!
User
Jesus27332emilio
SpigotMC User

July 10, 2021

Version: 3.3.1
the best plugin, congratulations to the creator.
I have never had failures and very easy to configure
User
HybridMc
SpigotMC User

July 6, 2021

Version: 3.3.1
The way the plugin is set up looks very nice. But if you need support you better just find a different plugin. Its absolutely horrible!!!
Admin
Gypopo
Author

July 6, 2021

Hey, we're almost 24/7 available to help, however we may not respond instantly because we only have 3 people available to give you support at this time. In the mean time you could read our wiki which contains alot of information and frequently asked questions which answers alot.
User
noieta13
SpigotMC User

July 5, 2021

Version: 3.3.1
hey i have a idea in the shop and section add a function that allows you to add commands e.g. you have a store created with another plugin and you install this plugin and configure it but you don't want to lose everything from that plugin and when you click on it, it executes commands like /spawners %player_name% or the player executes it to open another menu of your customized store.
User
dvarelai
SpigotMC User

June 28, 2021

Version: 3.3
Excellent plugin, works fine, very grateful .
User
XDRGAMING_S4
SpigotMC User

June 16, 2021

Version: 3.3-b.1
This IS the best gui shop plugin out there!
I have One suggestion. add a command that lets you create a shop section. That would be awesome!
User
Ahascul
SpigotMC User

June 12, 2021

Version: 3.2
Very Nice Plugin One of the best Economy one! Do you think this work in 1.17 or you need to update it first? Very great work!
Admin
Gypopo
Author

June 12, 2021

Thank you for the review! As for your question, we just updated EconomyShopGUI to support 1.17 so it should work fine now.
User
Gamer19346
SpigotMC User

May 22, 2021

Version: 3.1.3
its a really good plugin but i cant get permissions to my ranks when i do with economyshopgui.shop.all wont work it opens the shop with economyshopgui.shop but i cant goto sections with shop.all please help
Admin
Gypopo
Author

May 22, 2021

You need to assign permissions, please join our discord server for support.
User
Bananos
SpigotMC User

May 18, 2021

Version: 3.1.2
The plugin is pretty good, however, I have had some minor issues with the config. It is a pain to set up, but after that everything usually works as intended.
Admin
Gypopo
Author

May 18, 2021

Mhh, I see why it would be hard but there is nothing really that we can do about it because the config files just need to be formatted correctly.
This is just how config files work.

But I recommend you to check out the /editshop command to configure items with a command ingame since it puts the settings in the right format for you!
User
Simuliks
SpigotMC User

April 16, 2021

Version: 3.0.9
I give permission to access the shop sections but players cant access used Luckyperms, pextc.
Admin
Gypopo
Author

April 16, 2021

Please join our discord server for support.
User
Outplayed106
SpigotMC User

April 10, 2021

Version: 3.0.7
A really great shop plugin that can also be used through NPC's which i soo good for making a marketplace for survival, skyblock, ect. Would definatle recommend this plugin to someone looking for a customisable plugin with heaps of items.
User
sdsdsd661
SpigotMC User

April 6, 2021

Version: 3.0.7
Its realy good but i need to know can i use other economy/money plugins on it? bcs i have new server and im using UltimateEconomy plugin for money and i want keep it.
Admin
Gypopo
Author

April 6, 2021

Please use our discord support server for support
User
WinCeeTR
SpigotMC User

March 29, 2021

Version: 3.0.6
I love the plugin but language support doesn't work. When corrected, I will give 5 stars.
Admin
Gypopo
Author

March 29, 2021

Hello, the problem is that when the Turkish language file is used in the plugin it doesn't translate all messages, all other languages work fine.

This issue will be fixed soon as possible!
User
UnknownRob
SpigotMC User

March 22, 2021

Version: 3.0.5
Hello Developer, I've been using your plugin for a while now and i've never had an issue, the support on your discord server is super helpful so credit to your team.

To anyone reading this, the Plugin takes patients to edit and the group on Discord help as much as they can, not all of them are developers themselves but are learning from there experiences they've had with the plugin and sharing it with others!

Would I suggest this plugin, Hell yeah, it's super simple to edit either using the commands or by editing the YML files directly. If you are to use this plugin just be patient and read the Wiki, trust me, IT helps!
Admin
Gypopo
Author

March 22, 2021

Thank you for your honest review on the plugin, I agree, it takes time to get the shop right to fit your server Economy.

But, we are working on a premium version of the plugin with a build in GUI editor that is really easy, simple and quick to use to edit all the items inside the shop. It will speed up the process, Im sure!
User
Haskins
SpigotMC User

March 19, 2021

Version: 3.0.5
This shop is useless. The menu can be set just fine, but why put a new Economy in the plugin when a normal server can't do without Essentials. Why can't I use Essentials Economy (Vault)? Why do I not work through other plugins when I turn off those commands (Pay, Bal, ...)? For me, 2 stars out of 5, because other stars do not deserve this plugin. At least for now. I only expected Shop in the GUI from this plugin, but as I see it, it also has unnecessary functions that cannot be turned off.
Admin
Gypopo
Author

March 19, 2021

We are going to remove the /pay, /bal and /givemoney command soon. But however, you could just have overridden these commands with an aliases in the bukkits commands config.

I wonder which extra features you are speaking of that can't be turned on.
User
Cr0wm4n
SpigotMC User

March 15, 2021

Version: 3.0.4
This plugin is amazing and works great no problems. easy to use and easy setup. I would 100% recommend you use this
User
SamFox
SpigotMC User

March 15, 2021

Version: 3.0.4
This plugin is horrible. Me and my co-owner have been working with this plugin since may 2020, and have had nothing but problems.

First we worked on the shop config, and if we did ANYTHING wrong, it would delete all of our work and disable the shop.

So we went through and meticulously added items reloading after each to finally after solid weeks of work, getting the shop to where it was usable.

Couldn't delete items we didn't want in shop, since it would crash the plugin.

Then came along the issue of this plugins built in silk touch spawners. Players could mine them in protected areas, and when we added in our own silkspawner plugin, and changed the compatibility it would break.

That was the final straw since our players were breaking our economy.

I recommend BossProShops as it's more intuitive to use and less probability to break when something is done wrong.
Admin
Gypopo
Author

March 15, 2021

The first problem you mention was when the plugin was in a BETA, this has already been fixed. Deleting items won't make any errors unless you do it wrong.
Also, the spawner provider build in has a option to disable itself, you would now if you atleast ask for support or look at the wiki.
User
dami01c
SpigotMC User

March 14, 2021

Version: 3.0.4
The plugin EconomyShopGUI 3.0.4 don't work in 1.8.8

















































n
Admin
Gypopo
Author

March 14, 2021

Please join our support server and explain the problem so we can try to solve it instead of posting a review that doesn't say anything.
User
Emirp44
SpigotMC User

March 8, 2021

Version: 3.0.4
You can change everything on items:
Lore:
Displayname:
Name:
There is everything.
I had no problems with 1.8.8 spigot and it is very nice to have English language support.
Türk arkadaşlara tavsiye ederim.
Admin
Gypopo
Author

March 8, 2021

Thanks for your review!
User
peddyyy2323
SpigotMC User

March 7, 2021

Version: 3.0.4
and I also donated € 2

and it would be nice if you can also buy items in the shop that can execute a command when buying the weirs really nice

Hello and good day I wish you and I like a very great plugin =)

But I still have a wish or idea and it is really nice if that could be implemented if possible

------ It is really nice if you could add items from other plugins that you hold in your hand with acidification or commands or so with / editshop, the defense is mega nice =)

Examples: from the plugins I mean ((mmoitems, command items 2.2.1 etc. and also standard items with enchantments weir Really nice if you would add that

Examples:
https://www.spigotmc.org/resources/command-items.42556/
https://www.spigotmc.org/resources/mmoitems-premium.39267/
Admin
Gypopo
Author

March 7, 2021

Hello peddy!

Glad you like the plugin.
We are working on a premiun version of the plugin with more features, including executing commands on items inside the shop.
Custom items with NBT data is also being added in that version, we might add a command to add the items to shop also, stay tuned for that!

Thanks for leaving your review, if there are any more questions, please join our discord server: https://discord.com/invite/nPyuB4F

I wish you also a good day!
User
petar69
SpigotMC User

February 28, 2021

Version: 3.0.4
Developer i have a problem. When i buy ultra potion the name is just Potion of Fire resistance and it only gives fire resistance. pls help
Admin
Gypopo
Author

February 28, 2021

The reviews tab is NOT for asking questions/support, join our support server instead and we will be happy to help you there.
User
pomelogamescz
SpigotMC User

February 26, 2021

Version: 3.0.3
very good plugin but you could add a GUI edit (editing in-game by clicking) it would be much easier
Admin
Gypopo
Author

February 26, 2021

We are working on another version of ESGUI that has a GUI editor.
User
SnowCutieOwO
SpigotMC User

February 17, 2021

Version: 3.0.3
However, consider about edit items in game can be a nice idea.
And then, can you support items with nbt or lore ,custom name items?
Admin
Gypopo
Author

February 17, 2021

Editing items ingame is already possible with the /editshop command, also items with custom lore and custom name are already supported. However we are working on NBT tag support on items, stay tuned!
User
Michelandelo
SpigotMC User

February 11, 2021

Version: 3.0.2
Great plugin with no issues! But could you remove /pay, /givemoney, /sellall, /bal or is there any way to do it easily myself? It crashes with EssentialsX as they have already implemented it.
Admin
Gypopo
Author

February 11, 2021

This will be done inside a feature update, probs next one.
User
AlperenX3
SpigotMC User

February 4, 2021

Version: 3.0.2
It is very good that there is a Turkish language file in the plugin, but the server shop part does not change.I tried it in the English language file, but the server shop part has not changed.
Admin
Gypopo
Author

February 4, 2021

You need to restart your server after changing the language file. Thanks for the 5 star thought, please join our discord server for further support.
User
tncc3k
SpigotMC User

January 29, 2021

Version: 3.0.2
When the player's inventory is full, they buy the item in the door and have their money deducted, disable it and notify the player that their inventory is full.
Admin
Gypopo
Author

January 29, 2021

There will be a option soon to disable/enable dropping items when the player's inventopry is full, stay tuned!
User
Hemiz
SpigotMC User

January 23, 2021

Version: 3.0.1
Plugin is really great but problem is /pay command. Can you fix that in next update and when the next update will come out?
Admin
Gypopo
Author

January 23, 2021

Thanks for your review! We are considering to remove the /pay and /bal command from the plugin becuase these are conflicting with other plugin most of the time, this will be done inside a feature update. The next update will come this or next week, stay tuned!
User
wolfbreeder7
SpigotMC User

January 19, 2021

Version: 3.0.1
realy good looking gui and helpful discord staff it gets 5 stars, pog plugin would use again
User
FireW0lf420
SpigotMC User

December 29, 2020

Version: 3.0.1
I would rate 5* only if you didnt add this Pay or make it that command dont exist, cuz ever person having server is using essentialsX and this command is just making to us server Owners an unnecicary problem. When you disable /pay command in your config then you cant use /pay at all, so now i gotta search on net how to override commands cuz you added rly an unnecicary command that makes no sens.. remove pay command from this plugin, cuz you are making us problems where shouldnt be.

What plugin as shop goes its great, and i hope you will keep the good work!
Admin
Gypopo
Author

December 29, 2020

Thank you for your review, we are already aware of the issue with the /pay and /bal command and may remove it soon.
User
God2341545ctf
SpigotMC User

November 27, 2020

Version: 2.4.3
Gypopo took my art (current logo) and then took my designer rank for no reason when I asked why and insulted him when he wasnt responding he banned me. Plugin is bugged too but its not really bad one of best FREE that you can get. But still paid plugins are tested and safe.
Admin
Gypopo
Author

November 27, 2020

First off, you were a designer and created the logo for GPPlugins so I could use it as a logo without taking it from you. Second, I took your designer role because you were sending sexual related images, spamming and being unprofessional to users in our support server, also I already told you why you are banned. Third, the plugin is tested before releasing it. Lastly, I have proof of all what you did on discord, so no lying.
User
baldovin
SpigotMC User

November 19, 2020

Version: 2.4.3
I like it, but i got one problem and i can't get to discord (other problems) i'm using this plugin and ultimatestacker, and if i buy a spawner for the shop and place it down it will set as "pig" help me with this please.
Admin
Gypopo
Author

November 19, 2020

Hello, I understand that you can't join our discord support server for whatever reason but still, the reviews tab is not meant for support. Look at the discussions tab on the plugin page for support then (I might answer you slower then discord)
User
Toolklt
SpigotMC User

October 29, 2020

Version: 2.4.2
It's an okay plugin, but if you could add a /sell command with a sell GUI that would be great. Thanks!
Admin
Gypopo
Author

October 29, 2020

We are working on adding more features soon, stay tuned! But I will add your suggestion to the suggestions channel so we can look into it later.
User
AGamingPirat
SpigotMC User

October 18, 2020

Version: 2.4.1
I love this plugin and it is very simple... How ever I was trying to add a villager spawner to the shop and the plugin doesnt seem to like my format please help.
23:
material: "SPAWNER"
spawnertype: "VILLAGER"
displayname: "Villager Spawner"
buy: 250000
sell: -1
Admin
Gypopo
Author

October 18, 2020

Join our support server for support please, probably you have another problem or you're minecraft version doesn't support Villagers.
User
Porkchop
SpigotMC User

September 26, 2020

Version: 2.3.1.1
This plugin is very nice, but its extremely difficult to edit the default shops.yml because of all the stuff that's inside it. default config is also kind of messy and disorganized
User
Onoris
SpigotMC User

August 31, 2020

Version: 2.3 BETA-2
EN : Work very well, simple to configure, fully customizable.

FR : Fonctionne très bien, simple à configurer, totalement modifiable.
User
Discountd
SpigotMC User

August 20, 2020

Version: 2.2 BETA-17
Very good, but can you provide the default config for shops.yml? I'm trying to migrate from 1.12 to 1.16 and I would like to see what the default setup is for 1.16.
Admin
Gypopo
Author

August 20, 2020

Default configs are inside the plugin jar file, they will be created when the server loads.
User
Porkchop
SpigotMC User

August 18, 2020

Version: 2.2 BETA-17
Default config has many misspelled words, and infinite money loopholes. I'm glad the player on my server who told me about it was honest, or he could be stashing away billions. You can buy slime blocks and resell them as slime balls for significantly more money other loopholes exist too but it would be alot to put here. Please fix this because the default shop is very broken.
Admin
Gypopo
Author

August 18, 2020

Hey, every exploit in the default shops config are fixed in version 2.3 BETA-2. But if you notice another misspelled word or something thats not right, please report it and we will fix it soon as possible.
User
AlanHunter
SpigotMC User

August 5, 2020

Version: 2.2 BETA-17
Very good plugin. Does at it says. Helpful discord server! Could do with a command on purchase and the owner tells me they're planning on doing that. I really recommend getting this plugin!
User
LeWolfy
SpigotMC User

August 3, 2020

Version: 2.2 BETA-17
was looking for a gui shop plugin and this is the best one out! a friend told me about this plugin and im glad he did.
User
SixthUnity
SpigotMC User

July 23, 2020

Version: 2.2 BETA-17
I was looking for a shop plugin that was free and similar in features to the top paid shop plugins out there. After doing some configuration and messing around with it, it turns out that this may be the best of all of them. Very easy to configure and has a lot of options. Overall, I'd recommend to download this versus paying for one.

Great plugin, keep up the amazing work.
Admin
Gypopo
Author

July 23, 2020

<3
User
Cybrie
SpigotMC User

July 7, 2020

Version: 2.2 BETA-15
Hey i realy love this plugin!
But how about that you can use something like @ a / @ p? That would realy Awesome!
Admin
Gypopo
Author

July 7, 2020

Hey, thanks for your review. If you have a suggestion for the plugin, please join our discord and we will look into adding it!
User
homelyseven250
SpigotMC User

July 4, 2020

Version: 2.2 BETA-11
I'm yet to actually try it on my server, but it looks really promising. I like how it includes spawners.
User
GravityCY
SpigotMC User

June 11, 2020

Version: 2.2 BETA-11
I'm genuinely having a continously great experience with this plugin and the devs have ACTUALLY added all of my suggestions, and just keep improving!

The plugin does the job really well, is easily manage-able, has alot of decent features, a customizable shop menu, customizable sections, customizable items in the sections, and most important of all, IS EXTREMELY OPEN to user suggestions!

Respect to the devs, and I genuinely hope you use this plugin since just by using this plugin will also improve the user experience even more for other people since your input really and suggestions does matter!
Admin
Gypopo
Author

June 11, 2020

Thank you, more updates with awesome features comming soon!
User
MattPlayzMC
SpigotMC User

June 3, 2020

Version: 2.2 BETA-11
Great gui shop plugin, much better than most other shop plugins and developer is so helpful and listens to suggestions.
Admin
Gypopo
Author

June 3, 2020

<3
User
Hurly
SpigotMC User

May 30, 2020

Version: 2.2 BETA-11
Best Shop plugin out there <3 Very easy to use and edit. I bought a premium shop plugin and this is a lot better!!
Admin
Gypopo
Author

May 30, 2020

Thanks, stay tuned for more updates and features!
User
Ferny1234
SpigotMC User

May 12, 2020

Version: 2.2 BETA-9
Thank you, for this great job!!, I had'n seens some shopgui like this, even, I think that it's almost better than the ShopGui+, but I would like that you can add the option, for I can put decoration on the menu, as put cristal panes at different colors, just like decoration, not like section, cause I can't put it, on the section config.
Admin
Gypopo
Author

May 12, 2020

Thank you, we will definitely take a look at this suggestion!
User
DerpyUnlimited
SpigotMC User

May 8, 2020

Version: 2.2 BETA-9
Great plugin! One thing to keep in mind for server owners, with the default setup, the prices allow for infinite money for any player by buying iron and selling iron blocks. this completely broke my economy, but completely not the plugins fault, I should have checked prices.
User
skakaj
SpigotMC User

May 1, 2020

Version: 2.2 BETA-7
good plugin good plugin good plugin good plugin good plugin good plugin good plugin
User
kacperleague9
SpigotMC User

April 30, 2020

Version: 2.2 BETA-4
It's good but nothing special. I would suggest adding in game editor because there's any plugin that allows that.
Admin
Gypopo
Author

April 30, 2020

Hey, thank you for your review. We will be adding a ingame editor soon. Currently we are in a beta version so we first are going to make sure that most of the bugs/errors are away.
User
InfiniteSources
SpigotMC User

March 30, 2020

Version: 2.1.2
Great plugin. It works fantastic and I love the consistent updates that you put into it. I have a request:
1) Can we shrink the size of the main shop menu to not be 48 empty blocks or something like that. To shrink the main menu to a set amount of blocks? Thanks! I think many would enjoy this feature.
Admin
Gypopo
Author

March 30, 2020

Thanks, I will take a look at adding your suggestion to the plugin!
User
EthanZimmer
SpigotMC User

January 25, 2020

Version: 2.0.9
Best shop plugin i ever use !

The developer helped me when I had a small problem, if you have one, I advise you to go on his discord and ask him for a solution.
Admin
Gypopo
Author

January 25, 2020

Thank you!
User
bellacute
SpigotMC User

January 22, 2020

Version: 2.0.9
When we select to buy more, we buy the stacks but for the price of 1 item http://prntscr.com/qqxfjg - Also I didn't receive any answer from the author
Admin
Gypopo
Author

January 22, 2020

Well, first off you need to go to my discord for support and there we will answer you as fast as possible and try to solve the issue because this is not a place for support. Second I solved the issue altough, download the latest version to solve this.
User
Turboline
SpigotMC User

January 16, 2020

Version: 2.0.7
Now the search is over. I searched a long time to find such a plugin. Now I've found it. Also works with the "economy-1.0" plugin.
User
Apollogeist
SpigotMC User

January 15, 2020

Version: 2.0.5
This plugin is literally exactly what I needed for my server. We did so much digging to find this plugin, but it's here and it's beautiful.
Admin
Gypopo
Author

January 15, 2020

<3
User
ShulkerHell
SpigotMC User

December 27, 2019

Version: 2.0.2
Can't seem to get this one to work sadly due to internal errors while attempting to perform any of the commands
Admin
Gypopo
Author

December 27, 2019

Hello, probably you are using an unsupported server version. Try to use an supported server version listed above. Next time join my discord server for support/help for the plugin.
User
ItaloPL
SpigotMC User

December 25, 2019

Version: 2.0.2
Funciona perfecto en la 1.15 tal como estaba en las versiones anteriores! El soporte en discord es muy bueno.
Gracias!

-------------

It works perfect in 1.15 as it was in the previous versions! Discord support is very good.
Thank you!
User
vicrules97
SpigotMC User

November 24, 2019

Version: 2.0.1
Great plugin but where do you put the
Permissions:

EconomyShopGUI.bal (This allows player to use /bal command!)
EconomyShopGUI.balothers (Allows you to check someone else balance)
EconomyShopGUI.shop (This permission allows players to use the shop)
EconomyShopGUI.pay (Allows you to pay a player)
EconomyShopGUI.setmoney (This allows you to set money from a player)
EconomyShopGUI.sellall (Allows you to use the sellall command to sell all items in your inventory)
EconomyShopGUI.sellallitem (When you have this permission you are able to sell all specific item(s) inside your inventory when you use a parameter after the /sellall command Example: /sellall baked_potato)

when people put this on there plugin page it would be nice if the plugin developer would explain where the permission exactly go & how you put them in. I never know where you exactly to put them in the permission area or in the chat command for players to use the command.
Admin
Gypopo
Author

November 24, 2019

Hello,
You need to download a permissions plugin and from there you can make groups and add players to the groups.
Pleasse join my discord server for support/questions next time. http://discord.gg/24AY4Qb
User
MilaDesign
SpigotMC User

October 12, 2019

Version: 1.7.6
thanks for this amazing plugin. 1 problem is i cant add multishot enchanting book to shop. its id is MULTISHOT but its not working.
Admin
Gypopo
Author

October 12, 2019

Thank you for the review! Pls join my discord for support, Im happy to help you there!
User
majorhydra
SpigotMC User

September 2, 2019

Version: 1.7.5
FR- Je vous remercie pour le plugins , serais bien que vous ajouter les oeufs dans le shop et aussi un système pour vendre des grade ou des permission comme fly ou top ou autre

EN-
Thank you for the plugins, would be nice if you add the eggs in the shop and also a system to sell rank or permission like fly or top or other


Good Jobs bro
Admin
Gypopo
Author

September 2, 2019

Thanks for your revieuw, you can change all item materials in a shop to spawn eggs! I mayby gonna make it so you can do it in the spawner tab aswell!
User
Sam_McDo
SpigotMC User

August 22, 2019

Version: 1.7.3
A really good plugin, the author has a fantastic response rate and was an option to suggestions on customisation. All in all great job
Admin
Gypopo
Author

August 22, 2019

Thank you for the revieuw!
User
stormyjoeYes
SpigotMC User

August 22, 2019

Version: 1.7.1
Great Plugin, Custimizaable so great to use! However Is there a way to take away the jobs or turn them off as i have another jobs plugin and the ./job command this one has breaks it.... Im not saying its bad it just when i added this to my server i already had a job plugin and its starting to confuse players and also break the server a tad bit. Other then that, perfect!
Admin
Gypopo
Author

August 22, 2019

Iam currently working on a version without the jobs part, it was not possoble to take away the command as far as I know of :D. So I thought why not removing the whole jobs system bcs i only think on further updating the shop!
User
dinoboss2001
SpigotMC User

August 22, 2019

Version: 1.7.1
podras soporte a 1.8 y/o 1.13.2
? es que mi sv sera 1.13.2 hasta que encuentre todos los pl perfectamente y estable
User
Meemish
SpigotMC User

August 19, 2019

Version: 1.7
Wonderful plugin that even works with 1.14.4 which was the thing I was most looking for in a plugin rn. Keep up the good work man!
Admin
Gypopo
Author

August 19, 2019

Thx for the revieuw!
User
FlatOutGamer3000
SpigotMC User

August 4, 2019

Version: 1.2
Nice plugin, works like a charm! No issues at all beside the balance message being the non - formatted amount of money.
Admin
Gypopo
Author

August 4, 2019

Thx for the 5 stars! What exactly do you mean with the balance message?

Plugin Information

Released

2025-05-23

Last Update

2026-03-01

Downloads

1,773

Languages

16

Minecraft Versions

1.8
1.9
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.17
1.18
1.19
1.20
1.21

Default Languages (All messages edit able)

English
Dutch
Spanish
French
Portuguese
Brazilian
German
Czech
Turkish
Polish
Russian
Italian
Korean
Hungarian
Chinese
Vietnamese

All-Time Rating

Need Help?

Join our Discord community for support, updates, and to connect with other users.

Join Discord
EconomyShopGUI

EconomyShopGUI

$0 Version 6.16.3

Choose your preferred payment method to get instant access to this premium plugin.

Secure Payment

Your transaction is protected by PayPal's buyer protection

  • Instant access to downloads
  • Easily pay with your PayPal account

Secure & Fast

Stripe processes your payment securely with end-to-end encryption

  • Pay with Credit/Visa Cards, Google/Apple pay, iDeal, Klarma, ...
  • Instant access to downloads
  • No account needed
Released: 5/23/2025
Last update: 3/1/2026
Minecraft: 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21
Language: English, Dutch, Spanish, French, Portuguese, Brazilian, German, Czech, Turkish, Polish, Russian, Italian, Korean, Hungarian, Chinese, Vietnamese