Skip to content

2.4.0 Release notes

KillerOfPie edited this page Feb 24, 2022 · 1 revision

This article contains a summary of the changes and optimizations for the TradeShop v2.4.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.**

Added Features

  • Admins can now use /ts edit on players' shops (see under Changes).
  • Re-added support for overstack trading (original issues that led to its removal no longer apply).
  • Adding a cost or product item now stacks them onto existing cost or product item if the item data are a match.
  • Added commands to create shops.
  • Added Admin mode that enables a privileged player to edit and access shops efficiently.
  • Added itrade-no-cost-text config setting.

Changes

  • The TSAF can no longer override hopper settings from the config.
  • The /ts switch command now requires the tradeshop.edit permission as well as the creation permission for the shop it is switching.
  • /ts edit now either requires both a proper shop role as well as tradeshop.edit, or alternatively admin privileges (tradeshop.admin).
  • /ts what now requires tradeshop.info.
  • Data will be the same as the first item added, i.e. If you add an item with a custom name then disable custom name checking and add an item without a custom name, the custom name would stay on the edit menu and sign.
  • Added Setting warning to not exceed 6 Multitrade as it can potentially cause errors with iTrade shops. Not blocking outright as it probably wont be a problem unless the resulting amount of items take up more the 54 slots (which would not fit in the player's inventory anyway).

Bugs Fixed

  • Fixed double permission error message being displayed on some occasions.
  • Fixed an item duplication bug involving shulkers.
  • Fixed a shop error that could occur when shulker boxes are set to be product/cost on iTrades due to missing storage data.
  • Fix protection for the sign if the sign is attached to an external (unrelated) block and that block is broken.
  • Fix for issue causing inability to destroy shop signs when they should be allowed to be destroyed.
  • Fix comparison of enchanted book data.
  • Fix an iTrade interstack bug.
  • Fixed trade multiplier not working for iTrade shops
  • Fix a Null Pointer Exception due to internal mechanics.

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