Option to log purged entitiesSolved
Logging purged entities would be bonus. I have folks who say their stashes are getting purged, but i have no way to check.
It only purges in case the owner was offline for a set amount of time, and if players complain then they were offline long enough. Else it's not this plugin
My config:
{
  "Purge Settings": [
    {
      "Permission": "autopurge.yes",
      "Lifetime": "1s1m1h4d"
    },
    {
      "Permission": "autopurge.no",
      "Lifetime": "none"
    }
  ],
  "Purge Timer Frequency": 300.0,
  "Last Seen Timer Frequency": 300.0
}​
default group has autopurge.yes
VIP has autopurge.no

User is VIP in the VIP group.

He was gone for 6 days.

His stashes are gone.

I dont know if they were purged, or if it was something else.

I can add in logging myself, no worries. I just thought it would be a nice feature to include for the vast amount of people who use it.
I would need that, too.It feels like we never know why a person was purged, or why not.The last 3 people were offline above the limit. The Result: They were dead, but their bases were still there?Logging what the plugin is actually doing would be very nice.Like: "purging playerXY.
Most likely someone else was authorized or something.
Maybe, cannot say for sure.
Will the purge kill players, too?
I think it does already and had a config pption
{
  "Purge Settings": [
    {
      "Permission": "autopurge.PurgeMeIn8Days",
      "Lifetime": "8d"
    },
    {
      "Permission": "autopurge.ExcludedFromPurge",
      "Lifetime": "none"
    }
  ],
  "Purge Timer Frequency": 300.0,
  "Last Seen Timer Frequency": 300.0,
  "Debug": false
}

I cannot see an option here,
Neither for Logs nor for killing players
Debug just spams the console with lines like "validate if player XY can be purged"

Sure there are no logs. Please, create a separate thread. Logs are not there yet. You have not updated your plugin, that's why you do not have a sleepers purge option then.
[Info("Auto Purge", "misticos", "2.0.5")]

Maybe the config was not updated?
I will delete the config and reload, thanks for the info :)

I won't open a new thread. This one is already a suggestion for logs, thats why i am here :)

+1 for logs. They was in 1.6.1, but seems were gone in 2.0.0. This way you can help the person much more easily if he asks you "where is my house".
+1 for log. plugin may be not work.
i enable purge for sleepers, but week later sleepers not purged.

fake plugin? i not see purged buildings, sleepers.
I can't help it.
It happens 1-2 times each wipe that some bases are removed even, when the person was online within the purge-limit.
It is always a mystery and we STILL have no log from Auto Purge.
We will uninstall this plugin till it has a proper logging feature, which is suggested since half a year.

The log needs something like that:
Player ID <last seen: DD.MM.YYY> purched entities: *.prefab
Please, append your configuration. If there is no building privilege, plugin checks entity owner so it depends how it was built, and if someone else built the foundations and there is no TC, it will be eventually gone if owner does not login. Otherwise (there is a TC), it checks EVERYONE in the TC.

Hello misticos, thanks for you fast answer.

I am using the current version: Version 2.0.5
This is my config

{
"Purge Settings": [
{
"Permission": "autopurge.PurgeMeIn8Days",
"Lifetime": "8d"
},
{
"Permission": "autopurge.ExcludedFromPurge",
"Lifetime": "none"
}
],
"Purge Timer Frequency": 300.0,
"Last Seen Timer Frequency": 300.0,
"Purge Sleepers": true,
"Debug": false
}

The player default group has the permission "PurgeMeIn8Days".
The player has 2 friends, that have TC permissions, but they are not entity owner and they still have clothes+inventory (so they were not purged).

The player that was purged lost the house he built, including his full inventory. (It is a PvE Server, so he was not killed, and the TC was locked, and we dont allow remover tool with TC anyway). He was offline for only 3 days.

You said "it cheks EVERYONE in the TC". So is it intended that all involving players will be purged if only one of them is offline for the configured time limit?
Even then it would be weird that the 8-days-offline friend was not purged(still has his inventory) but his friend is(who is entity owner and was only offline for 3 days)

Locked automatically