![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2Foxs4RU7.png)
ConsoleReader is a simple plugin that allows you to view the server console in-game.
Basic Usage
- Use the /cr read command to toggle console reading in chat. Console messages will appear in chat as shown below.
![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2Fm3opWDM.png)
- Hover over the time and log level to see additional information about a message.
![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2F7nBST1z.png)
- Use the /cr exec command to execute commands as the console. (i.e, /cr exec tps)
Commands
- /cr help -- Shows the help menu.
- /cr read [player] -- Toggles showing the console in chat. Optionally specify a player to toggle console reading for them.
- /cr exec <command> -- Executes a command as the console. (Can also use /cexec)
- /cr list -- Shows a list of players currently monitoring the console.
- /cr reload -- Reloads the config.yml
- /cr version -- Shows the plugin version.
Permissions
- consolereader.read -- Allows use of help, read, list, and version subcommands.
- consolereader.read.others -- Allows you to toggle reading for other players via the read subcommand.
- consolereader.execute -- Allows use of exec subcommand and it's alias, /cexec (Extremely powerful; Only give this to players you trust)
- consolereader.reload -- Allows use of reload subcommand.
Configuration (config.yml)
- prefix - The prefix that plugin messages will have.
- log_color - The color of the console in the chat. Accepts a Minecraft color code (0-9 and a-f) or a ChatColor enum.
- forbidden_commands - A list of commands that will be blocked if used with `/cr exec`
- filters - A list of regular expressions that if matched with a log message, the message will not be shown in `/cr read`
Dev Builds
- Dev builds can be downloaded here. (Requires GitHub login)
Compatibility
- The current release v1.5.5-ALPHA has only been tested on Minecraft 1.20. Previous versions down to 1.12 may work, but untested.
- If you encounter any issues on a Minecraft version <1.20, then use v1.5.4-ALPHA.
If you encounter any bugs, please
create an issue on GitHub.
Note: This plugin works best on
Paper. CraftBukkit is not supported.