I am trying to get the custom in-plugin loot table to work for the direct drops but nothing I do works. I have read elsewhere that the plugin creates a FancyDrop.json file in the data folder when it first starts up, but despite reinstalling this several times I can never get this file to appear. I wonder if that is what is breaking it. I am using MagicLoot and wonder if that might be the problem.
The relevant parts of my FancyDrop.json in config are:
"dropdirect": {
"minCrates": 1,
"maxCrates": 1,
"cratesGap": 50,
"despawnMinutes": 15,
"crateAirResistance": 2.0,
"useCustomLootTable": true,
"CustomLootListName": "dropdirect",
"planeSpeed": 65,
"additionalheight": 0
},
* * *
"DropType Name": "dropdirect",
"Minimum amount of items to spawn": 3,
"Maximum amount of items to spawn": 3,
"Custom Loot Contents": [
{
"Shortname": "syringe.medical",
"Minimum amount of item": 2,
"Maximum amount of item": 6,
"Skin ID": 0,
"Display Name": null
},
{
"Shortname": "largemedkit",
"Minimum amount of item": 1,
"Maximum amount of item": 2,
"Skin ID": 0,
"Display Name": null
},
{
"Shortname": "largebackpack",
"Minimum amount of item": 1,
"Maximum amount of item": 1,
"Skin ID": 0,
"Display Name": null
}
]
},