Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Introduction
As one of the most common commands, /data get
command can read off the NBT data from the targeted block position or entity to the executor.
However, the NBT data cannot be exported to the clipboard/file automatically. This mod aims to solve the problem.
Usages
After installing the mod, there will be two more game rules.
They can be set to true on the world creation interface or using the commands /gamerule exportToClipboard true
and /gamerule exportToFile true
.
Then, when the player enters the /data get
command, the NBT data will be exported to the clipboard or file, according to the game rules. The exported file is in the folder .minecraft/export
, named the time when the command is executed.
Links
- Github (also the issue tracker): https://github.com/QWERTY770/DataExporter
- MCMOD: https://www.mcmod.cn/class/9061.html
- MCBBS: https://www.mcbbs.net/thread-1424236-1-1.html
The mod was made on Lxazl5770's commission.
Temporarily, the mod does not support Fabric, but it is welcomed for other developers to port the mod to Fabric/Quilt.