CommandSpy - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Requests (https://forum.cuberite.org/forum-3.html) +--- Thread: CommandSpy (/thread-2216.html) |
CommandSpy - Mathias - 11-21-2015 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/ RE: CommandSpy - Schwertspize - 11-21-2015 /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) RE: CommandSpy - Mathias - 11-28-2015 Any updates on this one? Many thanks for taking the time to make this plugin. RE: CommandSpy - Schwertspize - 11-29-2015 I didn't have the time to work on it but I'll do. RE: CommandSpy - Schwertspize - 11-30-2015 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 RE: CommandSpy - Schwertspize - 11-30-2015 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 RE: CommandSpy - DrMasik - 11-30-2015 You can use Logger plugin written by me. Record all commands on the server console and user's game console. |