Releases: Tradeshop/TradeShop
Releases · Tradeshop/TradeShop
2.4.0-DEV-2021-11-20T19.48.21
Known Issues
- None
New Features
- None
Changes
- Change to SHOP_INSUFFICIENT_ITEMS default message
Bug Fixes
- Fixed issues reported in #116
Minor Changes/Reformatting
- Cleaned up message sending to be more uniform
2.4.0-DEV-2021-11-12T18.03.11
Known Issues
- Using commands to create Shop Signs is not updating the signs
New Features
- Toggle-able Admin mode using
/ts toggleadmin
Changes
- Firework Compare Settings removed from the configs
Bug Fixes
- None
Minor Changes/Reformatting
- Cleaned up message sending to be more uniform
- Removed duplicate permission check in EditCommand,
Edit
permission is still required. - Moved Sign updating to happen at the end of Shop saving
2.3.2-DEV-2021-11-08T22.31.33
New Features
- None
Changes
- None
Bug Fixes
- Fixed Enchanted Books not being compared properly due to using EnchantmentStorageMeta
Minor Changes/Reformatting
- Some Variables renamed to be clearer
- Other Minor tweaks to clear up code
2.3.2-STABLE-2021-11-07T22.06.31
New Features
- Ability to turn existing signs into Shops using
/ts (create/createbi/createi)
Changes
- If a shop sign is attached to a block(besides its storage), the sign must be destroyed before the block can be
Bug Fixes
- Fixed block that a shop sign is attached to not being protected
Minor Changes/Reformatting
- Changed
existing-shop
default message - Added
no-sign-found
message - Changed when certain Status messages are sent
- Changed Setting comments to be clearer
tradeshop-2.3.2-DEV-2021-11-05T01.10.17
New Features
- Re-added support for over-stack trading(the reasons for removing it were no longer a problem)
Changes
- Multistack support is now for items that would not trade the same
- Add(Cost/Product) now add on top of existing items if they match
- 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.
Switch
command now requiresEDIT
permission and the create permission for the shop it is switching toEdit
command now requiresEDIT
permission as well as proper role on shop orADMIN
permissionWhat
command now requiresINFO
permission; Not sure if I want this to be this way, if we remove this the wiki needs to be updated to reflect it.
Bug Fixes
- Fixed Errors caused by preventing shulkers as cost/product when storage is a shulker box when no storage was present(mostly iTrade shops)
- Utils#getItems, fix for Shulker dupe was missing #clone()
Minor Changes/Reformatting
- Re-organized Commands enum list to match wiki sections
- Changed some variable names to be more specific
- Removed duplicate message(NO_EDIT > NO_SHOP_PERMISSION)
2.4.0-DEV-2021-11-14T21.27.52
Known Issues
- None
New Features
- Viewable Admin Mode with option to set using
/ts admin [true/false]
Changes
- Changed default value of Admin Mode to true. Still requires ADMIN permissions so having the value true for non admin players wont do anything
- Removed Freeze bandaid and replaced with a permanent fix(I think)
Bug Fixes
- Fixed error when updating a shop sign without a valid sign.
Minor Changes/Reformatting
- Moved Commands from enumys to the commands package
Fixed Hopper protection
This pre-release fixes the hopper issue that causes shops to be closed and adds an additional layer of hopper protection in the sense that hoppers can be now also be stopped from sending items into the shop chest as opposed to pulling them out.
2.3.0-DEV-2021-08-20T20.47.11
Changes to files that are shared by Add-On plugins
tradeshop-2.3.0-DEV-2021-08-20T18.36.38
Mostly just cleanups, meant for updating dependencies.
tradeshop-2.3.0-DEV-2021-06-16T19.08.05.jar
Many bug fixes.
Current known issues:
Hopper protection may not currently be working.