Hello once again all, I've added in a setting into the config.yml file to toggle experimental features. This is what will run the database from now on, as it's been having many issues on many servers that I am a bit too busy to be able to fully fix right now so this is a good work-around for that.
It should automatically appear in your config but if it doesn't, you can add this:
Code (YAML):
# Would you like to test out new experimental features? These are partially working features such as the database that
# may not work on all servers.
experimental-features
: false
- Added the option to use experimental-features
- Changed the database handling to be locked behind the experimental-features setting
- Fixed skulls not being able to be broken (credit to: sarhatabaot)
- Fixed a translation error in the messages_cs.yml file. (credit to: ^TheLaoming)