When using /data get, it does nothing
What should happen:
/summon armor_stand ~ ~ ~ {NoAI:1b,NoGravity:1b}
/data get entity @e[type=armor_stand,limit=1]
[data outputted for armor stand]
What happens:
/summon armor_stand ~ ~ ~ {NoAI:1b,NoGravity:1b}
/data get entity @e[type=armor_stand,limit=1]
[nothing outputted to chat]
Linked issues
duplicates 1
Attachments
Comments 4
ScyllarusDactyl I tried with it both on and off
Edit: there may be a bug where sendCommandFeedback can't be reenabled
Indeed, check MC-121783.
It works. Maybe you have /gamerule sendCommandFeedback set to false...