Config

{
  "debug": false,
  "fixIlegalAbilities": false,
  "canUseNativeGUI": false,
  "lang": "en",
  "dataBase": {
    "type": "JSON",
    "database": "cobbledaycare",
    "url": "",
    "user": "admin",
    "password": "admin"
  },
  "commandEggInfo": "egginfo",
  "commands": [
    "daycare",
    "pokebreed",
    "breed"
  ],
  "showIvs": false,
  "spawnEggWorld": true,
  "dobbleDitto": false,
  "allowElytra": true,
  "raritySpawnEgg": 2048,
  "ticksToWalking": 20,
  "globalMultiplierSteps": false,
  "multiplierSteps": 1.0,
  "defaultSteps": 256.0,
  "steps": {
    "WATER_1": 256.0,
    "BUG": 256.0,
    "HUMAN_LIKE": 256.0,
    "AMORPHOUS": 256.0,
    "FAIRY": 256.0,
    "GRASS": 256.0,
    "MONSTER": 256.0,
    "WATER_2": 256.0,
    "FLYING": 256.0,
    "FIELD": 256.0,
    "UNDISCOVERED": 256.0,
    "MINERAL": 256.0,
    "WATER_3": 256.0,
    "DRAGON": 256.0,
    "DITTO": 256.0
  },
  "defaultCooldownBreed": 60,
  "cooldownsBreed": {
    "group.vip": 30
  },
  "defaultCooldownHatch": 60,
  "cooldownsHatch": {
    "group.vip": 30
  },
  "cooldownToOpenMenus": 3,
  "slotPlots": [
    10,
    12,
    14,
    16
  ],
  "cooldown": 30,
  "multiplierAbilityAcceleration": 1.0,
  "abilityAcceleration": [
    "magmaarmor",
    "flamebody",
    "steamengine"
  ],
  "reduceEggStepsVehicle": 2.0,
  "permittedVehicles": [
    "minecraft:boat",
    "minecraft:horse",
    "cobblemon:pokemon"
  ],
  "whitelist": [],
  "limitEggs": {
    "": 1,
    "group.vip": 2
  },
  "cooldowns": {
    "group.vip": 15,
    "group.legendary": 10,
    "group.master": 5
  },
  "blackList": {
    "pokemons": [
      "magikarp_Example",
      "egg"
    ],
    "labels": [
      "gen1_Example",
      "basculegion",
      "legendary"
    ],
    "types": [
      "water_Example"
    ],
    "forms": [
      "hisuian_Example"
    ],
    "aspects": [
      "gmax_Example"
    ]
  },
  "dobbleDittoFilter": {
    "alsoImplemented": true,
    "notEvolution": false,
    "legendarys": false,
    "order": [
      "RARITY",
      "FORM",
      "POKEMON",
      "TYPE",
      "LABEL"
    ],
    "whitelistPokemons": [],
    "blacklistPokemons": [
      "pokestop",
      "egg"
    ],
    "allowOneTypeRequired": true,
    "whitelistTypes": [
      "ghost",
      "flying",
      "dark",
      "normal",
      "poison",
      "fighting",
      "rock",
      "ground",
      "fire",
      "electric",
      "water",
      "ice",
      "fairy",
      "bug",
      "steel",
      "grass",
      "dragon",
      "psychic"
    ],
    "blacklistTypes": [],
    "whitelistLabels": [],
    "blacklistLabels": [
      "gmax",
      "fakemon",
      "custom",
      "mega"
    ],
    "whitelistForms": [],
    "blacklistForms": [],
    "blacklistAspects": [],
    "whitelistRarity": [
      "uncommon",
      "common",
      "rare",
      "epic"
    ],
    "blacklistRarity": [
      "Unknown"
    ],
    "useChances": false,
    "pokemonsChances": [
      {
        "pokemons": [
          "rattata",
          "rattata alolan"
        ],
        "chance": 5.0
      },
      {
        "pokemons": [
          "pikachu"
        ],
        "chance": 3.0
      }
    ]
  }
}

Last updated