No Pickup Damage
A downloadable mod
No Pickup Damage
Stop losing durability when picking up deployables. Chests, doors, furnaces — pick them up and keep their condition intact.
Pick Up Without Penalty
In vanilla Rust, picking up a deployable costs durability. This plugin removes that penalty so your items stay in the condition they were in.
Features
|
💪
No Durability LossPicked-up items retain their full condition based on the entity's health. No more losing durability every time you rearrange your base. |
🔐
Permission-BasedOnly players with the granted permission benefit from this plugin. Everyone else experiences the default pickup behavior. |
|
⚙️
Zero ConfigurationNo config file needed. Install the plugin, grant the permission, and it works. Simple as that. |
🛡️
Health-Based ConditionThe item's condition is set to match the entity's health fraction. A damaged entity still returns a damaged item — just without the extra pickup penalty. |
How It Works
→
A player with the nopickupdamage.use
permission picks up a deployed entity.
|
| → The game normally subtracts durability from the returned item. |
| → The plugin restores the item's condition to match the entity's health fraction, canceling the penalty. |
| → Players without the permission experience the default durability loss as usual. |
Installation
|
1
Copy the plugin file Place NoPickupDamage.cs
into your server's oxide/plugins/
directory.
|
|
2
Start or restart your server The plugin will load automatically. No configuration file is needed. |
|
3
Grant the permission Grant nopickupdamage.use
to players or groups who should benefit.
|
Permission
Players with this permission will not lose durability when picking up deployables. Players without it experience the default game behavior.
Grant to a Player
oxide.grant user <SteamID> nopickupdamage.use
Grant to All Players
oxide.grant group default nopickupdamage.use
Revoke Permission
oxide.revoke user <SteamID> nopickupdamage.use
Important Notes
This plugin only affects items that have a condition (durability) value. Items without durability are not affected.
If an entity was damaged before pickup, the returned item will reflect that damage. The plugin only removes the extra penalty from the pickup action itself.
No Pickup Damage — An Oxide plugin for Rust dedicated servers.
Made by little method
Download
Click download now to get access to the following files:

Leave a comment
Log in with itch.io to leave a comment.