About PrefabsRemoval
PrefabsRemoval
I made this plugin since, i wanted to remove puzzle doors for my rust server, but instead i made it so you can use it with prefabs.
Configuration
This here is how the configuration looks like, you are able to remove and add any prefabs you would like.
private List<string> prefabPaths = new List<string> { "assets/bundled/prefabs/static/door.hinged.security.blue.prefab", "assets/bundled/prefabs/static/door.hinged.security.green.prefab", "assets/bundled/prefabs/static/door.hinged.security.red.prefab" // You can adjust this list to your needs };