priority-messages

This commit is contained in:
ajgeiss0702
2021-08-08 13:50:09 -07:00
parent f1cbdc762b
commit 413548b588
9 changed files with 33 additions and 9 deletions
+15 -2
View File
@@ -1,5 +1,5 @@
# Dont touch this number please
config-version: 22
config-version: 23
# The time the server will wait between sending people in the queue
# Default: 5
@@ -176,4 +176,17 @@ auto-add-kick-reasons:
# Should we enable the server command being a queue command?
# This may require extra setup on bungeecord. See the wiki:
# https://wiki.ajg0702.us/ajqueue/setup/replacing-server-command
enable-server-command: false
enable-server-command: false
# Should we enable priority messages?
# Configure the priority messages in the option below.
enable-priority-messages: false
# Messages we send to players with priority queue when they join the queue
# In the free version, "priority" is 1.
# The * will send when a player joins with any priority.
# The format is <priority>:<message>
# Example: 1:You have a priority of 1!
priority-messages:
- "*:<green>Joining the queue with priority!"
- "100:<yellow>Wow! You have a priority of 100!"