Skip to content

DMBuce/norbert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A command-line NBT editor.

Warning
This is unmaintained software. If you’re looking for an up-to-date NBT editor, I recommend nbted: https://github.com/C4K3/nbted

Overview

NorBerT is a command-line utility for editing and displaying NBT files. It can be used to read or modify Minecraft files such as level.dat, player.dat, map_N.dat, and so on.

norbert is also the name of a file format used to represent NBT data. The goal of the format is to be easily parsed by text-based command line tools.

vinbt is a script that can be used to edit an NBT file using a text editor such as vi. It is provided in the norbert source distribution.

Documentation

The full documentation for norbert is kept in AsciiDoc format under the doc/ directory in the source distribution. It can be viewed at https://dmbuce.github.com/norbert.

Basic documentation can be found in these files:

  • LICENSE - Terms and conditions

  • README - This document