ConsoleManager

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

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: ConsoleManager example

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
Source Code

https:github.com/Eniripsa96/ConsoleManager/


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    98693
  • Created
    Mar 25, 2016
  • Last Released File
    Mar 25, 2016
  • Total Downloads
    612
  • License

Categories

Members

Recent Files