
EconomyShopGUI Premium 5.23.3
The premium version of EconomyShopGUI with more features.
- Unable to create default files on windows servers
- Fixed migrate command not working on 1.16 and below
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 95+ new translateable messages
- See our Crowdin here: [url]https://crowdin.com/project/economyshopgui[/url]
- 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'
- Brought back stack prices instead of unit prices
- Example: A $40 shop item and stack size of 10 would cost $400 for the whole stack, this item will now cost $40 again for all 10 items.
- This was caused by a update since version 4.9.0, this update will bring back the old system.
EcononyShopGUI v5.0.0 is now in Open Beta, see our discord server to apply for access!
- Enchantments from supported plugins will now also tab complete or show in the GUIEditor
- Support for '%uuid%' placeholder for command items/click commands
- DynamicPricing price prefix not working
EcononyShopGUI v5.0.0 is now in Open Beta, see our discord server to apply for access!
- Stew effect JUMP_BOOST not working
- Additem command would add items without names
EcononyShopGUI Premium v5.0.0 is now in Open Beta, see our discord server for more info!
- ShopGive command not executing command items
EcononyShopGUI Premium v5.0.0 is now in Open Beta, see our discord server for more info!
- Breaking empty spawners throwing a NPE
- Item currencies format now default to the item's name if none set
- Fixed spelling mistakes in tab completion
EcononyShopGUI Premium v5.0.0 is now in Open Beta, see our discord server for more info!
- Support for editing ignored tags using /eshop edititem
EcononyShopGUI Premium v5.0.0 is now in Open Beta, see our discord server for more info!
- Selling a shop item with a item economy with a larger quantity as the item's economy stack-size would round the last stack
Added:
- Support for adding specific shop item ignored tags thru /eshop command
Fixed:
- Item currencies or currencies which do not support decimals in general not rounding
- Editing a certain command thru GUIEditor would remove all other commands
- 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
- Seasonal Prices across multiple worlds not working on server restart
- 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
Fixed:
- Fixed quick buy/sell giving negatives with multiple buy/sell prices
- SeasonalLore not displaying
- Season modifiers not working using multiple buy or sell prices on a single item
Fixed:
- ClassCastException while displaying items with seasonal prices using ViaVersion
Changed:
- Plugin will now delay loading if plugin hook isn't ready yet which fixes plugin loading issues
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