Skip to content

Commit 3e33238

Browse files
Fix default target server default
1 parent 1ae8e85 commit 3e33238

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

shared/src/main/resources/proxy_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ PAUSE_QUEUE_IF_TARGET_DOWN_MESSAGE: "&6The main server is down. We will be back
4242
# When the servers are down should we prevent new players from joining the proxy?
4343
KICK_WHEN_DOWN: false
4444
SERVER_DOWN_KICK_MESSAGE: "%server_name% &6is down please try again later :("
45+
4546
# %TARGET_SERVER%, %QUEUE_SERVER% and %SOURCE_SERVER% are placeholders for the server names
4647
KICK_WHEN_DOWN_SERVERS:
4748
- "%TARGET_SERVER%"
@@ -70,6 +71,8 @@ RECOVERY_MESSAGE: "&cOops something went wrong... Putting you back in queue."
7071
QUEUE_SERVER: "queue"
7172
TARGET_SERVER: "main"
7273

74+
FORCE_TARGET_SERVER: false
75+
7376
# Set this to true if you're a lobby or cracked/offline mode server.
7477
# This option is required for those setups to work. Make your proxy sends source -> target.
7578
# PistonQueue will redirect the player with source -> queue automatically if target is full.

0 commit comments

Comments
 (0)