
EconomyShopGUI Premium 5.24.0
The premium version of EconomyShopGUI with more features.
Fixed:
- Some effects not working using item option 'stew-effect'
- NoSuchFieldError when using 'armor-trim' item option on server versions pre 1.20.4
- Added direct items support for Oraxen
- Adds support for material: Oraxen:<itemID>
- Added 'item-flags' config option as on 1.20.5+, components for hiding flags are seperated and no longer use one root tag
- Added item Placeholder LARGER(=>) and SMALLER(=<) item requirement
- See more info on our wiki here: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#requirements
- Fix NBT serialization on 1.20.5+ for items, mainly banners
- Added direct items support for Oraxen
- Adds support for material: Oraxen:<itemID>
- Added 'item-flags' config option as on 1.20.5+, components for hiding flags are seperated and no longer use one root tag
- Added item Placeholder LARGER(=>) and SMALLER(=<) item requirement
- See more info on our wiki here: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#requirements
- Fixed NBT serialization on 1.20.5+ for items, mainly banners
- 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:
- NPE for rotating shops with frequency interval if not cached yet
- File names for import command from free version ending with dubble .yml extension
- 'components' item option on 1.20.5+ not working on Paginated items variant from navigation bar items
- 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
Changed:
- Config will now also dynamically update item display lore if new lore is added/missing
Fixed:
- ClassChange error(again) on 1.20.4 on server shutdown, caused by incompatible class files between paper API versions
- Async tasks not shutting down correctly before server shutdown
Fixed:
- When using multiple sell prices, selecting more items to sell would give the full sell price
- NPE while using placeholder requirements since v5.13.x
- Fixed ClassChange error on server shutdown on paper 1.21
- Fixed plugin not loading on paper 1.21 experimental builds
- Improved player restock saving when alot restock schedulers ended at the same time for multiple shop items, fixes async thread creation error
- Fixed NoSuchFieldError when using 'armor-trim' item option on server versions pre 1.20.4
Added:
- Support for Minecraft 1.21
- Added default 1.21 shop layout including new items
- Added 'ominous-strength' item option which defines the strength of a ominous bottle
- Config.yml generated for the first time on 1.20.5+ servers will now create the correct ignored tags for that version
- Support for per page titles using the 'title' option on pages in the shops config
- Added TIME::<startTime>-<endTime> shop item requirement which requires the item to be bought at a specific world time
- More info: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#requirements
Fixed:
- Discounts/sell multipliers not working when using a wildcard
- Potion types without effects not working(WATER, MUNDANE, THICK, AWKWARD)
- Fixed formatting issues in default Turkish language file
- Mining a ESGUI spawner using spawner provider DEFAULT would not add hide default lore on the item
- Setting components tag using custom data entry would override buy/sell commands
- Better handling of custom data NBT tags using the 'components' item option on 1.20.5+
- Executing a command item using o: would deop the player after the command was ran even if they had OP already
- Note that it is still highly recommended to use temp permissions using LuckPerms instead
- Support for 'armor-trim' on section items
- Support for editing armor trims using /eshop edititem & editsection
- Fixed NPE for bedrock players trying to open shop while custom bedrock player profile was disabled in config
Added:
- New placeholder requirements for shop items:
- PLACEHOLDER_EQUALS - checks if the placeholder matches another placeholder/value
- PLACEHOLDER_DIFFERS - checks if the placeholder is different from the original placeholder/value
- More info: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#requirements
- Support for using fixed frequency's for RotatingShop's using cron schedulers:
- Wiki link: https://wiki.gpplugins.com/economyshopgui/file-configuration/sections.yml#rotating-shops
- Direct third party item support for ExecutableItems
- Added support for click commands on shop items
Fixed:
- Loading outdated cached rotation interval from a rotating shop causing a NPE while trying to open the shop
- Removed debug message for using custom ignored tags
- Fixed decoration lore adding to items even without buy/sell price
- /sreload would forcefully reload shop stands
- Custom bedrock player profile wouldn't update name/lore for bedrock players
This version only adresses a issue where the default French language file was having invalid formatting/enclosing of some strings
- Fixed using French language file would cause a error on plugin startup and partially reset itself to default
- Added support for Minecraft 1.20.5/1.20.6
- For 1.20.5/1.20.6 and up:
- Item option 'enchantment-glint' now uses actual glint effect instead of fake enchantments
- Ignored tags using old naming schema will auto convert to new schema names
- The 'NBTData' item option is now replaced with the 'components' item option: https://wiki.gpplugins.com/economyshopgui/file-configuration/shops.yml#components
- Items using 'NBTData' option will automatically convert to 'components' option - Premium
- See this site to manually update NBTData: https://nbt-converter.gpplugins.com/
- Updated default language files:
- Turkish by @Compalot
- Spanish by @Santos Grey & @Pak_Army
- Polish by @xyodmixyt
- Japanese by @KYOCUTI
- French by @FlattestDisc108
- Ukrainian by @Stepan_Bandera
- Chinese Traditional by @Jiaa
- Improved performance on transaction items with local placeholders
- Moved item 45 from default Others section to page 2
- Removed static 'gui-rows' options for default shop category pages to allow flexible page sizes by default