EconomyShopGUI v6.0.0 | Read changelogs!

Details

  • Filename
    EconomyShopGUI-6.0.0.jar
  • Uploaded by
  • Uploaded
    Aug 29, 2023
  • Size
    977.43 KB
  • Downloads
    188
  • MD5
    731c0b70d94ea7f3c478a8a7b668d2e8

Supported Bukkit Versions

  • 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
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3

Changelog

To keep your data, you will need to use the import command. Click here to see more info!
This version introduced a new file system, alot of changes and additions.
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 54 new translateable messages
  • 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
  • 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'