Releases: erikzimmermann/TradeSystem
Releases · erikzimmermann/TradeSystem
v2.6.3 - Minecraft 1.21.3 & 1.21.4 Update
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
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
Features
- Add support for Minecraft 1.21.1
Download: 558521
v2.6.0 - Minecraft 1.20.6 and 1.21 Support
v2.5.3 - Minecraft 1.20.4 Support
v2.5.2 - Minecraft 1.20.2 Support
v2.5.1 - Maintenance Update
v2.5.0 - Statistics Update
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
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