Control all spawn populations on your server.
The server will freeze for a while while the plugin is loaded
Console Commands
er.getreport-- Get information about all population.er.fillpopulations-- Fill all populations. This causes a short lag on the serverer.enforcelimits-- Enforce all population limits. This causes a short lag on the server
Configuration
No custom entities are supported, all types in the configuration and no other types are supported
{
"Enabled Plugin": false,
"Population Settings": {//The Target Count is the maximum population on your server
"loot": {
"Enabled": true,
"Target Count": 480
},
"ores": {
"Enabled": true,
"Target Count": 960
},
"collectable-food-mushroom": {
"Enabled": true,
"Target Count": 48
},
"collectable-resource-hemp": {
"Enabled": true,
"Target Count": 240
},
"collectable-resource-stone": {
"Enabled": true,
"Target Count": 48
},
"plant-corn": {
"Enabled": true,
"Target Count": 96
},
"plant-pumpkin": {
"Enabled": true,
"Target Count": 96
},
"v2_temp_forest": {
"Enabled": true,
"Target Count": 480
},
"v2_temp_forest_small": {
"Enabled": true,
"Target Count": 624
},
"v2_tundra_forest": {
"Enabled": true,
"Target Count": 120
},
"v2_tundra_forest_small": {
"Enabled": true,
"Target Count": 240
},
"v2_arctic_forest": {
"Enabled": true,
"Target Count": 48
},
"v2_arctic_forest_snow": {
"Enabled": true,
"Target Count": 240
},
"v2_arid_cactus": {
"Enabled": true,
"Target Count": 96
},
"v2_arid_palms_dense": {
"Enabled": true,
"Target Count": 12
},
"v2_arid_palms_light": {
"Enabled": true,
"Target Count": 98
},
"v2_arid_palms_superdense": {
"Enabled": true,
"Target Count": 240
},
"junkpiles": {
"Enabled": true,
"Target Count": 960
},
"driftwood": {
"Enabled": true,
"Target Count": 0
},
"logs_dry": {
"Enabled": true,
"Target Count": 0
},
"logs_snow": {
"Enabled": true,
"Target Count": 0
},
"logs_wet": {
"Enabled": true,
"Target Count": 0
},
"ores_snow": {
"Enabled": true,
"Target Count": 720
},
"ores_sand": {
"Enabled": true,
"Target Count": 480
},
"v2_temp_beachforest_small": {
"Enabled": true,
"Target Count": 48
},
"collectable-resource-wood": {
"Enabled": true,
"Target Count": 48
},
"v2_temp_field_small": {
"Enabled": true,
"Target Count": 240
},
"v2_arid_palm_beach": {
"Enabled": true,
"Target Count": 120
},
"v2_temp_field_large": {
"Enabled": true,
"Target Count": 48
},
"v2_temp_forest_deciduous": {
"Enabled": true,
"Target Count": 240
},
"v2_temp_forest_small_deciduous": {
"Enabled": true,
"Target Count": 240
},
"junkpiles_water": {
"Enabled": true,
"Target Count": 360
},
"divesites": {
"Enabled": true,
"Target Count": 24
},
"swamp-trees": {
"Enabled": true,
"Target Count": 120
},
"plant-potato": {
"Enabled": true,
"Target Count": 96
},
"plant-berry-blue": {
"Enabled": true,
"Target Count": 96
},
"plant-berry-green": {
"Enabled": true,
"Target Count": 96
},
"plant-berry-red": {
"Enabled": true,
"Target Count": 96
},
"plant-berry-white": {
"Enabled": true,
"Target Count": 96
},
"plant-berry-yellow": {
"Enabled": true,
"Target Count": 96
},
"RHIB.Population": {
"Enabled": true,
"Target Count": 12
},
"Rowboat.Population": {
"Enabled": true,
"Target Count": 24
},
"Minicopter.Population": {
"Enabled": true,
"Target Count": 12
},
"ModularCar.Population": {
"Enabled": true,
"Target Count": 48
},
"ScrapTransportHelicopter.Population": {
"Enabled": true,
"Target Count": 4
},
"HAB.Population": {
"Enabled": true,
"Target Count": 12
},
"Murderer.Population": {
"Enabled": true,
"Target Count": 0
},
"Scarecrow.Population": {
"Enabled": true,
"Target Count": 0
},
"Bear.Population": {
"Enabled": true,
"Target Count": 72
},
"Boar.Population": {
"Enabled": true,
"Target Count": 72
},
"Chicken.Population": {
"Enabled": true,
"Target Count": 12
},
"Horse.Population": {
"Enabled": true,
"Target Count": 24
},
"Stag.Population": {
"Enabled": true,
"Target Count": 24
},
"Wolf.Population": {
"Enabled": true,
"Target Count": 48
},
"Zombie.Population": {
"Enabled": true,
"Target Count": 0
},
"RidableHorse.Population": {
"Enabled": true,
"Target Count": 48
}
}
}
Credits
**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.

