Skip to content

Installation

Ben Anderson edited this page Oct 21, 2021 · 2 revisions
  1. Ensure you have MySQL database for the plugin to use - the same database should not be used across multiple servers with InstantReplay.

  2. Download the latest version of ProtocolLib and move it into the plugins folder of your Minecraft server.

  3. Download the latest version of InstantReplay from the releases tab and move it into the plugins folder of your Minecraft server.

  4. Start your Minecraft server, and you should see a configuration file generated at plugins/InstantReplay/config.yml.

  5. Edit the mysql section 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
  6. Save the changes to the configuration file and restart the Minecraft server. The plugin should now be installed and functional.