If you've ever had to use console commands a lot during a game, im sure you hated opening the console too.
So, here it is.
Console commands, via chat. (That's all it does, I promise)
To use, call the command just as you would in the console, but with a / (configurable) just before the command. Eg. say hi can be
run from chat by writing /say hi. Please also note that only you see the response.
/ before commands in the real console gives you a few seconds of not responding and an OutOfMemoryException!(It does work after the few seconds again, though.)
This plugin is able to run all registered console commands, internal and from mods. (If the mod was done right, and adds
ConCommands to Console.concommandCatalog)
You can set them just as in the console, eg. /volume_master 10 or /volume_master = 10.
You will get all output you would have gotten when running in the console.
You will get a response from system, if your command executed successfully. This includes text from custom
ConCommandExceptions thrown inside console commands.
(v1.4.0+)You are able to customize your prefix (default is /), and if you still want your commands shown after execution. You
are also able to set the config to remove other players commands, although that only works if you both are using the
same prefix.