I'm in need of a plugin that will protect a single structure from any damage. I've already looked at Zone Manager. It has more features than I need and some users have recently reported issues with this exact functionality. I'd like to be able to place a TC with my admin user and protect a single building and its associated items/entities.
Admin base protection (Rust, paid $$$)
Hey ! I exactly see how to do that !
Private me if interested.
Private me if interested.
You can use
https://umod.org/plugins/anti-noob-raid#documentation
And grant yourself "noob status"
Merged post
or
https://umod.org/plugins/anti-offline-raid#documentation
https://umod.org/plugins/anti-noob-raid#documentation
And grant yourself "noob status"
# Manual Mode
When manual mode is set to true every new player that joins will not have noob protection.
To give player noob protection use antinoob.addnoobMerged post
or
https://umod.org/plugins/anti-offline-raid#documentation
Interesting, thank you Orange! I'll check it out.
Merged post
Hey Orange, the problem with that plugin is I need protection for only one structure, not all my buildings.
Merged post
Hey Orange, the problem with that plugin is I need protection for only one structure, not all my buildings.
Or... you could just build it in a large rock formation.
Still need a developer who has time to create this. Requirements are base protection on a per-TC basis to include no-PVP zone. PM me a quote and timeframe if interested.
If you can accept all the admin's stuff being invincible, here is a simple solution:
object OnEntityTakeDamage(BaseCombatEntity entity, HitInfo info)
{
if (entity.OwnerID == your_admin_id)
info.damageTypes.ScaleAll(0f);
}
The no-PVP zone bit is harder.
Just use Zone manager and put up a zone around admin building. use /zone_flags and make it un-raidible