Offline Player turns online after being killedFixed

When a player is offline, if they are killed, they immediately are considered online, then this causes the antioffline protection to reset.   How do we stop this?  (Do we remove Respawn/Wakeup?)

Is there more activity codes available to put in beyond the 5 shown?

Is there a way to keep a player ONLINE once a raid starts, regardless if they log off?  

Thanks!

I only use input to prevent false positives when players killed or looted.

i added sliding damage to config default set to 5 min so active raids will not get blocked in v0.4.3

U7szotOLBHNIsu1.png shady14u

I only use input to prevent false positives when players killed or looted.

i added sliding damage to config default set to 5 min so active raids will not get blocked in v0.4.3

update not posted in notifications (yet)

I uploaded it last night before I wrote this. It's the current version now

dvycOXQhdSl3hyI.png shady14u

I uploaded it last night before I wrote this. It's the current version now

I mentioned it because i only realised there was an update by reading the threads of plugins i have installed , then i checked the notifications "bell" and it was not mentioned there, a lot of server owners might have missed it if they dont read all the threads.
anyway thanks for the update.

Co7pD1cKYsF5Vw6.png shady14u

I only use input to prevent false positives when players killed or looted.

i added sliding damage to config default set to 5 min so active raids will not get blocked in v0.4.3

Great update @shady14u!Thank you!

I don't quite understand the false positive statement though.   The way the plugin worked for us prior to update was that if you looted a player or they were killed, their AntiOffline protection status reset to ONLINE.   Did the update resolve this or is this by design?  If by design can the current config prevent this? 

 

the following activities can trigger the player to go "Online". Of these I personally only use the "input" as an activity trigger.

{
    "input",
    "loot",
    "respawn",
    "chat",
    "wakeup"
}​
Locked automatically