BodyZoneConfigs/zonename.json
For all Zones you need one config file. This file will automatically generated when you start the server. You can change the values in this file.
json
{
"name": "zonename", // Name of the zone
"dirtIncrementWhenPoo": 1.0, // How much dirt will be increased when player make poo
"dirtIncrementWhenPee": 0.5, // How much dirt will be increased when player make pee
"dirtIncrementRegular": 100.0 // How much dirt will be increased when player is dirty
}