Original Description:
Before the command system was rewritten in 1.3.1, /tell and all failed player commands would be logged to the console and server.log. This is no longer the case. All of these logging events can occasionally be somewhat spammy, but are always very useful to the SMP staff.
Additional Description:
Especially the logging of failed commands would make the life of Server-Wrapper-Programmers easier possible, who don't wan't modify the minecraft_server.jar but wan't to add new Commands.
Why whas this closed with "Won't Fix"?
The Solution:
The Solution for the logging of failed player commands is so simple!
At least in the MCP-Code the only change would be in CommandHandler.java in the executeCommand-method directly over the "throw new CommandNotFoundException();":
MinecraftServer.getServer().logInfo(par1ICommandSender.getCommandSenderName()+" tried command /"+par2Str);
Linked issues
duplicates 1
Comments 4
If Mojang says it won't be fixed, then it won't be fixed. For feature suggestions/changes please use the MineCraft Forums: Suggestions.
I'm not happy with this...
A) IT IS NOT "Resolved" (That's just wrong Information)
B) It is quite simple to change in the Code (I'm a programmer, I know that. 1 Line of Code fore each Event to Log!)
C) IT IS A SECURITY ISSUE!!! (I know, not a big but also NOT a Feature Request!)
D) I don't want the unknowing thinking of a Moderator. I want a change or a statement from the Programmers...
Do I have to clone this again or can you reopen this, please?
Note, MC-241 has been reopened.
/me is not logged - this is a possible safety issue for underage players, and allows players to use this to harass/intimidate/etc. other players with no clear logging other than screenshots.