World Repos Logo

Minecraft World Repos

Share and download Minecraft worlds through custom repositories

What is it?

Minecraft World Repos is a Minecraft mod that allows players to browse and download worlds directly from custom online repositories. Map creators can easily host and share their creations, and users can access and download them in-game with just a few clicks.

FAQ

๐Ÿ“ How to make my own repository?

Create a MinecraftWorldRepo.json file with the following format:

{
  "info": {
    "name": "My Test World Repo",
    "description": "Testing The mod",
    "author": "TGGamesYT"
  },
  "worlds": [
    {
      "name": "My test world",
      "description": "Testing!",
      "location": "test_world.zip"
    }
  ]
}

Host it at a public URL (e.g. https://my.site/repo/MinecraftWorldRepo.json) and place your world zips in the same directory, relative to the JSON.

๐ŸŒ How to add my repo to the public list?

Just create an issue at the GitHub issues page and tell us about your repo. If it fits, itโ€™ll likely be added!

๐ŸŽฎ How to use a repository?

Launch Minecraft with the mod installed, open the mod's menu, click โ€œAdd New Repoโ€, paste the link to the repo (the location where the json is located, but without the json), and youโ€™re good to go! You can now browse and download worlds directly from that repository.

Links