Well The Only Reason I'm Saying this Is Cause People Spam It To Much Once Mods/Admins Are In The People Stop Doing It And I Know They Feel Happy . And They Don't Listen And They Spam And Spam Like This Cuz They're Not Getting Punished About The So Called "Spam"
I used it once to write /bukkit:me is now afk. Well you can't simply remove this command since it's in bukkit from the start. what you can do is download a plugin where you can block commands and block that command. And we already have PwnFilter, and i think you can block the command with that plugin.
Anything involving "me" would be censored, as it contains that specific string, so, if you typed "me" it would have the same string, ending in a warning. Well, with pwnfilter at least.
It would "censor" what wouldn't need to be censored. It would censor, I'm unsure if it continues and preforms the commands though. I just know, when pwnfilter is set to censor a string of letters, it can't detect the "context" even if it is vulgar or not. Anything with the word "me" in it would have an annoying "." within the word. Which is why "assassin" is "..in" I think I've explained my point.
Well that would be why you just remove the permission for the command from all the groups. /me is essentials I believe while /bukkit:me is from bukkit, so the permission would be .bukkit.me.* or similar. The star is to block any and all arguments even if there is none.
Don't worry, I never said you couldn't block it. It was just my ecplanation just gave some backround info. Yours would work fine.
Good idea, support. You can't remove this command, but you can remove the permission node (which is by default available to everyone) from PEX by giving the default group a negative node. Note the negative sign in front of the node. Code: /pex group <DEFAULT_GROUP_NAME> add - bukkit.command.me