Question about entity names

Does this plugin allow for item shortnames?  I ask because I want to remove player deployable wind turbines, SAM site ammo and SAM sites, mining quarries and pumpjacks from my server.  I already took them out of all my personalized loot tables but to cite an example for the wind turbine:  

assets/content/properties/lootspawn/generated/items/electrical/generator.wind.scrap.asset
assets/content/properties/lootspawn/generated/items/items/generator.wind.scrap.asset
assets/prefabs/deployable/windmill/generator.wind.scrap.item.prefab
assets/prefabs/deployable/windmill/generator.wind.scrap.prefab
generator.wind.scrap/sockets/a

How do I know WHICH to put into the config so they don't spawn for players to use but still spawn where they are intended to by Facepunch such as Bandit Camp??  I don't want to remove something that Facepunch put in their game.

You can look at an entity and type `debug.lookingat` and it will tell you the short prefab name of the entity.