About CustomC4&RocketTiers
CustomC4RocketTiers is a Rust plugin that allows you to create and distribute C4 and Rocket Launcher items with various damage tiers and optional skins. You can configure multiple C4 tiers (e.g., c4_tier1, c4_tier2, c4_tier3) and Rocket tiers (e.g., rocket_tier1, rocket_tier2, rocket_tier3), each with its own damage multiplier and skin. Admins (with the customc4.admin permission) can spawn these items via simple chat commands:
/givec4 [tier1|tier2|tier3]
/giverocket [tier1|tier2|tier3]
When thrown or fired, the items will deal the configured explosion damage. This plugin adds a new layer of customization and progression to raiding by letting you manage different explosive strengths or even special skins.
Config:
{
"C4Tiers": {
"c4_tier1": {
"ExplosionDamage": 1000.0,
"SkinId": "3425076124"
},
"c4_tier2": {
"ExplosionDamage": 2000.0,
"SkinId": "3425076601"
},
"c4_tier3": {
"ExplosionDamage": 5000.0,
"SkinId": "3425076743"
}
},
"RocketTiers": {
"rocket_tier1": {
"ExplosionDamage": 500.0,
"SkinId": "3447956979"
},
"rocket_tier2": {
"ExplosionDamage": 750.0,
"SkinId": "3447957790"
},
"rocket_tier3": {
"ExplosionDamage": 1000.0,
"SkinId": "3447954671"
}
}
}