Converts a /setblock command into full NBT data used for entities/blocks. Note that it will not verify your input and expects /setblock to be formatted correctly. I created this to quickly convert other people's /setblock commands to NBT, as it was a common request.

Input /setblock:


id:minecraft:command_block,Count:1b,Damage:0s,tag:{BlockEntityTag:{Command:"Test"}}
Go Back