- Convert plugin to use MiniMessage.
- Some minor optimizations.
- Some minor code cleanup.
- Added support for custom currencies via the use of commands & placeholders. An example can be found here.
- Fixed an issue where the animation items would show as invalid.
- Fixed an issue where the database would throw errors while fetching user data.
- Convert plugin to use Aikar's command library.
- Remove methods to load the games table as we no longer save it after shutdown.
- Added new PlaceholderAPI placeholders
- Drop the entire games database on server shutdown to ensure no games are kept after a restart.
- Clear coinflip games before closing the database connection on shutdown.
Configuration Changes:
- Added support for PlayerPoints economy
- Added support for ZithiumMobcoins economy.
To enable support for ZithiumMobcoins simply add the following configuration section below the other economy settings.
YAML:# ZithiumMobcoins Economy (requires ZithiumMobcoins plugin) # https://www.spigotmc.org/resources/zithiummobcoins-1-18-1-20-2.113153/ ZITHIUMMOBCOINS: enabled: true display_currency_name: "Mobcoins"
v2.6.3
Changelog:
- API Update:
- Added ability to cancel the CoinflipCreatedEvent.
- Fixed a startup error when a different economy plugin with the same name loaded (even while disabled in the config).
- Updated Spigot API version to 1.19.2.