-
-
Notifications
You must be signed in to change notification settings - Fork 318
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I've searched existing issues and couldn't find a duplicate.
- I confirm this is not a duplicate.
Is your feature request related to a problem? Please describe.
Minecraft server stores entire generated chunks for performance. However, this makes backups excessively large because they archive raw data that could be regenerated from the world seed and algorithm.
Describe the solution you'd like
Creating a backup mode that only stores the world seed, algorithm version, player data, and player‑made changes to the world, and restores the world data from there.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request