How to Setup? - MrF1yn/ReplayAddon-BW1058 GitHub Wiki

  1. Download the latest version of ReplayAddon plugin from the github releases.
  2. Download the custom fork of AdvancedReplay called AdvancedReplay-Extended from this github repo releases.

Note the setup will differ depending on your server.

Follow this if your Bedwars1058 is running in SHARED/MULTIARENA mode:-

  1. Stop your server!
  2. Put both the ReplayAddon and AdvancedReplay plugin jars in the plugin folder of your server.
  3. Start your server and wait till it fully starts. You will notice that ReplayAddon will automatically stop your server the first time config is generated. Delete the plugins/AdvancedReplay folder if you were using the original AdvancedReplay plugin.
  4. Go to plugins/ReplayAddon-BW1058 and open config.yml image
  5. Set server-mode to shared.
  6. Next goto plugins/ReplayAddon-BW1058 and open database.yml and then simply put your database credentials(if you have any). Otherwise its gonna use Local SQLITE by default.
  7. Now goto plugins/AdvancedReplay and open config.yml image
  8. Set use_mysql and upload_worlds to true.
  9. Go to plugins/AdvancedReplay and open mysql.yml and put you mysql database credentials. ITS COMPULSORY.
  10. Now start your server and enjoy the replay feature.

Follow this if your Bedwars1058 is running in BUNGEE/BUNGEE_LEGACY mode:-

This is for users who have a separate Arena/Game server and a separate lobby server.

First we will setup ReplayAddon in your lobby server.

  1. Stop your server!
  2. Put both the ReplayAddon and AdvancedReplay plugin jars in the plugin folder of your server(BedWars1058 is not needed).
  3. Start your server and wait till it fully starts. You will notice that ReplayAddon will automatically stop your server the first time config is generated. Delete the plugins/AdvancedReplay folder if you were using the original AdvancedReplay plugin.
  4. Go to plugins/ReplayAddon-BW1058 and open config.yml. image
  5. Set server-mode to playing.
  6. Go to plugins/ReplayAddon-BW1058 and open database.yml, put you database credentials (ITS COMPULSORY FOR BUNGEE/BUNGEE_LEGACY MODE).
  7. Go to plugins/AdvancedReplay and open config.yml image
  8. Set use_mysql to true and upload_worlds to false.
  9. Go to plugins/AdvancedReplay and open mysql.yml, put you mysql database credentials (ITS COMPULSORY).
  10. Start your server.

Now we will setup ReplayAddon in your Arena/Game server.

  1. Stop your server!
  2. Put both the ReplayAddon and AdvancedReplay plugin jars in the plugin folder of your server.
  3. Start your server and wait till it fully starts. You will notice that ReplayAddon will automatically stop your server the first time config is generated. Delete the plugins/AdvancedReplay folder if you were using the original AdvancedReplay plugin.
  4. Go to plugins/ReplayAddon-BW1058 and open config.yml. image
  5. Set server-mode to recording.
  6. Go to plugins/ReplayAddon-BW1058 and open database.yml, put you database credentials (ITS COMPULSORY FOR BUNGEE/BUNGEE_LEGACY MODE).
  7. Go to plugins/AdvancedReplay and open config.yml image
  8. Set use_mysql to true and upload_worlds to true.
  9. Go to plugins/AdvancedReplay and open mysql.yml, put you mysql database credentials (ITS COMPULSORY).
  10. Start your server.

This is for users who have a separate Arena/Game server, a separate lobby server and a separate replay server image

The Game/Arena server setup is same as before. Only the lobby setup changes. INCOMPLETE