Objects not being purged
I am still struggling to get this working again.

AutoPurge is the only plugin I have installed now.

Here is my config:

{
  "Purge Settings": [
    {
      "Permission": "autopurge.yes",
      "Lifetime": "4d"
    }
  ],
  "Purge Timer Frequency": 1.0,
  "Last Seen Timer Frequency": 1.0
}​

When I load an run the plugin:

(08:24:10) | Loaded plugin Auto Purge v2.0.4 by misticos

(08:24:25) | Purge has started. Objects on the map: 387040
(08:24:25) | Purge just ended. Objects on the map: 387040

(08:26:12) | Player 'XXxxXXX (11111111111)' permissions:
etc,etc, autopurge.yes

Player 'XXxxXXX (11111111111)' groups:
default​
Nothing purged, but this is the entry in the datafile for the user above:

    {
      "ID": "11111111111",
      "LastSeen": 1565063998
    },​
14 days ago he was last seen.

Im still not sure whether the permission is for people you want to purge, or people you dont, so I also tried this:

(08:31:25) | Player 'XXxxXXX (11111111111)' revoked permission 'autopurge.yes'
​

Then i do autopurge.run:

(08:33:09) | Purge has started. Objects on the map: 385905
(08:33:09) | Purge just ended. Objects on the map: 385905

It was working beautifully up until this wipe. I'm not sure what I'm doing wrong here.
Then maybe his buildings were ALREADY destroyed?

Merged post

Make sure there are HIS entities

Merged post

What about a cupboard? Do his entities have a cupboard tho? So building zone. This plugin checks for authorized users too, if one of them is active - thats why.
Ok, maybe its me just not undertanding the new update. I just checked, and YES an active player is authed on the TC. I dont think the version I was using previously did a TC check. I think thats where the disconnect is.

So.....

I destroyed the TC and sure enough the base purged.

I'm sorry for this long thread. It seems to be working properly.
No problem. Next time read plugins' descriptions more carefully :)
Need to add permission to clear inactive players? I also encountered this situation where player buildings could not be cleared.
Read description more carefully. It checks whether all entity owner and authed players are inactive, if at least one of them WAS active, then purges. You need to grant permission from config you specified, and make sure they don't have none lifetime permission.
So let me get this thing clear (I have downloaded the plugin as well):

A TC has (for example) 2 players authorized.
One of them is offline since ages, the other is online on a daily base
The plugin can not purge the building because of the shared permissions on the TC?
Basically yes
Ok, thank you for the clarification. :-)
Sounds good to me!