- Changed formatting and forced it to US Spec.
- Fixed Flip Animation Events allowing users to drag in items.
- Added the following profit placeholders:
Code:%profit_positive_dollar% (Will appear when profit is >= 0 and will show as $Quantity) %profit_negative_dollar% (Will appear when profit is < 0 and will show as $-Quantity) %profit_positive% (Will appear when profit is >= 0 and will show as Quantity) %profit_negative% (Will appear when profit is < 0 and will show as -Quantity)
- Added support for multiple active currency plugins through config.
- Added field in currency object to display in messages and commands called "cmd-currency" (Because of new currency format).
- Added logs when a currency is detected.
- Fixed cancel command sending nonsense message before canceling.
Old currency.yml configs will not work with this version!
- Fixed broadcast create message not triggering when created through cmd.
- Added permission to block or not broadcasts. "taxflipper.messages.receive-broadcasts".
- Add config option to define create-flip and reload-menu materials.
- Fixed clickable message not joining the flip correctly.
- Added hover message configurable via
messages.yml
Need to deletemessages.ymlor add the following liine inmenu-messages:
Code:broadcast-hover-message: "&6&lJoin by clicking this message"
