I read somewhere about a ent del command and then the path of the thing you wanna delete but I can't seem to find it anymore. Was curious as to what the command would be to delete all the of sedans off of the server.
Thanks
Solved Deleting all of a single entity?
Discussion in 'Rust Discussion' started by TheConnor110, Oct 9, 2017.
-
For starters you'll need to find the path of the item you want to remove. I typically run ent kill on said item and copy the output from console. For example, I want to remove every single spike trap I'd run the following command
Code:del assets/prefabs/deployable/floor spikes/spikes.floor.prefab
-
Thank you very much