This Rust plugin stops weapon attachments from losing durability, making them last forever no matter how much players shoot or use them. Great for pvp servers that want to avoid constant repairs or replacements.
Permissions
durableattachments.use
- Only players with this permission will have their attachments protected from durability loss.
Configuration
JSON:
{
"Version": "1.0.0",
"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
- A list of item shortnames for attachments (like scopes, silencers, sights, etc.) that will never lose condition when equipped. Any attachments listed here will stay at full durability.