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
earnCobbleDollarsFromNPCEnable earning CobbleDollars by defeating NPCs in battle.
earnCobbleDollarsFromWildPokemon
earnCobbleDollarsFromWildPokemonEnable earning CobbleDollars by defeating wild pokémons in battle.
cobbleDollarsIncomeMultiplier
cobbleDollarsIncomeMultiplierSet a multiplier for the CobbleDollars earnings from defeating NPCs and wild pokémons in battle.
playerDataSaveFrequency
playerDataSaveFrequencyThe frequency in minutes of when the server is saving players CobbleDollars balance for the leaderboard.
Last updated