Crate gap setting isn't workingNo Thanks
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:

  "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
    }​
how can there be a zero gap ? I have mine set at 15 which is close enough , Did you reload the plugin after you saved it ?
In response to pookins ():
how can there be a zero gap ? I have mine set at 15 which is close enough , Did you reload the plugi...
It's a glitch with the plugin. Command isn't working. Had a few other owners say it wouldn't work no matter what number they turned it to. Read above, says that I reloaded.
I have adjusted my spacing from 30 to 10 with no problems , been running plugin for 3 years now , I have checked random drop, massdrop and droptome commands and all working fine,
In response to pookins ():
I have adjusted my spacing from 30 to 10 with no problems , been running plugin for 3 years now , I...
exactly!! thx for that.
In response to SharkAHolic ():
It's a glitch with the plugin. Command isn't working. Had a few other owners say it wouldn't work no...

Thats nonsense...crateGap has an internal check to set any value not below 5.

5 is the smallest working value there. Also, anything else would'nt make NO sense due to the dimensions of the crate itself.

In response to FuJiCuRa ():
Thats nonsense...crateGap has an internal check to set any value not below 5.5 is the smallest work...
All good. I'll use K1lly0u's since it works for what I need. :) I just wanted them to be as close as possible and nowhere on your plugin's information page does it say anything about an internal check either. Might wanna add that. Thanks!
I dont agree, most plugins dont go into detail on what checks they are running to get the plugin to work, i think that a distance of 5 is as close as you would want them to be,
You might also note that Killy0us plugin (Airdrop precision) has no documentation at all as it does not realy need any. and i think you will have the same problems with Airdrop randomiser getting a "too small" distance , but good luck with it.
In response to pookins ():
I dont agree, most plugins dont go into detail on what checks they are running to get the plugin to...
It worked just how I needed it to, but that limit can be rather important. Nonetheless, thanks for the help.
Locked automatically