Explanation/details on "Entities Per Step"?
How would i set this to check for bases(entities) every 12hours or so, if i understand it correctly

Also if it was to just remove bases(entities) for non vip would the permission read something like below

{
  "Purge Settings": [
    {
      "Permission": "default",
      "Lifetime": "7d"
    }
  ],
  "Purge Timer Frequency": 900.0,
  "Entities Per Step": 512,
  "Purge Sleepers": true,
  "Use Logs": true
}​

 

Per step is done to improve performance, you don't have to touch it, just plugin doesn't delete and check all entities at once.