ENBT
Bidirectional Minecraft server list converter
- C++
- C++
- CMake
- CTest
- NBT
ENBT converts between Minecraft's servers.dat file (NBT encoded) and human-readable formats like CSV, JSON, and TOML. It works both ways: you can generate a servers.dat from a list of IPs, or extract an existing servers.dat into structured data for editing or analysis.
It supports stdout output so you can pipe results into other tools. Built with CMake and has a CTest test suite.
The use case is mostly for server admins and community managers who need to distribute or manage large server lists without editing them by hand in the Minecraft client.