Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 1.2 KB

File metadata and controls

28 lines (21 loc) · 1.2 KB

AvaIre Synchronize Data

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.

How to Use

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.

  1. Clone the repository using git.
git clone https://github.com/avaire/synchronize-data-plugin.git
cd synchronize-data-plugin
  1. Build the jar file using Gradle.
gradle build
  1. Copy the built jar file into the AvaIre plugins folder, the built jar file can be found at build/libs/AvaIre.jar.
  2. Start up Ava to make Ava recognize the plugin.
  3. Edit the config.yml with the old database that the database should be pulled from.
  4. Reload the configuration using the ;reload system command, or by restarting the bot.

And you're done!

License

AvaIre Synchronize Data is open-sourced software licensed under the MIT License.