Spigot plugin that allows players to access the console in game.
This plugin is in ALPHA stage, so you may experience bugs. Things like the config.yml, commands, and permission nodes are subject to change.
| Plugin Version | Supported Minecraft Versions | Spigot API Version |
|---|---|---|
master |
1.21 | 1.21.1-R0.1-SNAPSHOT |
| v1.5.5-ALPHA | 1.20 - 1.21 | 1.20.2-R0.1-SNAPSHOT |
| v1.5.4-ALPHA | 1.12 - 1.19 | 1.18.1-R0.1-SNAPSHOT |
ConsoleReader uses Gradle to handle dependencies and building.
git clone https://github.com/kyleseven/ConsoleReader.git
cd ConsoleReader/
./gradlew clean build
The jars can be found in the build/libs directory.
Place the ConsoleReader.jar file into your plugins/ directory and start the server.
config.ymlprefix: The prefix that most plugin messages will have.log_color: The color of the console in the chat. Supports the colors listed here.forbidden_commands: A list of commands that will be blocked if used with/cr execfilters: A list of regular expressions that if matched with a log message, the message will not be shown.
/cr helpdisplays a list of commands./cr read [player]starts/stop showing the console in chat for yourself or a specified player./cr execute <command>executes a command as console./cexec <command>alternatively.
/cr listshows a list of players currently monitoring the console./cr reloadreloads the plugin configuration./cr versionshows the plugin version.
consolereader.readallows access toread,list,help, andversionsubcommands.consolereader.read.othersallows for toggling console reading for other players.consolereader.executeallows access to theexecutesubcommand.- WARNING! Only give this permission to people you trust 100%!
consolereader.reloadallows access to thereloadsubcommand.