About Minicopter With Bombs
Adds the ability to drop bombs with a minicopter. You just need to have projectiles in your inventory, just press the primary attack button and you can drop them off the minicopter. You can set the lists of projectiles for the minicopter in the config file.
This plugin uses the permission system.
Permissions:
minicopterwithbombs.use - required to use bombs
To assign a permission, use: oxide.grant <user or group> <name or steam id> minicopterwithbombs.use
To remove a permission, use: oxide.revoke <user or group> <name or steam id> minicopterwithbombs.use
Config file:
{
"List of ammo that can be used": [
{
"ammoID": 349762871,
"projectilePrefabName": "assets/prefabs/ammo/40mmgrenade/40mm_grenade_he.prefab"
},
{
"ammoID": 143803535,
"projectilePrefabName": "assets/prefabs/weapons/f1 grenade/grenade.f1.deployed.prefab"
},
{
"ammoID": 1840822026,
"projectilePrefabName": "assets/prefabs/weapons/beancan grenade/grenade.beancan.deployed.prefab"
}
],
"Post-shot delay(in seconds)": 0.5
}