Move VelocityMessages into config.toml

This commit is contained in:
Frank van der Heijden
2020-08-19 20:42:22 +02:00
parent 9e27dac557
commit 3711d56e8c
6 changed files with 43 additions and 38 deletions

View File

@@ -167,3 +167,9 @@ 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: "
online-mode-only = "&cThis server only accepts connections from online-mode clients.\n\n&7Did you change your username? Sign out of Minecraft, sign back in, and try again."
no-available-servers = "&cThere are no available servers."
already-connected = "&cYou are already connected to this proxy!"
moved-to-new-server-prefix = "&cThe server you were on kicked you: "
generic-connection-error = "&cAn internal error occurred in your connection."