Preventing purge for specific players?Solved
so I have a few players the I dont want to ever be purged so I grant them permision like this "oxide.grant user rustynail none" then I set the I just leave the plugin like this and everyone thats been inactive for 3 days will get purged ? I read the description and I don't really understand it so this is my best guess..

{
"Purge Settings": [
{
"Permission": "",
"Lifetime": "none"
}
],
"Purge Timer Frequency": 259200‬.0,
"Last Seen Timer Frequency": 259200‬.0,
"Purge Sleepers": true,
"Debug": false
}
You forgot to specify permission... And it's not purging with values of Purge Time Frequency, it's a different thing. Completely different thingy.
I relly don"t unstand the description can you please brake it down for me like I'm 5 years old lol my server has 7 gigs and i keep hitting a memory limit I have 2million entities and keeps crashing so I really need help please say I have a guy named bob I never want bob to get purged but I want everyone else to get purged after 3 day of inactive or not logging in ..first i make a group oxide.group add neverpurge ....then I add bob to the group oxide.usergroup add bob neverpurge then I have no idea what to do can you please post a config of how it should look using the group name I used please if not Im lost.
{
  "Debug": false,
  "Purge Settings": [
    {
      "Permission": "autopurge.none",
      "Lifetime": "none"
    },
    {
      "Permission": "autopurge.3d",
      "Lifetime": "3d"
    }
  ],
  "Purge Timer Frequency": 300,
  "Last Seen Timer Frequency": 300,
  "Purge Sleepers": true
}


Merged post

That's it, o.grant group default autopurge.3d and o.grant group VIP autopurge.none or o.grant user ID autopurge.none
Thank you so much 

Merged post

I can't thank you enough sorry for the inconvience
Locked automatically