Ads

Game Configuration.json Cricket League File Jun 2026

"name": "MS Dhoni", "role": "Captain", "battingStats": "matches": 150, "runs": 7000, "average": 50 , "bowlingStats": "matches": 20, "wickets": 5, "average": 40

For players annoyed by interruptions, this is the goldmine. Game Configuration.json Cricket League File

"MatchRules": "TestMatch": "Overs": null, // null = unlimited "DRSEnabled": true, "ReviewsPerInnings": 3, "NewBallAfterOvers": 80, "BouncerLimitPerOver": 2 , "T20": "Overs": 20, "PowerplayStartOver": 1, "PowerplayEndOver": 6, "MaxFieldersOutsideCircle": 5, "FreeHitOnNoBall": true , "SuperOver": "Overs": 1, "Wickets": 2, "BattingOrderReverse": false How to Safely Edit the Game_Configuration

Save the file and start your game to test the changes. Unlocking New Possibilities: Common Customizations "game": "matchFormat": "T20"

"foreignPlayerLimit" : Controls how many international players can be in a starting XI. How to Safely Edit the Game_Configuration.json File

"version": "2.1.3", "game": "matchFormat": "T20", "oversPerMatch": 2, "wicketsPerInnings": 1, "powerPlayEnabled": false, "tieBreakerEnabled": true, "superOverEnabled": false , "batting": "perfectTimingWindow": 0.15, "goodTimingWindow": 0.35, "powerHitMultiplier": 2.0, "sweetSpotRadius": 12.5, "runSpeedMultiplier": 1.0 , "bowling": "maxPace": 150.0, "minPace": 80.0, "swingFactor": 0.25, "spinFactor": 0.35, "bounceVariation": 0.15 , "economics": "winRewardCoins": 250, "lossRewardCoins": 100, "adRewardCoins": 50, "leaguePromotionCoins": 500 , "multiplayer": "matchmakingTimeout": 30, "maxConcurrentGames": 10000, "regionLatencyThreshold": 200 , "tournament": "leagueTiers": ["Bronze", "Silver", "Gold", "Platinum", "Diamond"], "promotionPointsNeeded": 1000, "seasonDurationDays": 30