Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more  
EconomyShopGUI Premium icon

EconomyShopGUI Premium 6.1.3

The premium version of EconomyShopGUI with more features.

Page 1 2 3 ... 19
6.1.3 7 days ago
EconomyShopGUI Premium v6.1.3

- Fixed buying multiple CraftEngine items at once would only give one (Since last update)
- Fixed selling multiple items at once using shift+right click on a shop item with a 'sell-prices.prices' price set would deposit a negative amount of money

6.1.2 8 days ago

- Support for latest version of CraftEngine
- Proper support for player specific item properties for MythicMobs/CraftEngine hook, unlike before which wouldn't apply player data to the item
- Fixed SQL error while using MySQL or utf8mb4

6.1.1 16 days ago
EconomyShopGUI Premium v6.1.1

- Removed job pool debug messages
- Fixed infinite code loop checking modifiers using '/eshop modifiers check'
- Fixed loading modifiers on player join if database wasn't loaded

6.1.0 21 days ago
EconomyShopGUI Premium v6.1.0

Added:
- Support for hiding or displaying a placeholder item if a player does not meet the item requirements:
  - Wiki: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#if-not-met
- Shop/item price modifiers which can be added to a player using commands or permissions
  - Unlike discounts and sell multipliers, these modifiers allow complete custom prices based on a percent(positive or negative)
  - These price modifiers can be set/removed from players using commands (/eshop modifiers ...)
  - Wiki: https://wiki.gpplugins.com/economyshopgui/basics/how-to#using-price-modifiers-via-commands
- Custom pooling system for restock jobs to prevent the plugin crashing the server of to many tasks
  - Can be configured in config if needed(recommended to leave at default settings)
- Support for 2 new sound effects that play when a item is out of stock or the player has insufficient funds
For developers:
- Added API support for registering custom item providers
  - Example: https://github.com/Gypopo/CustomItemProvider
- Added API support for registering custom price modifiers per player 
  - Wiki: https://wiki.gpplugins.com/economyshopgui/api/api-usage#adding-price-modifiers-to-a-specific-player

6.0.3 Apr 11, 2026
EconomyShopGUI Premium v6.0.3

- Support for MC 26.1.2
- Fixed NPE while comparing corrupted skull item when selling on 1.20.5+
- Added missing lunge enchantment to default shop layout

6.0.2 Apr 4, 2026
EconomyShopGUI Premium v6.0.2

- Support for paper's new version schema

6.0.0 Mar 26, 2026
EconomyShopGUI Premium v6.0.0

This version drops support for MC 1.16.3 and below
ESGUI has supported 1.8 up to the latest version of MC from the start and I rather didn't make this decision even 98% of the servers that use our plugin no longer run these outdated server versions I still liked the idea to give people the option to use it on older versions if they desired to, but fact is that these server versions are ancient/really old and aren't supported by most(if not all) plugins anymore
This will also allow us to write more efficient code not only in performance but also without having to check back whether old versions support certain features.
From this point forward we may drop even more server versions as 1.16.5-1.19.2 are still old server versions and its time to move on.
If you for some reason still have a outdated server version that isn't supported anymore, you will need to download the latest version of v6 which is currently v5.30.1 to keep using the plugin or simply use ViaVersion/ViaBackwards


Added:
- Support for MC 26.1(tested on spigot)
- New default shop layout with 319 more items(resulting from poll we did on our discord), now totalling at 1208 items
  - This new layout aims to have a little more of a modern look/feel while keeping the default prices of previous versions and contains multiple sub category's which makes it also easier for server owners when they want to remove certain items
  - Items added include variants of shulker boxes, weapons, tools, armor, glass, terracotta, concrete, bundles, fences, raw ores, new pale oak wood, resin, more stone variants, more food items, more flowers, chest variants and much more
  - While the new layout adds alot of new items, it also removed items in the default files like (hanging) sings, buttons, pressure plates, trapdoors, walls, multiple copper block variants and workstations
  - Like before, all items that aren't included in the default shop files, can be found in the Z_EverythingElse category
  - The Z_EverythingElse shop is now enabled but hidden by default, making it possible to still sell items to it, but not buy from it
- Support for disabling shop stand holograms per shop stand or globally via the config
- Shop and section files can now be categorized in sub folders, for easier management
- Support for 'item-layouts' section option which creates a visual layout for every page based on a grid layout without having to assign the slots to specific items
  - Wiki link: https://wiki.gpplugins.com/economyshopgui/file-configuration/sections.yml#item-layout
Changed:
- Dropped support for 1.16.3 and below
- Fixed MiniMessage name/lore not working on fill items
- Fixed page size not automatically resizing and logging out of range items(since v5.30.0)

5.30.1 Mar 7, 2026
Reuploaded

- Reuploaded removing annoying debug message spamming console

5.30.1 Mar 7, 2026
EconomyShopGUI Premium v5.30.1

- Added support for CoinsEngine(ExcellentEconomy) v2.7.0
  - Support for v2.6.0 still exists for compatibility reasons
- Fixed not being able to sell WildStacker spawners back to shop
- Fixed RGB colors shop display lore with placeholders not working, since last version
- Clicking a page fill item after the last item in the shop would throw a error

5.30.0 Jan 24, 2026
EconomyShopGUI Premium v5.30.0

Added:
- Support for static items inside RotatingShop's which won't rotate by adding the `slot` item option
- Support for per shop dynamic pricing scaling
  - Wiki link: https://wiki.gpplugins.com/economyshopgui/file-configuration/sections.yml#dynamic-pricing
- Per item dynamic pricing restoration targets, instead of the default price
  - Wiki link: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#dynamic-pricing
Chaned:
- The %dpp% placeholder in prices for shop items will now only show when the price is different as its original price
- Recoded the method to display rotating shop items with a specific display chance, fixing incorrect chances
  - Wiki link: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#display-chance
- Updated calculations for dynamic pricing to perform smoother price calculation
- Shop items in rotation from a rotating shop are now by default prioritized for selling using /sellall or /sellgui
  - Can be disabled in config.yml -> prioritize-rotating-shop-items
- Fixed new line characters in GUI Editor

5.29.3 Jan 6, 2026
EconomyShopGUI Premium v5.29.3

- Item lore/player message for per item requirements can now be left completely empty to not send a message/not add lore at all instead of empty lines
- Fixed raw color codes in colored item names from DiscordSRV tansactions hook
- Updated ExcellentEnchants hook to v5.3.0
- 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

5.29.2 Dec 9, 2025
EconomyShopGUI Premium v5.29.2 | 1.21.11 support

- 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

5.29.1 Nov 28, 2025
EconomyShopGUI Premium v5.29.1

- Fixed error on startup of the plugin on spigot/arclight servers
- Fixed error when adding modded items using the '/eshop addhanditem' command to shop

5.29.0 Nov 26, 2025
EconomyShopGUI Premium v5.29.0

- 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
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

5.28.3 Oct 24, 2025
EconomyShopGUI Premium v5.28.3

- Support for custom sound effects from resource packs
- Some ExecuteableItems items would show Chinese characters inside the shop lore
- Shop search result screen wouldn't show two or more items with the same display name when quering by item name
- Fixed %search-method% placeholder not translating if PAPI wasn't installed

5.28.2 Oct 9, 2025
EconomyShopGUI Premium v5.28.2 | 1.21.10 support

- Added support for Minecraft 1.21.10
- Fixed RealisticSeason hook price modifiers while having multiple worlds with active seasons
- Item stock/sell limit on the item lore wasn't updating the first time the transaction screen opened

5.28.1 Oct 5, 2025
EconomyShopGUI Premium v5.28.1

- Fixed RotatingShop items not being sellable via /sellall or /sellgui when reloaded using /sreload or restart

5.28.0 Oct 2, 2025
EconomyShopGUI Premium v5.28.0 | 1.21.9 support

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

5.27.2 Sep 16, 2025
EconomyShopGUI Premium v5.27.2

- Fixed price separators not translating RGB color codes correctly
- Some rotations the rotating shop would throw a error and not load correctly
- Shop item lore would show lines with placeholders as raw json when paper meta was disabled

5.27.1 Aug 17, 2025
EconomyShopGUI Premium v5.27.1

- NoSuchMethod error on 1.20.1/2 servers when using /sellall inventory
- Shop prefix wouldn't reload from language file on /sreload

Page 1 2 3 ... 19
Sign in
$17.25 USD
Sign in to purchase, save this product to your cart, and keep downloads tied to your account.
Stripe

economy

shop

gui