Skip to content

Releases: Trophonix/TradePlus

Add support for running /tradeplus reload in console

25 May 23:57
Compare
Choose a tag to compare

A change I made accidentally removed functionality for running /tradeplus reload in console. This is now restored. :)

1.8 support, trade logging, tab completion

25 May 23:03
Compare
Choose a tag to compare

This update brings tab completion to full function, adds a long-requested trade logging feature, and fixes some incompatibilities with 1.8 introduced in a recent update.

Fix tokenmanager offline mode

19 May 17:08
Compare
Choose a tag to compare

Trade+ tokenmanager extra will now work with offline mode tokenmanager

New material library, fix blocked items

14 May 14:26
Compare
Choose a tag to compare

This update includes a new method of finding material names between versions. Should fix a number of issues people have been experiencing, including the problem with other player's trade items not showing up.

Trade+ 3.26 - Prevent crashes from config missing options

26 Apr 15:47
Compare
Choose a tag to compare

This update fixes some crashes that could occur if the configs are missing options.

Trade+ 3.25 - Fix allow-trade-in-creative & craftbukkit compatability

26 Apr 03:00
Compare
Choose a tag to compare

This update fixes the "allow-trade-in-creative" config option and also fixes a crash with craftbukkit servers due to clickable messages

Trade+ 3.23 - Efficiency and debug mode

16 Apr 02:54
Compare
Choose a tag to compare

This update contains some small changes in my code to make it more efficient and stable. I also added a new "debug-mode" option in the config. Setting this to true will enable console messages with information during trades.

If you have experienced item loss with Trade+ recently, I would ask that you enable this debug mode and message me with your log files. I have been unable to reproduce the item loss on my own servers, and so must try to collect more information. Thank you.

Trade+ 3.22 - Fixes

14 Apr 03:44
Compare
Choose a tag to compare
  • Fixed an exception happening when trade is closed while being spectated
  • Fixed conflict with anti-combat log/command and other similar plugins

Trade+ 3.21 - Error fix

21 Mar 02:06
Compare
Choose a tag to compare

This update fixes an error that resulted in NullPointer Exceptions in certain circumstances.

Trade+ 3.20 - Fixes

11 Mar 16:27
Compare
Choose a tag to compare

This release...

  • Uses max stack size of the item instead of 64 (Fixes #29)
  • Adds shift right click support in the trade menu, moving one item between inventories. (Fixes #31)
  • Makes the TradeAcceptEvent cancellable