Skip to content

Upgrade from Medieval Factions 4

Daniel McCoy Stephenson edited this page Mar 19, 2024 · 1 revision
  1. If you have a Medieval Factions 4 install, replace the Medieval Factions 4 jar with Medieval Factions 5.

  2. 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.

  3. 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.

  1. 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.
Clone this wiki locally