Browse Source

send new version

update of configuration file with comments
Arthessia Derven 1 year ago
parent
commit
21fe511669
2 changed files with 5 additions and 1 deletions
  1. 1 1
      pom.xml
  2. 4 0
      src/main/resources/config.yml

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>xyz.spaceio</groupId>
 	<artifactId>telegramchat</artifactId>
-	<version>1.0.19-SNAPSHOT</version>
+	<version>1.0.20-SNAPSHOT</version>
 	<name>TelegramChat</name>
 	<url>https://www.spigotmc.org/resources/telegramchat.16576/</url>
 

+ 4 - 0
src/main/resources/config.yml

@@ -20,5 +20,9 @@ enable-chatmessages: true
 
 # this will prevent mass-sending unsent messages from telegram to mc upon server startup
 omit-messages-sent-while-server-was-offline: true
+
+# this will prevent sending message each time a non-registered person is speaking
 omit-messages-need-to-link: false
+
+# this will send a silent message to avoid triggering a sound each time a message is sent
 turn-to-silent-notification: false