{"id":16379914,"url":"https://github.com/justdoom/minestomdatasaving","last_synced_at":"2026-04-22T15:30:19.504Z","repository":{"id":138052792,"uuid":"383779948","full_name":"JustDoom/MineStomDataSaving","owner":"JustDoom","description":"A world saving library for Minestom","archived":false,"fork":false,"pushed_at":"2022-08-23T01:29:32.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-01T20:22:10.429Z","etag":null,"topics":["java","minestom","minestom-library"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JustDoom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-07T11:47:44.000Z","updated_at":"2023-07-05T03:37:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cf1d20b-155f-4676-9c3c-d3d59e0c3854","html_url":"https://github.com/JustDoom/MineStomDataSaving","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustDoom%2FMineStomDataSaving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustDoom%2FMineStomDataSaving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustDoom%2FMineStomDataSaving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustDoom%2FMineStomDataSaving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JustDoom","download_url":"https://codeload.github.com/JustDoom/MineStomDataSaving/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240031920,"owners_count":19737041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","minestom","minestom-library"],"created_at":"2024-10-11T03:49:56.118Z","updated_at":"2026-04-22T15:30:19.446Z","avatar_url":"https://github.com/JustDoom.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MineStomDataSaving\n\nThis is discontinued/probably doesnt work\n\nThis is a library that allows you to easily save and load worlds\n\nTodo\n- Player data saving\n\nDone\n- World data saving\n\n## Setup\n\n### Maven\n\nRepository\n```\n\u003crepositories\u003e\n\t\u003crepository\u003e\n\t    \u003cid\u003ejitpack.io\u003c/id\u003e\n\t    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\t\u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\nDependency\n```\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecom.github.justdoom\u003c/groupId\u003e\n\t\u003cartifactId\u003eminestomdatasaving\u003c/artifactId\u003e\n    \u003cversion\u003e-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle\n\nRepository\n```\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n```\n\nDependency\n```\ndependencies {\n    implementation 'com.github.justdoom:minestomdatasaving:-SNAPSHOT'\n}\n```\n\n## API usage\n\nLoading a world\n```java\nInstanceContainer instanceContainer = MineStomDataSaving.loadWorld(\"worlds/lobby\");\n```\n\nSaving a world\n```java\nMineStomDataSaving.saveWorld(\"worlds/lobby\", instanceContainer);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustdoom%2Fminestomdatasaving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustdoom%2Fminestomdatasaving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustdoom%2Fminestomdatasaving/lists"}