
EconomyShopGUI 6.12.1
This is a simple and free to use GUI shop plugin!
- Fixed loading cache files if empty
- Fixed loading spawner items on paper 1.21.5 experimental builds
- 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
- 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
- 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)
- 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
- 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
- Fixed MiniMessage error on startup for 1.16-1.18
- Fixed display items from shop stands not working on 1.21.3/4
- 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
- Support for editing the min-buy/sell item options using /editshop commands
- Fixed support for latest versions of CoinsEngine
- 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
- 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
- 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
- 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
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!
- Added support for 1.21.1 paper servers
- Fixed some spawners selling for 0 when using a spawner stacker plugin on 1.20.5+
- 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
Fixed:
- Some effects not working using item option 'stew-effect'
- NoSuchFieldError when using 'armor-trim' item option on server versions pre 1.20.4
- 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
- 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
- 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