AvaIre Synchronize Data is a plugin written for the AvaIre cutting edge bot, the plugin allows users to synchronize the data between the main bot and the cutting edge bot by downloading all the server, xp, and playlist data.
Note: This plugin was not written with the intention of it being used by self-hosters, no support will be given on how to setup or use the plugin outside of the guide that can be found below.
- Clone the repository using git.
git clone https://github.com/avaire/synchronize-data-plugin.git
cd synchronize-data-plugin
- Build the jar file using Gradle.
gradle build
- Copy the built jar file into the AvaIre
plugins
folder, the built jar file can be found atbuild/libs/AvaIre.jar
. - Start up Ava to make Ava recognize the plugin.
- Edit the
config.yml
with the old database that the database should be pulled from. - Reload the configuration using the
;reload
system command, or by restarting the bot.
And you're done!
AvaIre Synchronize Data is open-sourced software licensed under the MIT License.