How to Setup? - MrF1yn/ReplayAddon-BW1058 GitHub Wiki
- Download the latest version of ReplayAddon plugin from the github releases.
- 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:-
- Stop your server!
- Put both the ReplayAddon and AdvancedReplay plugin jars in the plugin folder of your server.
- 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. - Go to
plugins/ReplayAddon-BW1058
and openconfig.yml
- Set
server-mode
toshared
. - Next goto
plugins/ReplayAddon-BW1058
and opendatabase.yml
and then simply put your database credentials(if you have any). Otherwise its gonna use Local SQLITE by default. - Now goto
plugins/AdvancedReplay
and openconfig.yml
- Set
use_mysql
andupload_worlds
totrue
. - Go to
plugins/AdvancedReplay
and openmysql.yml
and put you mysql database credentials. ITS COMPULSORY. - 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.
- Stop your server!
- Put both the ReplayAddon and AdvancedReplay plugin jars in the plugin folder of your server(BedWars1058 is not needed).
- 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. - Go to
plugins/ReplayAddon-BW1058
and openconfig.yml
. - Set
server-mode
toplaying
. - Go to
plugins/ReplayAddon-BW1058
and opendatabase.yml
, put you database credentials (ITS COMPULSORY FOR BUNGEE/BUNGEE_LEGACY MODE). - Go to
plugins/AdvancedReplay
and openconfig.yml
- Set
use_mysql
totrue
andupload_worlds
tofalse
. - Go to
plugins/AdvancedReplay
and openmysql.yml
, put you mysql database credentials (ITS COMPULSORY). - Start your server.
Now we will setup ReplayAddon
in your Arena/Game
server.
- Stop your server!
- Put both the ReplayAddon and AdvancedReplay plugin jars in the plugin folder of your server.
- 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. - Go to
plugins/ReplayAddon-BW1058
and openconfig.yml
. - Set
server-mode
torecording
. - Go to
plugins/ReplayAddon-BW1058
and opendatabase.yml
, put you database credentials (ITS COMPULSORY FOR BUNGEE/BUNGEE_LEGACY MODE). - Go to
plugins/AdvancedReplay
and openconfig.yml
- Set
use_mysql
totrue
andupload_worlds
totrue
. - Go to
plugins/AdvancedReplay
and openmysql.yml
, put you mysql database credentials (ITS COMPULSORY). - Start your server.
This is for users who have a separate Arena/Game server, a separate lobby server and a separate replay server
The Game/Arena
server setup is same as before. Only the lobby setup changes.
INCOMPLETE