Admin base protection (Rust, paid $$$)
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.
Hey ! I exactly see how to do that !
Private me if interested.
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.
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.
In response to C4talyst ():
Still need a developer who has time to create this. Requirements are base protection on a per-TC bas...
As i remember you are in my discord, can you PM me?
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.

In response to Orange ():
As i remember you are in my discord, can you PM me?
Orange, I'm not on Discord, but if you PM me a link to yours I'll join.
In response to Zugzwang ():
If you can accept all the admin's stuff being invincible, here is a simple solution:

obj...
Thanks Zug! Maybe for now I'll just use a separate player account for this one need. I definitely want to create a plugin for this eventually though.
In response to C4talyst ():
Thanks Zug! Maybe for now I'll just use a separate player account for this one need. I definitely wa...
sup, if u still need something around this, just pm me, as i got - u want some sort of pve plugin, there is one already
Just use Zone manager and put up a zone around admin building.  use /zone_flags and make it un-raidible