3.8
What's new?
- Fixed UltimateAdvancementsAPI causing loading problems in 1.21
@Sacny
- Added MySQL support for Bungeecord support
MySQL is experimental and will most likely have some bugs. Please be patient as I iron this out but I believe it is at least useable for long term channels.
How to update
1. Download latest version
2. Add following to config.yml
Code (Text):
# MySQL setup
# Note that it is not necessary to use MySQL to achieve bungeecord support. Synchronization can occur without a shared database and
# persist so long as you do not shut down all servers simultaneously (data is shared when servers come back from pre-existing servers in this way)
# but the better approach is to use a global database. Only MySQL is supported as of 3.8.
# NOTE: Only global channels that are SAVED will be stored here. Local channels (one-server) are stored locally in chatrooms.yml
# MySQL is still experimental!
mysql-enabled: false
host: localhost
port: 3306
database: "playerchannels"
username: "root"
password: "password"
# How often should PlayerChannels update the db in seconds?
# Keep this number low to avoid issues with independent reloads.
throttle-in-sec: 15
3. Reload / restart.