Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 1.12 Pre-Release 6, Minecraft 1.12 Pre-Release 7, Minecraft 1.12.1, Minecraft 1.12.2
-
Fix Version/s: Minecraft 18w03b
-
Confirmation Status:Confirmed
Description
The bug
If the gamerule commandBlockOutput is set to false command feedback of commands executed for a player is not shown anymore. It used to be shown in 1.11.2.
How to reproduce
- Open 1.11.2
- Set commandBlockOutput to false
/gamerule commandBlockOutput false
- Use the following command
/execute @p ~ ~ ~ setblock ~ ~ ~ stone
→ It says "Block placed"
- Repeat steps 3 and 4 in the latest version
→ There is no command feedback