This plugin stops specified entities from spawning and removes any that are already present when the plugin is loaded.
Configuration
JSON:
{
"Version": "1.0.0",
"Clean Up Existing Entities On Startup": false,
"Entity Short Prefab Names": [
"chicken"
]
}
Clean Up Existing Entities On Startup
- If true, the plugin will remove specified entities that already exist when the plugin is loaded.Entity Short Prefab Names
- A list of the short prefab names of entities that the plugin will prevent from spawning and remove if they already exist.