About PersistentDataSync is a spigot plugin that allows server owners to sync player PersistentDataContainers between servers using a mysql database.
Getting Started Simply drop the plugin into your plugin directory and startup the server. The default config.yml will generate in plugins/PersistentDataSync/. Open this file and configure your database credentials. Restart your server and you the plugin will start syncing.
Example Config
Code (Text):
# PersistentDataSync by Ehhthan
# Sync player PersistentDataContainers between servers using sql.
# These are the database credentials, make sure to change them.
database:
host: 127.0.0.1
port: 3306
database-name: "persistent_data_sync_database"
user: root
password: ''
# How often should the plugin run an auto save?
auto-save: 300