Skip to content

allows you to edit nbt files as if they where JSON

License

Notifications You must be signed in to change notification settings

John-Bush14/neonbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

neonbt

Neonbt is a plugin allowing you to read and write to .nbt, .dat or .dat_old files as if they where JSON.

installation

First you have to install nbtlib with your favorit python package manager like

pipx

pipx install nbtlib

Then you can install it with your favorite neovim plugin manager like

lazy

{
    "John-Bush14/neonbt",

    event = { "BufReadPre *.nbt", "BufReadPre *.dat", "BufReadPre *.dat_old" }
}

FAQ

I opened an nbt file but it didn't work?

If it's like this on every nbt file check if you have nbtlib installed and if you do, open an issue

Otherwise it's just nbtlib being goofy and you have to give up on reading the file

About

allows you to edit nbt files as if they where JSON

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages