tradeshop-2.3.2-DEV-2021-11-05T01.10.17
Pre-release
Pre-release
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)