Console Command Executer

A command to execute commands as if from the console

/cce (command)

Permissions: cce.command

Also given to all Ops

Use CommandUtils. You will have to create an alias.

The config could look like this:

alias {
    aliases {
        "cce {...}" {
            commands=[
                "*{...}"
            ]
            permission="cce.command"
        }
    }
}

The asterisk makes the command to be executed by the console.