Add configurable messages for disconnect and kick prefix

This commit is contained in:
Frank van der Heijden
2020-08-18 23:52:13 +02:00
parent 26f3cb43c7
commit 9e27dac557
3 changed files with 53 additions and 5 deletions

View File

@@ -158,3 +158,12 @@ id = ""
log-failure = false
# Legacy color codes and JSON are accepted in all messages.
[messages]
# Prefix when the player gets kicked from a server.
# First argument '%s': the server name
kick-prefix = "&cKicked from %s: "
# Prefix when the player is disconnected from a server.
# First argument '%s': the server name
disconnect-prefix = "&cCan't connect to %s: "