allow {PRIORITY} placeholder in priority messages

This commit is contained in:
ajgeiss0702
2021-08-08 16:07:11 -07:00
parent 8e61a3b1e5
commit 4353341881
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -188,5 +188,5 @@ enable-priority-messages: false
# The format is <priority>:<message>
# Example: 1:You have a priority of 1!
priority-messages:
- "*:<green>Joining the queue with priority!"
- "*:<green>Joining the queue with a priority of {PRIORITY}!"
- "100:<yellow>Wow! You have a priority of 100!"