Common Configs
The Common config file is located in:
[Minecraft files (usually: /.minecraft)]/config/cobbledollars/common.json
The default file
{
"earnCobbleDollarsFromNPC": true,
"earnCobbleDollarsFromWildPokemon": true,
"cobbleDollarsIncomeMultiplier": 1.0,
"playerDataSaveFrequency": 5
}
earnCobbleDollarsFromNPC
earnCobbleDollarsFromNPC
Enable earning CobbleDollars by defeating NPCs in battle.
earnCobbleDollarsFromWildPokemon
earnCobbleDollarsFromWildPokemon
Enable earning CobbleDollars by defeating wild pokémons in battle.
cobbleDollarsIncomeMultiplier
cobbleDollarsIncomeMultiplier
Set a multiplier for the CobbleDollars earnings from defeating NPCs and wild pokémons in battle.
playerDataSaveFrequency
playerDataSaveFrequency
The frequency in minutes of when the server is saving players CobbleDollars balance for the leaderboard.
Last updated