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
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -62,10 +62,13 @@ When the plugin is first loaded it will create a `retakes_config.json` file in t
62
62
| ShouldBreakBreakables | Whether to break all breakable props on round start (People are noticing rare crashes when this is enabled). | false | false | true |
63
63
| ShouldOpenDoors | Whether to open doors on round start (People are noticing rare crashes when this is enabled). | false | false | true |
64
64
| 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 |
65
66
| IsDebugMode | Whether to enable debug output to the server console or not. | false | false | true |
66
67
| 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 |
67
68
| EnableFallbackBombsiteAnnouncement | Whether to enable the fallback bombsite announcement. | true | false | true |
68
69
| 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 |
0 commit comments