13
0
geforkt von Mirrors/Velocity

Merge pull request #400 from jkcoxson/dev/1.1.0

Fix grammer and spelling in the default config
Dieser Commit ist enthalten in:
Andrew Steinborn 2020-12-12 01:50:57 -05:00 committet von GitHub
Commit 3efb84d62f
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -33,7 +33,7 @@ prevent-client-proxy-connections = false
# Velocity's native forwarding. Only applicable for Minecraft 1.13 or higher.
player-info-forwarding-mode = "NONE"
# If you are using modern or BungeeGuard IP forwarding, configure an unique secret here.
# If you are using modern or BungeeGuard IP forwarding, configure a unique secret here.
forwarding-secret = ""
# Announce whether or not your server supports Forge. If you run a modded server, we
@ -69,7 +69,7 @@ lobby = "127.0.0.1:30066"
factions = "127.0.0.1:30067"
minigames = "127.0.0.1:30068"
# In what order we should try servers when a player logs in or is kicked from aserver.
# In what order we should try servers when a player logs in or is kicked from a server.
try = [
"lobby"
]
@ -169,4 +169,4 @@ online-mode-only = "&cThis server only accepts connections from online-mode clie
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."
generic-connection-error = "&cAn internal error occurred in your connection."