Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos authored Jan 3, 2025
1 parent c0b5210 commit 9656ad5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ https://www.youtube.com/watch?v=AkaBeFJcTv8
`addons/counterstrikesharp/configs/plugins/AntiRush/AntiRush.json`
```json
{
"Version": 5,
"Version": 6,
"Messages": "simple", // "simple", "detailed", "off"
"DrawZones": false, // Draw zones
"Warmup": false, // Do zones in warmup
Expand All @@ -14,6 +14,7 @@ https://www.youtube.com/watch?v=AkaBeFJcTv8
"RushZones": [ 0, 2, 3 ],
"CampZones": [ 1 ], // 0 - Bounce, 1 - Hurt, 2 - Kill, 3 - Teleport
"Countdown": [ 60, 30, 15, 10, 5, 3, 2, 1 ],
"ConfigVersion": 5
"MinPlayers": 1, // Minimum total players currently in a team for zones to work
"ConfigVersion": 6
}
```

0 comments on commit 9656ad5

Please sign in to comment.