From bb1df1a5869cd44162bf84bc59a652d5db5dbdb7 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Sat, 4 Sep 2021 09:03:58 -0700 Subject: [PATCH] clarify example in config --- common/src/main/resources/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.