Cuberite Forum

Full Version: CommandSpy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A plugin that allows admins/players to see all the commands written by other players in chat. It is toggled with the command /commandspy on|off.

http://dev.bukkit.org/bukkit-plugins/commandspy/
/assign

I will try to do it. I expect to finish until next Week.

What I have thought how to implement:
OnCommandExecute:
get a list
foreach list, send chat target <player>: /command with options
OnCommand (register a command)
add executing player to the list if permission
possibly add specific player to the list if executING player has permission (player who gets on the list does not need to have the permission)
Any updates on this one? Many thanks for taking the time to make this plugin.
I didn't have the time to work on it but I'll do.
Am working on this one as part of Essentials, as bukkit /socialspy but commands, not only PMs
https://github.com/mc-server/Essentials/pull/46
seems like i finished it. socialspy on other ppl dont work for now AFAIK but you may test it too, i cannot for now.

just use my fork of Essentials
https://github.com/Schwertspize/Essentials
You can use Logger plugin written by me.
Record all commands on the server console and user's game console.