Objects not being purged
More than 10 days have passed, and I see that not one sleeping is removed. There are also many "empty" buildings on the server, usually there were not many.

My config:
{
  "Purge Settings": [
    {
      "Permission": "",
      "Lifetime": "7d"
    }
  ],
  "Purge Timer Frequency": 300.0,
  "Last Seen Timer Frequency": 300.0
}​

My data:
{
  "Users": [
    {
      "ID": "76561198418020958",
      "LastSeen": 1564877115
    },
    {
      "ID": "76561198335390849",
      "LastSeen": 1565757830
    },
    {
      "ID": "76561198005431088",
      "LastSeen": 1565458215
    },
    {
      "ID": "0",
      "LastSeen": 0
    },
    {
      "ID": "76561198159549991",
      "LastSeen": 1565763530
    },

............... and so on​

By the way, how to decrypt "LastSeen"?

In the console I enter the command: autopurge.run
I get the answer:
- Purge has started. Objects on the map: 128338
- Purge just ended. Objects on the map: 128338

Last seen is time since 1970, 1, 1 in seconds. Unix timestamp. Thank you for your report
I am happy to help. Also thanks for all your plugins, they are great)
Just wanted to say, I'm having the same issue. No players have purged since the AUG 01 wipe.

I want to add, that I did add the following server variables to my rust config this wipe however, and am curious if they are the cause:
decay.scale 0
decay.upkeep false

Here is an example from my data file for one user in particular:
    {
      "ID": "XXXXXXXXXXXX",
      "LastSeen": 1564711820
    },​
As you can see, he was last seen AUG 01.

I have my AutoPurge config to purge after 4 days:
{
  "Exclution": {
    "excludeGroupModerator": true,
    "excludeGroupOwner": true,
    "excludePermission": "autopurge.exclude"
  },
  "Generic": {
    "killSleepers": false,
    "logPurgeToFile": true,
    "purgeOnStart": false,
    "removeRecordAfterDays": 30,
    "removeRecordAfterPurge": true,
    "testMode": false,
    "useClansIO": false,
    "useFriendsApi": false
  },
  "Messaging": {
    "showMessages": true,
    "showMessagesAdminOnly": false
  },
  "RealTimer": {
    "enable RealTimer": false,
    "log to console": true,
    "RealTime": [
      "06:00",
      "18:00"
    ]
  },
  "Timing": {
    "inactiveAfter": 345600,
    "timerEnabled": true,
    "timerJob": 21600
  }
}​


Merged post

Just a followup, I removed those entries from my config, but it still wont purge anyone.

Thanks!
Thank you for your reports. It's an old config tho, delete it and regenerate
I deleted my config, redownloaded and loaded the mod, which created the new config. Edited it as follows:

{
  "Purge Settings": [
    {
      "Permission": "autopurge.exclude",
      "Lifetime": "4d"
    }
  ],
  "Purge Timer Frequency": 300.0,
  "Last Seen Timer Frequency": 300.0
}​
then reloaded it via RCON.
Then I  ran autopurge.run
Nothing Purged.
Make sure you granted the permission autopurge.exclude (it's not exclude permission. It's an include one!)
Soooo, let me get this right .... For people we want to EXCLUDE (IE : not purge items from, VIP's, etc) they should NOT have the permission autopurge.exclude??? 

Having an "include" permission labelled "exclude" is just silly. It's like saying no when you really mean yes ...... 
For some reason this person named permission as exclude, by default it's not. To make a permission exclusive, set lifetime to none as specified in plugin description.
"excludePermission": "autopurge.exclude"

To me, (and I presume every other english speaking person) giving someone (IE : VIP's) that permission would mean they do not have their stuff auto-purged by the plugin but everyone without that permission (IE : standard players) would still get their stuff wiped if they didn't log in for X amount of days. 

Is that correct?

It is an old configuration. We're talking about the latest one, ignore old config

Merged post

Just tested purging, works completely fine for me. Make sure you understand how the plugin works. Read plugin description on umod.
Ok, I must not be understanding.

I have just deleted AutoPurge.cs and config file, I downloaded 2.0.4, and uploaded it. I edited the config as such:

{
  "Purge Settings": [
    {
      "Permission": "",
      "Lifetime": "4d"
    }
  ],
  "Purge Timer Frequency": 300.0,
  "Last Seen Timer Frequency": 300.0
}​
I did not use a permission this time, but when i run autopurge.run it just says:

(09:33:05) | Purge has started. Objects on the map: 361677

(09:33:05) | Purge just ended. Objects on the map: 361677

Yet I have many people in the data file that are longer than 4 days:

    {
      "ID": "**********",
      "LastSeen": 1565063998
    },
Im not sure whats happenening.
Maybe plugin just could not find entities they own. Pretty much possible, sometimes building grades plugins for example just reset ownership of the block.
Using AdminHammer plugin, it gives me the players name when I look at his base. He hasn't been on in 16 days.
Try to set temporarily Purge Timer Frequency and Last Seen Timer Frequency to 1 and unload all plugins but Auto Purge. Dont forget to reload auto purge to apply configuration changes. It could help. Because Auto Purge worked for me perfectly.