Minecraft Wiki
Advertisement

Map File Format

Each edition of Minecraft uses its own file format to store levels. The following information about the different level file formats can be used by software developers to create map editors, servers, level generators, and other programs. Blocks, items and data values are common to all map types.

Map Formats

  • Classic Level Format used by the old Minecraft Classic: Survival, Creative, and Multiplayer.
  • Indev Level Format used by Minecraft Indev.
  • Alpha Level Format used by Minecraft Alpha (previously Infdev).

Notch's notes on NBT format files and the old Indev format.

Schematic files based on NBT format are used by a few 3rd party utilities to store sections of a map for later use.

Libraries

Server Protocol

Classic Server Protocol used by the Minecraft Classic Creative Multiplayer server.

For info on Minecraft Alpha, see the wiki.vg Alpha portal, here.

Resources

Programs

URL Program OS Notes
http://www.delorie.com/djgpp/ Djgpp, GCC for windows Windows
http://www.cygwin.com/ Cygwin the Linux-on-Windows (Unix Environment) Windows Good for Windows users.
http://www.microsoft.com/express/ Microsoft Visual Studio Express Windows Free version of Visual Studio, an IDE and compiler for C/++, C# and Visual Basic.
http://java.sun.com/javase/downloads/index.jsp Java Development Kit download Cross-platform Essential if you want to compile Java code
Advertisement