Added PacketEvents as a soft dependency and refactored jump charge animation so it would not break existing world blocks, as seen here.
Implemented connection pooling with HikariCP to enhance performance and resolve long idle MySQL connection timeout errors (wait_timeout / autoReconnect issue). Also, new properties were added to the database section in the config.yml file.
Added configurable upgrades via upgrades.yml. This allows you to customize settings regarding each upgrade.
Fixed money not being deducted from players during forging or reverting.
Added configurable table prefix for database tables to avoid interfering with other plugins' tables.
Updated Paper API to 1.21.10.
Important:
It is recommended to install the PacketEvents plugin if you haven't got it yet. Otherwise, the jump charge animation will not work.
Thanks to
@tuanzisama for contributing to this release!