-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.14.3, Minecraft 1.14.4 Pre-Release 6, 1.14.4 Pre-Release 7, 1.14.4, 19w34a, 19w35a, 19w39a, 19w40a, 19w41a, 19w42a, 19w44a, 19w45a, 19w46b, 1.15 Pre-release 1, 1.15 Pre-Release 2, 1.15 Pre-release 3, 1.15 Pre-release 5, 1.15.1, 1.15.2, 20w06a, 20w07a, 20w09a, 20w12a
-
None
-
Confirmed
-
UI
The bug
Since release 1.14, I cannot select nor copy command block output to the clipboard. I used to be able to use the cursor keys on the keyboard along with the 'shift' key to select command block output, then press <ctrl + c> to copy the highlighted text to the clipboard, and finally press <ctrl + v> in a text editor to see the whole output result.
How to reproduce
- Create a fenced in area, and spawn a villager in it
- Put a command block outside of the fenced-in area and give it this command:
/data get entity @e[type=minecraft:villager,limit=1,distance=..8]
- Put a lever next to the command block, and pull the lever
- Right-click the command block and look at the command block output, and try to select the text within the part that says Previous Output
→ You can do it successfully if it's 1.13.2, but you can't do it if it's 1.14.x
- duplicates
-
MC-147649 Can't copy or select command block output
- Resolved