https://github.com/walshydev/nbtviewer
https://github.com/walshydev/nbtviewer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walshydev/nbtviewer
- Owner: WalshyDev
- License: gpl-3.0
- Created: 2020-04-13T19:56:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T04:32:21.000Z (about 5 years ago)
- Last Synced: 2025-01-01T13:43:29.875Z (4 months ago)
- Language: Java
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NBTViewer
This is a simple program I made to quickly view NBT data in any file not just specific formats. Programs such as NBTExplorer could only parse specific formats which of course is pretty useless if you go outside that realm.
## CLI
You can use CLI or GUI for this, to use CLI simply do:`java -jar NBTViewer.jar `
Example: `java -jar NBTViewer.jar test.dat`
This will not show entire arrays greater than 20 entries, if you wish to see all of them also pass in the -v flag.
Example: `java -jar NBTViewer.jar -v test.dat`## GUI
To use the GUI simply open the jar file and then File > Open File> :warning: Be careful opening large files with the GUI! JFX doesn't handle inserting thousands of lines very well.