Weapon attachments in Rust normally degrade over time as the weapon is used. This plugin stops that degradation entirely for configured attachments, meaning players never have to worry about their scopes, silencers, lasers, or other mods wearing out. The plugin is permission-based, so you can grant this benefit to specific players or groups while others continue experiencing normal attachment wear.
Permissions
durableattachments.use-- Allows players to benefit from prevented attachment durability loss
Configuration
JSON:
{
"Version": "1.0.1",
"Attachment Shortnames That Never Lose Condition": [
"weapon.mod.flashlight",
"weapon.mod.simplesight",
"weapon.mod.muzzlebrake",
"weapon.mod.muzzleboost",
"weapon.mod.holosight",
"weapon.mod.lasersight",
"weapon.mod.extendedmags",
"weapon.mod.silencer",
"weapon.mod.small.scope",
"weapon.mod.8x.scope"
]
}
Attachment Shortnames That Never Lose Condition- This setting contains a list of attachment item shortnames that will never lose condition when attached to weapons.
