ConsoleManager
ConsoleManager allows you to control what gets sent to the console for both plugins and the server, allowing for easier spotting of important information. For example, the large amount of output that normally happens on startup, saying plugins are being loaded/enabled, world loading progress, and other information which isn't necessary, can all be turned off (at least the messages after this plugin is loaded).
Currently supports servers 1.7 - 1.9
Here is an example of a server startup when it has multiple plugins with ConsoleManager:

Configuration
# If enabled, the "Done" message when the server finishes # loading will display despite other settings keep-done-message: true # Logging options for the base minecraft server minecraft: fatal: true error: true warn: true info: false trace: false debug: false # Logging options for the Bukkit/Spigot API bukkit: severe: true warn: true info: false # General plugin options plugins: severe: true warn: true info: false # Specific plugin options # If you define a plugin here, it will override # the plugins section above. specifics: LogManager: severe: true warn: true info: false
-
View User Profile
-
Send Message
Posted Jun 24, 2016Sees this is Inactive (hops into sad lava)
-
View User Profile
-
Send Message
Posted Apr 19, 2016If it can encode Vietnamese in the more amazing console :)
-
View User Profile
-
Send Message
Posted Mar 27, 2016@IsaiahPatton
Options to turn off plugins are there. Some plugins however do not go though the normal logging system (ClearLagg is one of them) so there are some I cannot handle properly.
-
View User Profile
-
Send Message
Posted Mar 26, 2016add whare you can turn off plugins (ex. ClearLagg) sending to the consle
-
View User Profile
-
Send Message
Posted Mar 26, 2016Nice and very useful, thanks! :)
-
View User Profile
-
Send Message
Posted Mar 25, 2016Thank you for making this, Now my log files are a lot shorter