Skip to content

tradeshop-2.3.2-DEV-2021-11-05T01.10.17

Pre-release
Pre-release
Compare
Choose a tag to compare

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 requires EDIT permission and the create permission for the shop it is switching to
  • Edit command now requires EDIT permission as well as proper role on shop or ADMIN permission
  • What command now requires INFO 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)