Releases: Trophonix/TradePlus
Trade+ 2.52 Beta - TokenEnchant Extra
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
This update allows you to configure aliases for the /trade
command.
Example aliases:
aliases:
- "trade+"
- "tradealias2"
Trade+ 2.50 - EnjinPoints Extra
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
Trade+ 2.47 - Griefprevention Fix
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
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
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
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
Important bug fix from the last update.
Trade+ 2.42 (BROKEN)
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)