Skip to content

Medieval Factions 5.0.0 Beta 8

Pre-release
Pre-release
Compare
Choose a tag to compare
@renbinden renbinden released this 31 Oct 00:49
· 219 commits to main since this release

What's changed

  • #1570 Fix fresh installs of MF 5 failing to save missing language

What's missing

This beta does not have built-in translations for other languages yet. You can translate it yourself by creating a file in the lang folder and setting the language in your config.yml to the language tag. The full release is planned to have translations for French and German.

Upgrading from Medieval Factions 4

If you have a Medieval Factions 4 install, replace the Medieval Factions 4 jar with Medieval Factions 5.
On the next start, Medieval Factions 5 will detect the Medieval Factions 4 config and make a backup of all of the data in mf4_backup in the data folder.
It will then proceed to generate the new config file, and shut down the server.
At this point, you should configure your database, if you have one.
If you have MySQL or MariaDB database, this should look something like:

database:
  url: 'jdbc:mysql://127.0.0.1/database'
  dialect: 'MYSQL'
  username: 'username'
  password: 'password'

If you do not have a MySQL database, you can ignore this, as the plugin will create an h2 file-based database in your server's working directory.

Start the server one more time, and the configuration and data from the Medieval Factions 4 backup will be migrated to your new Medieval Factions 5 install.