Skip to content

Configuration

Cobbleworkers is highly configurable. Below is the default configuration, followed by a reference section describing each configuration group, its settings and purpose.

Default config

json
{
  "navigationTimeout": 30,
  "depositTimeout": 65,
  "areaScanCooldown": 45,
  "areaScanRadius": 8,
  "areaScanHeight": 5,
  "scannedBlocksPerTick": 50
}

navigationTimeout
Time after which a Pokémon will give up on reaching a target.

NOTE: Value in seconds

depositTimeout
Time after which a Pokémon will give up on depositing items and instead just throw them on the ground.

NOTE: Value in seconds

areaScanCooldown
How often the area around the Pasture will be scanned.

NOTE: Value in seconds

areaScanRadius
How many blocks away from the Pasture the area will be scanned.

areaScanHeight
How many blocks up and down from the Pasture the area will be scanned.

scannedBlocksPerTick
How many blocks will be scanned by every Pasture every tick.

⚠️ Increasing this setting by a lot can cause performance issues.