Skip to content

Commit

Permalink
Increase minimum player count config
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyPolyVole authored Feb 5, 2025
1 parent da9ac1c commit 74d183f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arena_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"countDownSeconds": 15,
"gameDurationMinutes": 12.5,
"totalChestRefills": 10,
"minimumPlayerCount": 2,
"minimumPlayerCount": 8,
"maximumPlayerCount": 30,
"waitingAreaLocation": { "worldName": "town", "x": 231.5, "y": 58, "z": 80.5, "yaw": -179.9, "pitch": 0 },
"teamInformation": [
Expand Down Expand Up @@ -121,4 +121,4 @@
"wardenSpawnLocation": { "worldName": "town", "x": 249.5, "y": 69, "z": -79.5, "yaw": 0, "pitch": 0 },
"wardenShrineProtectionRadius": 13
}
}
}

0 comments on commit 74d183f

Please sign in to comment.