Once you’ve installed the mod and run the game at least once, you’ll find the server config in the following location:
/config/capture_xp.json
{
"inBattleExpAll": false,
"inBattleExpMultiplier": 1.0,
"inBattleGrantEvs": false,
"outOfBattleExpAll": false,
"outOfBattleExpMultiplier": 1.0,
"outOfBattleGrantEvs": false,
"debug": false
}
inBattleExpAllWhether or not the ExpAll logic should be taken into account when considering who should gain experience from capturing a Pokémon in battle. This relies on Tim Core’s ExpAll logic, please refer to the config options for the version of Tim Core you’re using to learn how to configure the ExpAll logic.
inBattleExpMultiplierA multiplier applied against the amount of experience gained on capture in battle.
inBattleGrantEvsWhether or not any Pokémon in the player’s team which gain experience from a capture in battle also gain Effort Values from the captured Pokémon.
outOfBattleExpAllWhether or not the ExpAll logic should be taken into account when considering who should gain experience from capturing a Pokémon out of battle. This relies on Tim Core’s ExpAll logic, please refer to the config options for the version of Tim Core you’re using to learn how to configure the ExpAll logic.
outOfBattleExpMultiplierA multiplier applied against the amount of experience gained on capture out of battle.
outOfBattleGrantEvsWhether or not any Pokémon in the player’s team which gain experience from a capture out of battle also gain Effort Values from the captured Pokémon.