Fixes bug that causes the server to crash when an invalid regex pattern is present in the config.yml.
Temporary Fix: Remove ANSI escapes from log messages for readability. (This removes color from log messages. This feature will return at a later time.)
Hover over commands in the help menu to show aliases.
Click commands in the help menu to run or suggest them.
New command: /cr list
Shows a list of players that are monitoring the console whether they're online or offline.
Falls under the `consolereader.read` permission.
Improvements to /cr read
Can now be used by the console. (Requires player name argument)
To toggle reading for other players, the new `consolereader.read.others` permission is required.
Can now be used to toggle reading for players that are offline.
Note: Since permissions cannot be checked for offline players without adding a dependency, this command will always appear to succeed. Permissions are checked at login, so if you toggle reading for a player that does not have the `consolereader.read` permission, they will be removed from reading the next time they log in.
New alias for /cr reload: /cr rel
Fixes an issue with temporary reading with /cr execute
"Temporarily enabling console reading for 5 seconds" will not show twice if /cr exec is used again within 5 seconds.