You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---The first sub-queue without a predicate function will be considered the default.
---If a player doesn't pass any predicated and a sub-queuee with no predicate does not exist they will not be let into the server unless player slots are available.
---If a player doesn't pass any predicate and a sub-queuee with no predicate does not exist they will not be let into the server unless a player slot is available.
---@typeSubQueueConfig[]
subQueues= {
{ name='Admin Queue', predicate=function(source) returnHasPermission(source, 'admin') end },