LevelSync/README.md

41 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2020-04-27 18:05:59 +02:00
# levelSync
2020-04-27 18:18:49 +02:00
levelSync is a spigot plugin which help you to synchronize minecraft vanilla experience between yours servers using MySQL.
2020-04-27 20:06:47 +02:00
__IMPORTANT:__ This plugin do no support player in offline mode, please enable online-mode on bungeecord
2020-04-28 11:53:03 +02:00
## Installation
2020-04-27 18:18:49 +02:00
- Put the .jar file in your spigot (not bungeecord) plugin folder
- restart your server to generate config file, then edit it
- restart server, enjoy !
2020-04-28 11:53:03 +02:00
## Configuration
2020-04-27 18:18:49 +02:00
```YAML
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"
2020-05-10 11:32:33 +02:00
# You can change messages to translate its in your language
message:
syncError: "Couln't sync your experience"
dbError: "An error occured while trying to save your experience to database"
2020-04-27 18:18:49 +02:00
```
2020-04-28 11:53:03 +02:00
## Need help ?
you can discuss my plugin and ask for help here:
https://www.spigotmc.org/threads/levelsync.434249/