From d7f410a35cabc898eaa89841c12e4f0e9d1f4a21 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Sun, 10 May 2020 11:32:33 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae5caf9..5ed8801 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ __IMPORTANT:__ This plugin do no support player in offline mode, please enable o ## Configuration - ```YAML mysql: # mysql server hostname or ip adress @@ -28,6 +27,11 @@ mysql: database: "minecraft" # table name, automatically created by the plugin 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 ?