No items being removed

I've tried the chat command and f1 console and rcon and server panel command. Still no entities outside of TC Range are being removed. Here is my plugin config.

{
"Interval": 300,
"CleanupBuildings": true,
"CleanupDeployables": true,
"RemoveOutsidePrivilege": true,
"OutsideHealthFractionTheshold": 0,
"RemoveInsidePrivilege": false,
"InsideHealthFractionTheshold": 0,
"Whitelist": [],
"CheckOwnerIdPrivilegeAuthorized": true
}

 

You have to change your OutsideHealthFractionThreshold to greater than 0. Right now it is only going to delete items that are 0 health, which won't be anything.

dustyhansen

You have to change your OutsideHealthFractionThreshold to greater than 0. Right now it is only going to delete items that are 0 health, which won't be anything.

 

Okay I change my confog to this to add 5000, reloaded. And still nothing despawning after waiting the 300 seconds or running the command.

 

{
"Interval": 300,
"CleanupBuildings": true,
"CleanupDeployables": true,
"RemoveOutsidePrivilege": true,
"OutsideHealthFractionTheshold": 5000.0,
"RemoveInsidePrivilege": false,
"InsideHealthFractionTheshold": 0.0,
"Whitelist": [],
"CheckOwnerIdPrivilegeAuthorized": true
}

Are you seeing a message in chat when it starts and ends? It has a chat message that tells you when it is running and how many items it purged. Also, it takes about 15 minutes or so to run through my 100k entities, so depending on how many you have it might take longer/shorter.