• 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
  • Console spam while comparing invalid skull textures
  • Item currency's not working on shop items from rotating shops
  • Config.yml forced strings being escaped using single quotes, making it impossible to use the new line character
  • Fixed global item stock always restocking itself when option auto-restock-global was used
    • Caused in a update since v5.5.5
  • Item limits are now updated in batches, fixes issues with servers loading endless long on shutdown
Added:
  • Command to forcefully rotate the items inside a rotating shop(/eshop rotatingshop rotate <section> [silent])
Changed:
  • The interval of rotating shops is now saved over server restarts, preventing server restarts or /sreload from triggering the rotation again
We wish you all a merry christmas and a good start of 2024!
  • Item stock is now updated periodically instead after each transaction, to improve performance(Since the API now supports to do this in sync)
    • Note that this doesn't apply when using MySQL, only SQLite
This update mainly focusses on adding a simpler to use API method to get prices for shop items.
We wish you all a merry christmas and a good start of...
Added:
  • Broadcast option on RotatingShops for when new items rotate
Fixed:
  • Clicking fill items after the last display slot inside a RotatingShop would throw a NPE
  • Example RotatingShop settings structure inside the ExampleSection.yml
  • Fixed server time out when disabling option 'can-repeat' inside a RotatingShop
Back
Top Bottom