MCPI-Revival / mcpi-repo

A repo for worlds and servers in mcpi-central

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCPI-Repo

A repo for MCPI worlds and servers. MCPI-Repo is designed to serve as a "Minecraft Marketplace" of sorts for maps and worlds in the MCPI launchers, as well as MCPI itself.

Submiting a new file

Create a pull request and we will review and accept it as soon as possible.

Importing Worlds

To open a world just download it. Move it to ~/.minecraft/games/com.mojang/minecraftWorlds/ if you are using MCPIL/MCPI-Reborn

Submitting Worlds

Worlds should be in a zip file, with a root directory containing the world files. it's root folder, and the level.dat file's world name should be exactly the same. To edit the level.dat file, use MCPIedit.

The root folder should not contain the following files or directories:

  • player.dat
  • level.dat_old
  • players/

An example of a submitted world looks like this:

.
└── CoolWorld.zip
    └── CoolWorld(folder)
        ├── chunks.dat
        ├── entities.dat
        └── level.dat

Alongside your .zip file you must add an entry to worlds.json, but feel free to submit a LICENSE file for your world and a screenshot so people know what your world looks like!(if you do submit a screenshot/license please make it in it's own folder instead of just uploading them to /worlds, like eg /worlds/CoolWorld/CoolWorld.zip + other files instead of /worlds/CoolWorld.zip and other files)

Servers are stored in a JSON format, with a IP address and a port number.

Seeds can be added to the table under the "Seed descriptions" heading of README.md. Put your seed in the column labeled "Seed" and write a brief description about the world generated with your seed.

Resource packs/texture packs are stored in the zip format. MOTE: As of now the texturepacks system does NOT work with mcpi-reborn's overrides system.

More info can be found at https://github.com/MCPI-Revival/mcpi-texturepack.

About

A repo for worlds and servers in mcpi-central

License:MIT License


Languages

Language:Python 95.6%Language:HTML 4.4%