External hook for removing specified entitySuggestion
Hi there,

It would be awesome to have a hook where you could supply an entity and the removal type:
ie: RemoverTool.Call("RemoveAll", EntityName);

So that other plugins can make use of RemoverTools great removal processes. This would be invaluable. Thanks if this can be added!
Ahhh, you are free to copy the code in RemoverTool.
RemoverTool.Call("RemoveAll", EntityName);//What does the RemoveAll function need to do?  And what's the EntityName?
Well I was thinking it would just replicate the functions of RemoverTool but through Hooks. So you could use RemoveAll, RemoveStructure or just a single block with Remove through the various hooks. And EntityName is a typo sorry, BaseEntity would be passed through to you. Would that be possible? It would be super helpful!
Yeah, I'll add external hooks for RemoveAll and RemoveStructure in the next update, but the external hook for a single block doesn't seem necessary
Yep good idea. Thanks for taking it into consideration, awesome work!
Hey @Arainrr, just checking have you had a chance to get around to doing this? Thanks in advance!
I thought about adding it, but I didn't know how to add it, or you send me the hook code, and I add it. I suggest you copy the code directly into your plugin.  lol