The only plugin I saw that "can" do this, was CommandHelper. However that plugin doesn't seem to work well with other plugins... for example: I want to make a command like: '/saveserver' When executed, it would run the command lines: /cookies admin save-all /save-all Additional any other plugins I might have that have their own saving functions could be added to that list to be executed from just running one command. I've searched a bit, and maybe I'm just using the wrong terms, but I can't find a plugin that can do this. CommandHelper will only execute the server command save-all when attempting the example listed above. Can anyone create this plugin?
Do like a plugin you could configure to run different commands? So you could do: Input=/troll Output=/kill all /butcher That would be pretty sweet, nice idea!
You can run multiple commands with commandhelper. /plugin = >>> /command1 /command2 /command3 <<< Other: /plugin = /command1 \ /command2 \ /command3