promotional bannermobile promotional banner

ConsoleManager

Abandoned
Cleans up the console output, controlling both plugin and server messages.
<p>an example of what a console looks like on startup</p>

an example of what a console looks like on startup

Description

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/

The ConsoleManager Team

profile avatar
Owner
  • 1
    Followers
  • 9
    Projects
  • 525.6K
    Downloads

More from stove96View all

  • SkillAPI project image

    SkillAPI

    • 160.3K
    • Bukkit Plugins

    A visual and dynamic skill tree API for the easy setup of unique class systems

    • 160.3K
    • August 14, 2018
    • Bukkit Plugins
    • +3
  • EnchantmentPack project image

    EnchantmentPack

    • 59.4K
    • Bukkit Plugins

    A pack of custom enchantments for use with EnchantmentAPI

    • 59.4K
    • August 2, 2018
    • Bukkit Plugins
    • +1
  • EnchantmentAPI project image

    EnchantmentAPI

    • 124.0K
    • Bukkit Plugins

    EnchantmentAPI enables simple custom enchantment creation that behave like any vanilla enchantments!

    • 124.0K
    • August 2, 2018
    • Bukkit Plugins
  • MCCore project image

    MCCore

    • 139.3K
    • Bukkit Plugins

    A collection of many useful developer tools for promoting compatibility and ease of development

    • 139.3K
    • July 7, 2018
    • Bukkit Plugins
  • SkillAPI project image

    SkillAPI

    • 160.3K
    • Bukkit Plugins

    A visual and dynamic skill tree API for the easy setup of unique class systems

    • 160.3K
    • August 14, 2018
    • Bukkit Plugins
    • +3
  • EnchantmentPack project image

    EnchantmentPack

    • 59.4K
    • Bukkit Plugins

    A pack of custom enchantments for use with EnchantmentAPI

    • 59.4K
    • August 2, 2018
    • Bukkit Plugins
    • +1
  • EnchantmentAPI project image

    EnchantmentAPI

    • 124.0K
    • Bukkit Plugins

    EnchantmentAPI enables simple custom enchantment creation that behave like any vanilla enchantments!

    • 124.0K
    • August 2, 2018
    • Bukkit Plugins
  • MCCore project image

    MCCore

    • 139.3K
    • Bukkit Plugins

    A collection of many useful developer tools for promoting compatibility and ease of development

    • 139.3K
    • July 7, 2018
    • Bukkit Plugins