Supported Games
This plugin will remove all objects that are placed outside of claimed areas automatically. Shacks and objects within shacks are safe. This can be used to prevent the need for wipes, or to maintain high server performance.
All objects outside of a claimed area will be added to a list. All objects are checked each time it does an UpdateInterval. If that same object is still in an unclaimed area after being checked the same amount of times as your IntervalsBeforeCleaning, the object will be removed from the server. If at any point an Ownership Stake is placed down, all items within the claimed area are safe.
With the new changes of Ownership Stakes, when an ownership stake runs out of Amber, that area will become unclaimed, so this will also remove all old buildings.
As this clean works off of interval checking, if you place an object down, and 5 intervals later another is placed, there will need to be 5 interval checks after the first one is removed, before the second one will be.
This will remove all placed items, like buildings, workbenches, lockers, etc.
Cars, and Quads will not be cleaned.
Permissions
autoclean.admin-- Allows player to use the/cleanchat command
Chat Commands
/clean-- Player withautoclean.adminpermission would be able to clean the cell
Configuration
{
"AutoPruneLog": true,
"IntervalsBeforeCleaning": 24,
"LoadPreviousDecayIntervals": true,
"ShowConsoleMessages": true,
"UpdateIntervalSeconds": 7200
}
Credits
- Noviets, the original author of this plugin
The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.
Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.

