diff --git a/common/src/main/resources/config.yml b/common/src/main/resources/config.yml index 3dca2cb..8f9d524 100644 --- a/common/src/main/resources/config.yml +++ b/common/src/main/resources/config.yml @@ -22,9 +22,10 @@ offline-time: 120 message-time: 10 # If a player is in a server, you can have the plugin make them automatically join a queue for another server -# Example with the default values: Player joins survivalqueue server, they will auto-join the queue for survival +# Example with the default values: Player joins the limbo server, they will auto-join the queue for the lobbys group +# Note that you dont have to use groups. Just put the name of a server to use a single server instead. queue-servers: - - 'survivalqueue:survival' + - 'limbo:lobbys' # Should the plugin send an actionbar to the player? # The actionbar contains some info such as which server they are queued for, what position they are in, estimated time remaining, etc.