
EconomyShopGUI 6.12.1
This is a simple and free to use GUI shop plugin!
- 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
- Config.yml forced strings being escaped using single quotes, making it impossible to use the new line character
- 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
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
We wish you all a merry christmas and a good start of 2024!
- Fixed adding shop items using commands to shops which causes a new page creation
- Restarting the server not generating config defaults
- Overriding option items with another item would make the action invalid
- Removed debug message on startup
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
- 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
- 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
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
- Using INSTA-BUY/SELL on shop items, causing sellall hotkey to not work
- Fixed error when offline/bedrock player joins on 1.17+ servers (Again)
- 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
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
- Fixed per section fill items not working
- Skullowner not applying texture to shop items
- NoSuchMethodError on player join
- Fixed duplicated shop items not being able to be sold if one had disabled sell price
- Default spawner provider ignoring break tool enchantment requirements
- Added support for 1.20.2
- Fixed clicking navigation bar item creating NPE
- Fixed tab completing /eshop edititem
- Contents of colored shulker boxes not selling
- Removed console warning for missing item lore on startup
- Fixed NPE on startup since last version