Automatically clear entities that are not protected by the cupboard!
You can get all combat entity short prefab names in the data file
Permissions
autodecay.ignore-- ignore auto decay for player
Configuration
{
"Not Protected Cupboard = No Cupboard": true,// If TC has no resources, the entities in its range will also decay
"Check Cupboard Interval (Seconds)": 10.0,
"Notify Player That His Object Will Be Removed": true,
"Notify Interval": 10.0,
"Chat Settings": {
"Chat Prefix": "<color=#00FFFF>[LagRemover]</color>: ",
"Chat SteamID Icon": 0
},
"Building Block Settings": {
"floor": {
"Twigs": {
"Enabled": true,
"Only Used For Player's Entity": true,
"Delay Time (Seconds)": 600.0,
"Destroy Time (Seconds)": 3600.0,
"Tick Rate (Damage Per Tick = Max Health / This)": 10.0
},
}
},
"Other Entity Settings": {// You can add the new decay entity you want here
"andswitch.entity": {// Combat entity short prefab name, Can get it in the data file
"Enabled": true , // Enable the entity
"Only Used For Player's Entity": true,
"Delay Time (Seconds)": 60.0,
"Destroy Time (Seconds)": 300.0
"Tick Rate (Damage Per Tick = Max Health / This)": 10.0,
}
}
}
Localization
{
"DESTROY": "If you do not install the cupboard, the object will <color=#F4D142>be deleted</color> after {0}."
}
Thank for
glasiore: designed the icon for the plugin. Great man!!!**Arainrr **: Previous maintainer
MIT License
Copyright (c) 2019 Arainrr
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

