mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-18 06:57:43 +01:00
Add configurable messages for disconnect and kick prefix
This commit is contained in:
@@ -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: "
|
||||
|
||||
Reference in New Issue
Block a user