Skip to content
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

Add the option to run /save-all before server shutdown and after server shutdown announcement #3019

Closed
joeyak opened this issue Jul 28, 2024 · 2 comments
Labels
discussion status/stale No recently activity has been seen and will be closed soon.

Comments

@joeyak
Copy link

joeyak commented Jul 28, 2024

Enhancement Type

Improve an existing feature

Describe the enhancement

Add an option to save the world before server shutdown. I ran into a situation where someone lost some items because the server restarted and they put iron in a chest, but after the restart, the chest didn't have the iron and the player didn't have it in their inventory. This is because the server saves at a different interval than entities.

@itzg
Copy link
Owner

itzg commented Jul 28, 2024

When the container stops normally then a graceful stop of the server is initiated. Your container must have been terminated abnormally. Watch the logs during a start and you'll see the progression of normal saves and shutdown.

Copy link

This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open.

@github-actions github-actions bot added the status/stale No recently activity has been seen and will be closed soon. label Aug 28, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion status/stale No recently activity has been seen and will be closed soon.
Projects
None yet
Development

No branches or pull requests

2 participants