Cuberite Forum

Full Version: Ovserving and logging commands that player execute
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I was wondering if there is a way to see what commands players have been executing. As i recall on the vanilla server you see when players type (for example) /msg <txt> to eachother. MCServer does not have this (enabled??).

Besides being able to see executed commands in real-time(via console) i was wondering if this was also logged?

Kind thanks in advance for awnsering Smile
Don
The commands are not logged at this moment, only failed attempts (no permissions / bad command). It should be fairly straightforward to create a plugin for this, though. There's already a hook that gets fired whenever a player executes a command.