Skip to content

Commit 1cf8f6c

Browse files
Disable alwaysqueue by default
1 parent ffa466b commit 1cf8f6c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

shared/src/main/resources/proxy_config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ SOURCE_SERVER: "lobby"
8080
# Connecting to server message
8181
JOINING_TARGET_SERVER: "&6Connecting to the server..."
8282

83-
# Whether you want to set the target server as your target or just want to have the proxy decide based on original target.
84-
FORCE_TARGET_SERVER: false
85-
8683
# Total people allowed to be connected to the queue network
8784
# Make sure you set the BungeeCord/Velocity slots higher than the amount
8885
# of people you get regularly for example 9000 and 9000 on the queue server
@@ -97,7 +94,7 @@ MAX_PLAYERS_PER_MOVE: 10
9794

9895
# Should the queue be always active or only when the target server is full?
9996
# When activated you will always be sent into the queue server and then the target server.
100-
ALWAYS_QUEUE: true
97+
ALWAYS_QUEUE: false
10198

10299
# Send an XP sound to every player who gets to position 5 or below in the queue
103100
SEND_XP_SOUND: true

0 commit comments

Comments
 (0)