Update README.md

This commit is contained in:
Quentin Legot 2020-05-10 11:32:33 +02:00 committed by GitHub
parent b924fb1a73
commit d7f410a35c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ __IMPORTANT:__ This plugin do no support player in offline mode, please enable o
## Configuration ## Configuration
```YAML ```YAML
mysql: mysql:
# mysql server hostname or ip adress # mysql server hostname or ip adress
@ -28,6 +27,11 @@ mysql:
database: "minecraft" database: "minecraft"
# table name, automatically created by the plugin # table name, automatically created by the plugin
table: "playerLevel" table: "playerLevel"
# 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"
``` ```
## Need help ? ## Need help ?