Allow copying the data off of NBT files (i.e playerdata .dat files) into the clipboard. #141
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Straight to the point, this pull request adds a feature I've needed dozens of times before. The feature is, the ability to copy entire .dat files as if they were compound tags, and paste them elsewhere.
This feature is incredibly useful when hosting a LAN world and sharing the world folder between friends, because if not corrected the game will overwrite the new host player's inventory with the old host's inventory. To prevent this, one needs to open the world with NBTExplorer, copy the data from their personal file in the playerdata folder, and overwrite the level.dat file's "Player" entry with the data. It's incredibly hard to do this without being able to copy data from .dat files.
I would very much prefer it if this pr got merged, but as this repository hasn't been updated in years, I will also include an executable in my fork's releases page.