-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button Reset World #440
Comments
Any exceptions? Should delete players too? |
maybe it would be good to also have a button that eliminates all the banks of all and another that eliminates all the player type characters |
This will be very dangerous for production servers. Do you have any ideas for how to guard against accidental destruction of the server? |
after pressing the button it asks you to type "RESET WOLRD" to confirm, and a full backup is made before continuing. if the buckup fails, the restoration must not take place. |
It is my personal opinion that having any option to wipe the world from in-game is dangerous and should be avoided. If an administrator account is ever compromised (I have witnessed and heard more about such events), someone can wipe everything without having access to the host machine. |
Yeah, we don't have a concept of dev vs prod server. We can add dev-only mechanics which simply wouldn't be possible in production. So if you wanted to wipe your shard, you would need to load up the server on dev mode and do it. Thoughts on how to detect, beyond a config flag, when the server is in dev mode? |
Counter question: Let's assume it is a production server:
That's a lot of effort which more than adequately addresses danger levels - backups/archives don't need to be tested here, imo. All that said: yes, it's dangerous, so why? |
can you add a command or button inside admin gump where i can reset everything and reset the world as a new world with no items ... to clean up the world (this command can will be used by the owner)
The text was updated successfully, but these errors were encountered: