Skip to content

Commit 5a4d6fb

Browse files
committed
Merge remote-tracking branch 'origin/multiple-queue-priority-flags' into multiple-queue-priority-flags
2 parents 8c3f153 + 6160c0f commit 5a4d6fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,13 @@ When the plugin is first loaded it will create a `retakes_config.json` file in t
6262
| ShouldBreakBreakables | Whether to break all breakable props on round start (People are noticing rare crashes when this is enabled). | false | false | true |
6363
| ShouldOpenDoors | Whether to open doors on round start (People are noticing rare crashes when this is enabled). | false | false | true |
6464
| IsAutoPlantEnabled | Whether to enable auto bomb planting at the start of the round or not. | true | false | true |
65+
| QueuePriorityFlag | A comma separated list of CSS flags for queue priority. | @css/vip | n/a | n/a |
6566
| IsDebugMode | Whether to enable debug output to the server console or not. | false | false | true |
6667
| ShouldForceEvenTeamsWhenPlayerCountIsMultipleOf10 | Whether to force even teams when the active players is a multiple of 10 or not. (this means you will get 5v5 @ 10 players / 10v10 @ 20 players) | true | false | true |
6768
| EnableFallbackBombsiteAnnouncement | Whether to enable the fallback bombsite announcement. | true | false | true |
6869
| ShouldRemoveSpectators | When a player is moved to spectators, remove them from all retake queues. Ensures that AFK plugins work as expected. | false | false | true |
70+
| IsBalanceEnabled | Whether to enable the default team balancing mechanic. | true | false | true |
71+
| ShouldPreventTeamChangesMidRound | Whether or not to prevent players from switching teams at any point during the round. | true | false | true |
6972

7073
## Commands
7174
| Command | Arguments | Description | Permissions |

0 commit comments

Comments
 (0)