I'm trying to get my crates to not drop so spread out from one another. So I figured I'd change the crate gap distance from 25 to 1. It didn't change any. So I tried zero for kicks and giggles, reloaded again...still nothing! Talked to a couple other server owners and they're having the same problem. Any ideas? Perhaps I'm using the wrong part to do it. Thanks in advance!
Section of Code Attempted:
Section of Code Attempted:
"DropSettings": {
"DropDefault": {
"additionalheight": 0,
"crateAirResistance": 0.70,
"cratesGap": 0,
"despawnMinutes": 15,
"includeStaticItemList": true,
"includeStaticItemListName": "regular",
"includeStaticItemListOnly": false,
"itemDivider": 2,
"maxCrates": 3,
"maxItems": 6,
"minCrates": 2,
"minItems": 6,
"planeSpeed": 175,
"useCustomLootTable": false
}