An NBT and LevelDB editor for Minecraft Bedrock Edition.
This app is still in beta, so please report any issues you find here.
For support you can email 8Crafter or ask for help on the 8Crafter Studios discord server.
The privacy policy and code signing policy can be found here.
This app supports Windows, Linux, and macOS (Darwin). iOS and Android support is planned but not implemented yet.
Even though iOS is not supported yet, you can still edit worlds from your iPhone/iPad without needing to transfer them to your computer. You can edit your iPhone/iPad's worlds directly from the app on your computer, and if your computer runs macOS, you don't even need a cable, you can edit them over Wi-Fi. This does not require jailbreaking either, you can do it on any iPhone/iPad. More information can be found here.
Here are some important bugs to note:
- The Node editor currently only allows renaming, editing, and deleting tags, but not adding them (the buttons in the top right for it do not do anything yet).
- For the SNBT and Prismaine-NBT JSON editors, you have to do
CTRL+SHIFT+Vinstead ofCTRL+Vto paste (on macOS you have to doCOMMAND+OPTION+SHIFT+Vinstead).
This is a list of add-ons that if you have any of them on your world, then this app can read the player names that they saved to the world's dynamic properties, allowing you to see players' names in the "Players" tab, as well as search for players by their name.
If you have an add-on that saves players' names, and you want it to be supported, email 8Crafter at 8crafteryt@gmail.com or create a pull request to add it (the file that contains the parsers is here, just add a function to parse it to the playerUUIDToNameDynamicPropertyParsers array in that file).
If you want to build the app locally, do the following:
- Clone this repository.
- Run
npm i. - Run
npm run make. - Look in the
out/makedirectory for the installer.
If you want to locally run the app without having to wait to the installer to build, or if you are developing it, do the following:
- Clone this repository.
- Run
npm i. - Run
npm run start.