From 441546a3e92f7f4e313e3579163b158ce8e55242 Mon Sep 17 00:00:00 2001 From: kraftwerk28 Date: Tue, 21 Jul 2020 23:42:53 +0300 Subject: [PATCH] fix(config.yml): configuration --- src/main/resources/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 23b5e44..1bc9f6e 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -10,7 +10,7 @@ logFromMCtoTG: true logFromTGtoMC: true logPlayerDeath: false logPlayerAsleep: false -telegramMessageFormat: '<%player%>: %message%' +telegramMessageFormat: '<%username%>: %message%' strings: online: 'Online' nobodyOnline: 'Nobody online...' @@ -19,3 +19,4 @@ strings: commands: time: 'time' online: 'online' + chat_id: 'chat_id'