Minecraft Wiki
Register
Advertisement
Paper
The contents of this page are not supported by Mojang Studios or the Minecraft Wiki. 
This article is about a third-party program. For the official Minecraft program, see Minecraft launcher.

Template:Infobox NBTExplorer is a low-level graphical NBT (Named Binary Tag) data editor for Minecraft. With a directory-tree interface for easily exploring multiple worlds, and support for the latest NBT standard, NBTExplorer is built on top of Substrate. Allmost all things in a map in any Minecraft version is build with NBT, so you can usually changethe datas for the newest version without updating NBTExplorer.

Usage

NBT tags control every world parameter, such as ender chest items, player's inventory, gamemode, whether the world is Hardcore or not and many other things. NBTEditor can be used to view and change data, with uses including:

Changing level.dat, incluing but not only
  • Locate in-game structures;
  • Add or change items, and adding enchantments;
  • Access or the world seed;
  • Changing gamerules without usage of the /gamerule command;
  • Applying custom formatting to world or server names;
  • Change the world's name;
  • Change the players game mode, health, position and so on. For example, if the player is in an "illegal area" and can't port back with /tp, this function can change the player's position;
  • Change the settings for terrian generation, while it doesn't affect the generated chunks;
Changing regions and chunks, including but not only
  • Change the biomes for chunks;
  • Change the mob datas or delete mobs. For example, if there are too many entities to cause crashes, this can delete the mobs;
  • Change the block entity data. Including command blocks, chests, signs and so on.

Compatible Formats

  • Standard NBT files (e.g. level.dat)
  • Schematic files
  • Uncompressed NBT files (e.g. idcounts.dat)
  • Minecraft region files (*.mcr)
  • Minecraft anvil files (*.mca)
  • Cubic Chunks region files

Links

Advertisement