-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
-
Ensure you have MySQL database for the plugin to use - the same database should not be used across multiple servers with InstantReplay.
-
Download the latest version of ProtocolLib and move it into the
pluginsfolder of your Minecraft server. -
Download the latest version of InstantReplay from the releases tab and move it into the
pluginsfolder of your Minecraft server. -
Start your Minecraft server, and you should see a configuration file generated at
plugins/InstantReplay/config.yml. -
Edit the
mysqlsection of the configuration file to contain the details of your MySQL database - this is required for InstantReplay to function.For Example:
mysql: username: "admin" password: "adminpassword" host: "127.0.0.1" database: "instantreplay" port: 3306
-
Save the changes to the configuration file and restart the Minecraft server. The plugin should now be installed and functional.