Can't open fuel tank to put fuel in
With the Spawn Mini I cant loot the fuel tank to put fuel into it says "Can't loot right now" how to I change that?

{
"AssetPrefab": "assets/content/vehicles/minicopter/minicopter.entity.prefab", // Prefab you would like to spawn
"CanSpawnBuildingBlocked": false,
"MaxNoMiniDistance": 300.0,
"MaxSpawnDistance": 5.0,
"PermissionCooldowns":
"spawnmini.tier1": 86400.0,
"spawnmini.tier2": 43200.0,
"spawnmini.tier3": 21600.0
},
"SpawnHealth": 750.0 // The health the minicopter spawns with
Look at the plugin's permissions...
I have tried to change the cool downs and it just gives errors... I have done group default permissions
Make sure you aren't copying the configuration from the plugin page, as it has comments which are not valid JSON; use the configuration generated by plugin instead.