* 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>
* Allow unknown user logging (attempt to patch a bug of tnt splashing blocks and it not being logged)
* Changed "unknown-logging" to be hidden (default: false)
* Update BlockFormListener.java
---------
Co-authored-by: Radiant <i.like.using.discord@gmail.com>
Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
* Make MySQL maximumPoolSize configurable
* Correctly assign default value to mysql-maximum-pool-size
---------
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>
* sent data to client
* send more data + debug + add docs + switch to handshake
* add diff between container and normal changes
* fix docs
* changes according guidelines
* make requested changes + cleanup
* correct documentation
* Improved Networking API documentation
* Moved networking API channel registration out of main class
* Cleanup
* Removed debug on chat/command lookups
* Optimized array merging
* Fixed ClassCastException when running console commands
* Skip preparing networking data if not a channel player
* Renamed "networking-debug" to "network-debug"
* Fixed failed handshake still registering players
* Adjusted networking phrases
* Renamed pluginchannel to channel
Co-authored-by: Intelli <contact@intelli.software>
* 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