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

Define a format to save data #1

Open
Bricklou opened this issue Aug 14, 2023 · 2 comments
Open

Define a format to save data #1

Bricklou opened this issue Aug 14, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Bricklou
Copy link
Contributor

To be able to store Minecraft world (and possibly additional data like plugins data, players inventory, etc.), a save format need to be defined.
To achieve this, maybe check how MongoDB, PostgreSQL, Scylladb or event WorldQL are able to store information on disk.

@Bricklou Bricklou added the enhancement New feature or request label Aug 14, 2023
@Bricklou Bricklou moved this to Todo in Archipel Project Aug 14, 2023
@Bricklou Bricklou moved this from Todo to In Progress in Archipel Project Aug 31, 2023
@Bricklou
Copy link
Contributor Author

Solution found: the data will be stored in the same way Minecraft Bedrock does (with some adaptations)
Minecraft Bedrock use a custom version of LevelDB called LevelDB-MCPE.
Some work has to be done to enhance the overall, but it's a good starting point.

@Bricklou
Copy link
Contributor Author

Bricklou commented Jan 3, 2024

After some research, just LevelDB from Google should do the job to handle saves

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant