-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.12.2, Minecraft 18w05a, Minecraft 1.13-pre3, Minecraft 1.13.1, 20w51a, 21w03a, 1.16.5, 21w06a, 21w08b, 1.17, 24w39a
-
Confirmed
-
(Unassigned)
The bug
The gamerule logAdminCommands only logs the feedback of commands but not the actual command, this makes the gamerule partially useless since often command feedback is not really meaningful or for some commands like /tellraw there is no feedback at all.
Note: Possibly a way has to be provided for commands to censor arguments in case some modded server uses passwords (or similar) as command parameters.
How to reproduce
- Set the gamerule logAdminCommands to true
/gamerule logAdminCommands true
- Use the tellraw command
/tellraw @a "Some message"
→ The command used is not logged