* Fix FAWE logging on newer builds
* fix regular WE logging
* Fix registering of FAWE for event bus
* Remove jcenter
* Add missing `replaceBlocks` method
* Remove FAWE toggle entirely
* oops, i can't do it that way
---------
Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
* Added support for 1.19 specific features.
* Removed leftover import from testing
* Added missing sculk materials for the catalyst and changed user field to #sculk
* Reverted version to v21.2
Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
* Add HikariCP connection pool for MySQL
* Make code more compatible with connection pooling
- Remove connection caching in Process/Consumer
- Use try-with-resources to make sure Connections always get closed, even in
when an Exception occurs.
* Disable SSL for MySQL