Unprotected Entities
Custom unprotected entities: Can specify any entities that you wish to exlclude protection for. So for example if you want to make auto-turrets unprotected then you can list "autoturret_deployed" as a value

i m a bit confusing with that, not a short name?

It is looking for the "shortnames" as specified in this document:

https://github.com/OrangeWulf/Rust-Docs/blob/master/Entities.md

So if you do a quick "ctrl-f" search for "autoturret" you will find the shortname "autoturret_deployed". The corresponding config snippet should look like this:

"Custom unprotected entities": [
	"autoturret_deployed"
]

I haven't tested this with the auto turret specifically, so if it ends up not working just let me know, its possible auto turret is actually under a different name. Hope this helps though!

yeah thx a lot .. It 's working with that name for autoturret

Great glad to hear it!

Are you working on timed protection? :D

That depends, what do you have in mind for "timed protection" :P

it would be great to have protection based on a time slot for example from 8.0pm to 7.00am or even protect at 30% then according to the schedule at 50%.

I don't have plans currently to implement this, but technically you could do this by utilizing other plugins. You just need a plugin that lets you execute commands at certain times, then you can simply change everyone's permissions at those times to adjust the protection levels.

If this ends up being something a lot of people really want I might include it down the road, I just want to avoid stuffing too much functionality into a single plugin. If that makes sense.

Yeah, ok waiting some other who want this feature..