diff --git a/README.md b/README.md index 1ea0d1a..c048491 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,13 @@ When the plugin is first loaded it will create a `retakes_config.json` file in t | ShouldBreakBreakables | Whether to break all breakable props on round start (People are noticing rare crashes when this is enabled). | false | false | true | | ShouldOpenDoors | Whether to open doors on round start (People are noticing rare crashes when this is enabled). | false | false | true | | IsAutoPlantEnabled | Whether to enable auto bomb planting at the start of the round or not. | true | false | true | +| QueuePriorityFlag | A comma separated list of CSS flags for queue priority. | @css/vip | n/a | n/a | | IsDebugMode | Whether to enable debug output to the server console or not. | false | false | true | | 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 | | EnableFallbackBombsiteAnnouncement | Whether to enable the fallback bombsite announcement. | true | false | true | | ShouldRemoveSpectators | When a player is moved to spectators, remove them from all retake queues. Ensures that AFK plugins work as expected. | false | false | true | +| IsBalanceEnabled | Whether to enable the default team balancing mechanic. | true | false | true | +| ShouldPreventTeamChangesMidRound | Whether or not to prevent players from switching teams at any point during the round. | true | false | true | ## Commands | Command | Arguments | Description | Permissions |