Skip to content

2.6.0 Release notes

Pie edited this page Jul 22, 2023 · 1 revision

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

A 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.**

Important Note: Due to large changes in the way config and messages are read, please backup these files before updating. (Renaming them in the folder is sufficient)

Added Features

  • Shop owners can now manage users on for all of their shops #130
  • Shop owners can now change user roles without having to remove them and add again under the new role #131
  • Behavior of shop settings are now more easily controlled in the general plugin config #132
  • The colour of the middle rows on TradeShop signs is now configurable by sign type
  • Some shop commands can now be applied to all shops using the all option (see above)

Changes

  • Data files now store readable and editable Item data
  • Items are shown more conveniently in the GUI displays #132
  • Removed the no-trade permission; introduce tradeshop.trade #138
  • Default Permissions will now function without an additional permissions plugin
  • More robust checking for the chest location around a newly placed shop sign: order now depends on the relative direction in regards to the sign's orientation, rather than universal cardinal directions

Bugs Fixed

  • Fixes issue that could cause non-stackable items to be stacked when bought #128
  • Fixes issue with shops in world's which contain underscores _
  • Fixes situation where an error message would appear twice after an invalid attempt to create a shop
  • Fixes an issue which prevents using the HopperShopAccessEvent
  • Fixes missing tab completion for /ts removeuser
  • Fixes potential situation where adding users to shops might fail
  • Fixes situation where comments in the config might not be saved as comments #145
  • Fixes iTrade shops sometimes claiming to be full
  • Fixes incorrect accounting of the item durability
  • Fixes incorrect comparison of complex Item Data
  • ... and other minor bug fixes and improvements

Minor Changes/Reformatting

  • Minor enhancements to the TradeShop Addon Framework
  • Slight reformatting of lang file

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