Not sure how config/permissions works
Theres a permission to allow everyone does this mean it allows everyone to purge or not allow everyone to purge?

I basicly want to get rid of everything after 3 days.

{
  "Purge Settings": [
    {
      "Permission": "",
      "Lifetime": "3d"
    }
  ],
  "Purge Timer Frequency": 300.0,
  "Last Seen Timer Frequency": 300.0,
  "Purge Sleepers": false,
  "Debug": false
}​

Is it correct like this or do I have to give default usergroup permission so it removes them?

Well basically yea but I'm not sure if it's allowed to use "empty" permissions so try to specify one and grant it to default group
5b6ed4c9ac8e4.jpg misticos
Well basically yea but I'm not sure if it's allowed to use "empty" permissions so try to specify one and grant it to default group

1) I'm not sure which permission to grant them? autopurge.run ?

2) Or could you maybe show an example config that will remove it for everyone on the server after 3 days (unless they have been active/authorized etc)?

3) I also do not see anything in the console unless I run it manually, but it should do it every 5 minutes, right?

4) I think i've been on servers where it would say in chat "Beginning Purge: cleaned up X entities" is that with this one too or how do I set that up?

Thanks!
The permission is the one you specify in config. It starts counting time since its installation.
5b6ed4c9ac8e4.jpg misticos
The permission is the one you specify in config. It starts counting time since its installation.

So I have to make up a permission myself?

Could you also please answer the other questions, I wanna be sure this plugin is working correctly.

Thanks alot for your quick replies!

Well I did actually. 1. You enter the permission in config, that's it. Enter it, reload, grant it. 2. Your config seems to be fine 3. yes because as I've said it starts counting "last time" since it's been installed 4. Not sure tbh
5b6ed4c9ac8e4.jpg misticos
Well I did actually. 1. You enter the permission in config, that's it. Enter it, reload, grant it. 2. Your config seems to be fine 3. yes because as I've said it starts counting "last time" since it's been installed 4. Not sure tbh

But you say the config is fine but you also say I have to enter a permission myself which I havent in the current config, that's why i'm a bit confused.

Thanks again!

The config itself is correct but you have to enter a permission afaik so that it applies to players
5b6ed4c9ac8e4.jpg misticos
The config itself is correct but you have to enter a permission afaik so that it applies to players

ok so in this case granting the group default the permission makes it so it purges for them after 3 days?

and if I do not give them the permission their stuff stays even if they arent online for over 3 days?

yes i suppose?..
5b6ed4c9ac8e4.jpg misticos
yes i suppose?..

3 days have past and nothing happened. I tried running it manually by doing autopurge.run but nothing seems to be happening?

(21:44:49) | Purge has started. Objects on the map: 189117

(21:44:49) | Purge just ended. Objects on the map: 189117

so whats your config and setup for diff groups
{
  "Purge Settings": [
    {
      "Permission": "autopurge.do",
      "Lifetime": "3d"
    }
  ],
  "Purge Timer Frequency": 300.0,
  "Last Seen Timer Frequency": 300.0,
  "Purge Sleepers": false,
  "Debug": false
}

oxide.usergroup grant default autopurge.do

I don't think it's the correct command. Are you sure the group has this permission. Also user should join within these 3 days afaik :p and then be offline for 3 days
5b6ed4c9ac8e4.jpg misticos
I don't think it's the correct command. Are you sure the group has this permission. Also user should join within these 3 days afaik :p and then be offline for 3 days

What is the correct command then? You said "The permission is the one you specificy in the config" earlier.

And yes 3 days have passed before I set it all up

Also there's 2 pages of help threads for this plugin where people have problems with it or do not know how to set it up, so i think a better tutorial is needed.

Just a very clear, 100% easy to use, step-by-step tutorial on how to set autopurge on 3 days.