I haven't touched the config file, it is the same as it was when the mod loaded. But here it is anyway.
{
"Toggle Tugboat Cannon Spawning(When enabled, all tugboat will have canons when spawned; when disabled, only players with permission 'use' can access this feature.)": true,
"Permission to use tugboat canons": "TugboatWarfare.use",
"Ammo Types": [
{
"Short Name": "ammo.rocket.basic",
"Ammo Prefab": "assets/prefabs/ammo/rocket/rocket_basic.prefab",
"Initialize velocity": 15.0,
"Enable": true,
"Reload Time": 3.0
},
{
"Short Name": "ammo.rocket.fire",
"Ammo Prefab": "assets/prefabs/ammo/rocket/rocket_fire.prefab",
"Initialize velocity": 15.0,
"Enable": true,
"Reload Time": 3.0
},
{
"Short Name": "ammo.rocket.hv",
"Ammo Prefab": "assets/prefabs/ammo/rocket/rocket_hv.prefab",
"Initialize velocity": 15.0,
"Enable": true,
"Reload Time": 3.0
},
{
"Short Name": "ammo.rocket.mlrs",
"Ammo Prefab": "assets/content/vehicles/mlrs/rocket_mlrs.prefab",
"Initialize velocity": 50.0,
"Enable": true,
"Reload Time": 3.0
},
{
"Short Name": "ammo.rocket.sam",
"Ammo Prefab": "assets/prefabs/npc/sam_site_turret/sam_ammo.prefab",
"Initialize velocity": 15.0,
"Enable": true,
"Reload Time": 3.0
},
{
"Short Name": "ammo.grenadelauncher.he",
"Ammo Prefab": "assets/prefabs/ammo/40mmgrenade/40mm_grenade_he.prefab",
"Initialize velocity": 15.0,
"Enable": true,
"Reload Time": 3.0
},
{
"Short Name": "ammo.grenadelauncher.smoke",
"Ammo Prefab": "assets/prefabs/ammo/40mmgrenade/40mm_grenade_smoke.prefab",
"Initialize velocity": 15.0,
"Enable": true,
"Reload Time": 3.0
}
],
"Maximum shots before overheating": 3,
"Overheat cooldown": 5.0,
"Canons Positions": [
{
"Canon Positions": {
"x": 0.0,
"y": 3.0,
"z": 11.25
},
"Canon Rotation": {
"x": 0.0,
"y": 200.0,
"z": 0.0
},
"Canon heading": 0
},
{
"Canon Positions": {
"x": 3.0,
"y": 2.5,
"z": -8.5
},
"Canon Rotation": {
"x": 0.0,
"y": -90.0,
"z": 0.0
},
"Canon heading": 2
},
{
"Canon Positions": {
"x": -3.0,
"y": 2.5,
"z": -8.5
},
"Canon Rotation": {
"x": 0.0,
"y": -90.0,
"z": 0.0
},
"Canon heading": 1
}
]
}