A Spigot plugin which sync vanilla experience between servers
Go to file
2020-05-09 00:40:31 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2020-05-09 00:40:31 +02:00
src/fr/topeka/levelSync auto reconnect to MySQL and added gm ability to translate messages send to player 2020-05-07 13:21:51 +02:00
.gitattributes Initial commit 2020-04-27 18:05:59 +02:00
.gitignore Initial commit 2020-04-27 18:05:59 +02:00
config.yml auto reconnect to MySQL and added gm ability to translate messages send to player 2020-05-07 13:21:51 +02:00
LICENSE Initial commit 2020-04-27 18:05:59 +02:00
plugin.yml Initial commit 2020-04-27 18:05:59 +02:00
README.md Update README.md 2020-04-28 11:53:03 +02:00

levelSync

levelSync is a spigot plugin which help you to synchronize minecraft vanilla experience between yours servers using MySQL.

IMPORTANT: This plugin do no support player in offline mode, please enable online-mode on bungeecord

Installation

  • Put the .jar file in your spigot (not bungeecord) plugin folder

  • restart your server to generate config file, then edit it

  • restart server, enjoy !

Configuration

mysql:
  # mysql server hostname or ip adress
  host: "example.com"
  # mysql socket
  port: 3306
  username: "username"
  password: "password"
  # mysql database, you need to create it first
  database: "minecraft"
  # table name, automatically created by the plugin
  table: "playerLevel"

Need help ?

you can discuss my plugin and ask for help here: https://www.spigotmc.org/threads/levelsync.434249/