1.1.0 Apr 30, 2024
v1.1.0

Changes:

  • Added a few new placeholders that do formatting on coins.
  • Updated to cloud command framework v2
  • Added mobcoin autopickup setting.
  • Use configurable mobcoin sound and actionbar on mobcoin redeem.
  • Use pooling settings for mysql and mariadb.
  • Added MobCoinDropEvent.
  • Added mobcoin format setting for internal formatting and formated placeholder.
  • Use entityDispatcher instead of globalDispatcher where it can be used.

1.0.9 Apr 25, 2024
v1.0.9

Changes:

  • Fixed weird formatting of amount in withdraw command.
  • Fixed pagination buttons no longer working after modifying command name.
  • Mobcoins Top and grind top can now be translated in the messages.yml

1.0.8 Mar 31, 2024
v1.0.8

Changes:

  • Fixed looting enchantment not having any effect on the amount of mobcoins you receive.
  • Added <permission> tag you can use in the menus.
  • Added HikariCP connection pooling that will be used when using MySQL or MariaDB.
  • Added experimental Folia support. Everything should work except for the spinner. That is blocked when the plugin runs on Folia.

1.0.7 Mar 12, 2024
v1.0.7

Changes:

  • Should fix database lockups when using sqlite.
  • Bump exposed to 0.48.0.
  • Bump kotlin to 1.9.23.
  • Bump mariadb-java-client to 3.3.3.

1.0.6 Feb 2, 2024
v1.0.6

Changes:

  • Added support for EcoMobs 10.0.0
  • Simplified MythicMobs hook.
  • Added support for MiniPlaceholders.
  • Improved usability as an API (Only for kotlin).
  • Bump exposed to 0.47.0

1.0.5 Jan 9, 2024
v1.0.5

Changes:

  • Allow to use the spinner_price placeholder without player
  • Allow PlaceholderAPI placeholders to be used in menus. Example: <papi:server_name>
  • Only update displayname and lore in menus if itemstack has displayname or lore.
  • Bumped kotlin to 1.9.22
  • Updated exposed, sqlite-jdbc and mariadb client.
  • Fixed pagination buttons not working.
  • Attempt to fix BetonQuest hook issues
  • Used kotlin coroutines in commands where needed.
  • Minor code cleanup

1.0.4 Oct 27, 2023
v1.0.4

Changes:

  • Fixed rotating shop not starting new count after refresh.
  • Added shop_refresh_time_<shop> placeholder
  • Added <shop_refresh_time:shopName> tag for in the menus
  • Updated default main_menu.yml
  • Removed some commented code.

1.0.3 Oct 12, 2023
v1.0.3

Changes:
- Added MobCoinsReceiveEvent and MobCoinsRedeemEvent
- Added bstats metrics.
- Added bentonquest support. Click here for more information.
- Added WorldGuard support with 2 flags. Click here for more information.
- Fixed ConcurrentModificationException caused by previous update.
- Added placeholder for spinner price
- Added API to documentation.


v1.0.2 Sep 25, 2023
Performance improvements

Changes:
- Improved performance. Especially when using the placeholders.



v1.0.0 Sep 18, 2023