Lobby reset plugin (Rust)
So im currently developing an event server with a lobby where people spawn as they join the server. I want a way for admin to run a command like (/reset_lobby) or something and it basically removes the entire lobby and pastes back a file from CopyPaste (lobby for example). I will provide an example. Cheers Boys :)

https://www.youtube.com/watch?v=kPoluMZuTjw&feature=youtu.be

In my case i want this because if an admin removed a foundation on accident you can reset the lobby to fix it if that makes sense.
You can remove lobby with /remove all and then paste it with copypaste
i could although it would paste back in the same spot because then i would have to set spawn again. Plus it would be easier with just doin /reset lobby or something.
In response to Curse ():
i could although it would paste back in the same spot because then i would have to set spawn again....
thats why building lobby from prefabs is better than building blocks
yes, but then that would be time consuming because as far i know, using RustEdit for example to do that would take a while to do. Unless you have another way of doing that
In response to Curse ():
i could although it would paste back in the same spot because then i would have to set spawn again....

simply use "/remove all" as orange suggested and then "/pasteback lobby"

pasteback puts it back into the same location, so you don't need to worry about your spawns