EconomyShopGUI v7.2.0
Details
-
FilenameEconomyShopGUI-7.2.0.jar
-
Uploaded by
-
UploadedAug 4, 2026
-
Size1.69 MB
-
Downloads1,857
-
MD56f3bd7168e610907d9b9c0a41a96223f
Supported Bukkit Versions
- 26.2
- 26.1
- 26.1.1
- 26.1.2
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.1
- 1.21.2
- 1.21.3
- 1.21.4
- 1.21
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
Changelog
- Added global click delay in GUIs
- Can be configured in config, default is 125 millis
- Added quest item requirement support for BetonQuest and BeautyQuests
- Support for SilkSpawners_v2 API v3
- Direct economy support for VaultUnlocked as a multi currency economy provider
- Shop categories can now be optionally hidden from the main menu if the player does not have permissions using 'hide-if-no-perms' setting in the sections config of that shop
- Support for per shop item placeholders to show the amount of times the item is bought/sold within a certain timeframe
- Support for per player shop item placeholders to show the amount of times the item is bought/sold within a certain timeframe for that specific player
- Items can now be sold regardless of their durability with the sell price matching the damage of the item
- The sell multiplier can be changed inside the config.yml which is calculated based on the items durability percent
- This can be enabled/disabled per section
- This feature is disabled if you update the plugin to prevent existing setups from behaving unexpectactly on servers, so you will need to manually enable it if you update the plugin (Unlike first installing the plugin)
- Wiki: https://wiki.gpplugins.com/economyshopgui/file-configuration/config.yml#damaged-items
Changed:
- Item transaction placeholders with a WEEK or MONTH timeframe will now be loaded based on the past 7/30 days instead of the current week/month
- Preventing some cases where a placeholder with a MONTH or WEEK timeframe would have no data
- Inventory's will now open dynamically if possible preventing flickering of the GUI when browsing pages in the same shop section
- This only happens for shops that do not have per page titles or placeholders in it due there not being a existing way to only update the title without reopening a GUI
- Players can now freely move items in their own inventory when having a shop menu open
Fixed:
- Placeholders like %esgui_buy_price_<section>.<itemIndex>% would not work in item lore due to CraftBukkit parsing it into a clickable URL on older server versions 1.20.4 and below
- Note that its now also possible to use '>' instead of '.' in between the item path of the placeholder to prevent this in plugins that have a similar issue
- Right clicking a shop item with limited sell would throw a NPE
- Fixed exploit in new default config with name tags
- Joining the server before the plugin completes its delayed loading tasks would throw a NPE when loading command modifiers