CloudNet
CloudNet copied to clipboard
feat(npcs): add a command to remove all spawned npcs
Motivation
Currently there is no way to bulk delete npcs, you have to visit each npc and delete it with the remove command once at a time.
Modification
Added a new removeall command which allows to delete all npcs or all npcs that target a specific group.
Result
Bulk deletion of npcs is possible using the mentioned command.