Update README.md
This commit is contained in:
parent
b924fb1a73
commit
d7f410a35c
@ -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 ?
|
||||||
|
Loading…
Reference in New Issue
Block a user