Skip to content

Releases: Trophonix/TradePlus

Trade+ 2.52 Beta - TokenEnchant Extra

14 Mar 15:50
Compare
Choose a tag to compare
Pre-release

This beta release adds support for trading TokenEnchant tokens.

Since I do not have access to TokenEnchant, I'm releasing this as a beta until I can get confirmation that everything works as expected.

Trade+ 2.51 - Configurable Aliases

03 Feb 03:51
Compare
Choose a tag to compare

This update allows you to configure aliases for the /trade command.

Example aliases:

aliases:
  - "trade+"
  - "tradealias2"

Trade+ 2.50 - EnjinPoints Extra

02 Feb 09:33
2750ae2
Compare
Choose a tag to compare

This release adds support for trading Enjin points!

Note: UI may be a bit slow when adding Enjin points to a trade. This is unfortunately not fixable due to the nature of the Enjin points API.

Trade+ 2.48 - Bugfixes

15 Nov 05:07
Compare
Choose a tag to compare

This release contains fixes for a few bugs reported in the last month or so.

  • Spectator inventory is closed when the trade ends so spectators can't mess with the items (#1)
  • Item blacklist works now (#3)
  • Make sure after extra clicks that increments and values can't go below 0 or above max (#4)

Trade+ 2.47 - Griefprevention Fix

09 Sep 15:42
Compare
Choose a tag to compare

I found the problem with the griefprevention extra that was causing it to not give the player the correct amount of blocks they bought. Sorry for any inconvenience this issue may have caused!

Trade+ 2.46 - Permissions fix

05 Sep 16:00
Compare
Choose a tag to compare

This is a small update to fix the last update. It was checking for the send permission before it allowed you to do /trade at all rather than only checking for it when you're sending a new request.

Split permissionnode into two config options

19 Aug 14:32
Compare
Choose a tag to compare

You can now give permission to send and accept trades separately! An example use case of this is if you only want VIPs to be able to send trade requests but want them to be able to trade with anyone.

Changes:

  • permissionrequired ---> permissions.required (default: false)
  • permissionnode ---> permissions.send (default: tradeplus.send)
  • [new feature] permissions.accept (default: tradeplus.accept)

Trade+ 2.43

24 Jun 04:10
Compare
Choose a tag to compare

I added some code that helps to support special characters in the new blocked.lore config item and added support for & color codes.

Trade+ 2.42

23 Jun 12:14
Compare
Choose a tag to compare

Important bug fix from the last update.

Trade+ 2.42 (BROKEN)

22 Jun 07:13
Compare
Choose a tag to compare

This version adds:

  • Config item blocked.lore to block trading of items with certain strings in the display name or lore
  • Config item blocked.regex to block trading of items of which the display name and/lore lore matches a Regex Pattern
  • Config item allow-trade-in-creative to block trading in creative, along with related messages added to the lang.yml (creative and creativethem)