Added kick-reasons

This commit is contained in:
ajgeiss0702
2020-06-16 16:59:35 -07:00
parent 4ca41021f6
commit 7ae284df56
3 changed files with 41 additions and 2 deletions
+9 -2
View File
@@ -1,5 +1,5 @@
# Dont touch this number please
config-version: 4
config-version: 5
# The time the server will wait between sending people in the queue
# Default: 5
@@ -20,4 +20,11 @@ queue-servers:
# Should the plugin send an actionbar to the player?
# Requires this plugin to be installed on the server the player is on for it to work
send-actionbar: true
send-actionbar: true
# What kick reasons should cause the player to be removed from the queue?
# For example, if one of the below kick-reasons is 'banned' and the player gets kicked when trying to connect to
# a server in a queue with a message saying "You are banned from this server!" then it will kick them from the queue too.
kick-reasons:
- 'banned'
- 'blacklisted'