Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/multiple-queue-priority-flags' i…
Browse files Browse the repository at this point in the history
…nto multiple-queue-priority-flags
  • Loading branch information
B3none committed Nov 9, 2024
2 parents 8c3f153 + 6160c0f commit 5a4d6fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 5a4d6fb

Please sign in to comment.