Skip to content

Releases: erikzimmermann/TradeSystem

v2.6.3 - Minecraft 1.21.3 & 1.21.4 Update

12 Jan 10:35

Choose a tag to compare

Improvements

  • Add Minecraft 1.21.3 and 1.21.4 support
  • Specify the economy value that has been offered and received without using the difference (#555)
  • Add TradeCountdownEvent to enable developers to add countdown animations to trading inventories (#65)
  • Add %player% placeholder support for the messages "Trade_Was_Cancelled", "Items_Dropped" and "Trade_Was_Finished" (#534)
  • Allow custom sounds to be used in the config (#545)

Bugfixes

  • Fix error when disabling TradeSystem while a trade is open (#519)
  • Fix possible balance exceeding when using Vault causing money to be lost (#526)
  • Fix incorrect unregistering when failing during onEnable (#561)
  • Address dupe glitch with third party plugins (#574)

Download: 576296

v2.6.2 - Minecraft Compatibility Update

04 Sep 19:59

Choose a tag to compare

Bugfixes

  • Fixes some Minecraft versions including 1.8.8, 1.12.2, 1.16.5 and 1.21

Download: 560677

v2.6.1 - Minecraft 1.21.1 Update

19 Aug 20:50

Choose a tag to compare

Features

  • Add support for Minecraft 1.21.1

Download: 558521

v2.6.0 - Minecraft 1.20.6 and 1.21 Support

21 Jul 12:58

Choose a tag to compare

Features

  • Add Minecraft 1.20.6 and 1.21 Support

Bugfixes

  • Fix SQLite exception on MC 1.8.8 (#518)
  • Fix blackscreen for bedrock players after cancelling events (#528)

Download: 553972

v2.5.3 - Minecraft 1.20.4 Support

23 Feb 12:05

Choose a tag to compare

Bugfixes

  • Fix anvil GUI input on Minecraft 1.20.4
  • Fix money dupe glitch caused by a specific input (#508)
  • Check plugin dependencies right before finishing a trade to ensure they are still working and to avoid possible dupe glitches (#506)

Features

  • Add bedrock support

Download: 534668

v2.5.2 - Minecraft 1.20.2 Support

17 Oct 14:27

Choose a tag to compare

Features

  • Add Minecraft 1.20.2 support (#493)

Bugfixes

  • Fix dupe glitch on Minecraft 1.8.8
  • Fix dropping items in protected regions (#490)

Download: 520240

v2.5.1 - Maintenance Update

19 Sep 16:18

Choose a tag to compare

Bugfixes

  • Fix dupe glitch
  • Fix unsupported operation exception (#487)
  • Fix SignGUI for economies (money input) (#361)
  • Fix SQL join issue (#486)

Download: 517150

v2.5.0 - Statistics Update

01 Sep 10:34

Choose a tag to compare

This update includes some API breaking changes which therefore requires an update of TradeAudit and TradeProxy.

Bugfixes

  • Fix update notifier (NoSuchMethodError) (#473)
  • Fix MMO type formatting (#477)
  • Fix item dropping on MC 1.8 (#479)
  • Fix "partner's inventory is full" error on TradeProxy
  • Fix errors due to missing libraries
  • Fix exp levels being wrongly converted in GUI and in logs

Improvements

  • Add tradesystem_num_players placeholder (#402)
  • Automatically switch to SQLite if MySQL cannot be started (#475)
  • Improve item serialization for TradeProxy
  • Improve TradeResult API
  • Add TradeToggleEvent
  • Make more data available to external plugins: player's name, uuid and the server they are on

Download: 515301

v2.4.0 - TradeAudit Extension

01 Aug 10:40

Choose a tag to compare

This version introduces TradeAudit which brings moderating tools to TradeSystem! Click here for more information.

Bugfixes

  • Fix TradeRequestResponseEvent not being fired on TradeProxy (#464)
  • Persist TradeSystem placeholder (#466)
  • Improve trade logging with MMOItems (#463)

Improvements

  • Hide empty messages (#449)
  • Add initial setup for permissions (#456)
  • Add player UUIDs to all plugin events
  • Code refactoring for extensions

Download: 511229

v2.3.3 - Maintenance update

13 Jul 21:19

Choose a tag to compare

Improvements

  • Add language key checks (#461)

Bugfixes

  • Fix skin resolving issue (#462)
  • Fix legacy items (#457)

Download: 508670