Skip to content

2.3.0 Release notes

KillerOfPie edited this page Feb 26, 2022 · 2 revisions

This article contains a summary of the changes and optimizations for the TradeShop v2.3.0 release (download link).

The previous release (v2.2.2) drops support of MC 1.13.x and 1.14.x. while adding support to 1.16.x. If you are running a MC version older than 1.15.0, do not update.**

Added Features

  • Added support for use of internal permissions without using a permission plugin (disabled by default, enable in the config)
  • Added motd feature that displays shop status to owners when they join (can be disabled in the config or toggled individually by players)
  • /ts status command for owned shops' status (GUI overview)
  • Added /ts edit GUI for shop product, cost and users editing
  • Added smart firework support: settings to enable/disable strict duration and effects matching
  • Added hopper protection against using hoppers to make items flow into the trade chest, not just out (with an appropriate config option to disable)
  • Added support for bundles (1.17)

Changes

  • Improved /ts what (GUI is now paged)
  • Internal Data Storage changes pave the way for future alternatives to flat file storage (database: MySQL/SQLite)
  • Changed permission for /ts reload
  • Improved Shulker Box handling, prohibit adding shulker boxes as trade items when the inventory block is a shulker box
  • Smoother shop destruction
  • Removed some legacy code and refactored some more code

Bugs Fixed

  • Fixed bug with shulker trading (wrong amount)
  • Fixed a few NPEs
  • Fixed #93
  • Fixed problems with player data (among others, missing owner name)
  • Fixed invalid world metadata bug resulting from world renaming
  • Fixed fireworks (#94)
  • More fixes behind the scenes...
  • Fixed name checking bug between two dev releases
  • Fixed issue that could cause useless (empty) player files to be generated when no player data needed to be written

Wiki Index

Downloads

  • You may download the latest version here.
  • You may clone the source with the command git clone https://github.com/TradeShop/TradeShop.git
  • You may also clone the whole wiki to your computer with the command git clone https://github.com/TradeShop/TradeShop.wiki.git.

Contact

You may contact the developers for any reason on Discord or on GitHub.

License

The entire project is licensed under the Apache License v2.0.

Clone this wiki locally