mkfs.nbt(8) System Manager's Manual mkfs.nbt(8)

mkfs.nbt - Create a Named Binary Tag File System

mkfs.nbt [-C {gzip|zlib}] [-L <root-node-name>] [-vh] <path>

mkfs.nbt creates a standalone NBT file at <path> containting a single compound as root node. If a regular file at <path> already exist, it will be truncated.

-C {gzip|zlib}
Specify the compression format for the NBT file. Default is gzip.
-h
Print a brief usage message.
-L <root-node-name>
Specify name of the root compound node. Default an empty string.
-v
Be Verbose. Print a text dump of the NBT tree to be written into <path>.
-V
Display version, copyright and licensing information of this tool. The program will exit afterward.
BSD