Mark players as noob if got raidedSuggestion
Hey is it possible to add the Feature above?
That means i need a Raid protection after got raided.

Best regards,
BattleSheep

PS: Thanks :)

Damn, not sure how I managed to miss this one :/

Anyway, I'm pretty sure that this is not possible as you cannot detect when raiding is over (not accurately).
Sorry :/

if cupboard is destroyed or in combination with no escape you can detect if the counter is still active.

I have a good idea for it but i dont know how to describe it in english :D maybe you are german? ;)
In response to BattleSheep ():
if cupboard is destroyed or in combination with no escape you can detect if the counter is still act...
Not German, sorry :/

Destroying the cupboard doesn't mean ending of raid afaik and I believe adding more dependencies will just cause worse performance, also no escape isn't accurate :/
That couldn't be implemented using NoEscape because server owners do not necessarily need to configure raid victims to be blocked.  The base function of NoEscape is to track raiding behavior (over time) and block certain player activity during that time.

To give raid victims alone special dispensation after being raided, the only things you need to know are
  1. Who is being raided
    Aggregate the owners of a base or cupboard authorized users
  2. When the raid is over
    X amount of time after all raiding activity has ceased in a particular area

After the raid is over, give the likely victims whatever protection you want.  Doing this could be acheived by an integration with a plugin like RaidNotes or RaidTracker.  That integration doesn't necessarily have to be in this plugin, it could be a separate plugin.  It's up to @Slydelix to determine if that's a valid inclusion for this plugin (it may not be) and if so, implement it.
Maybe we can configurate the time in the config, for me it would be ok that the player get marked as noob after 60 Minutes after the raid, i think a raid is over after 60 minutes. Maybe the Raid was Success, maybe not :)