[REQUEST]Error handling

Discussion in 'Archived: Plugin Requests' started by swehunter2000, Jul 22, 2011.

  1. Offline

    swehunter2000

    I would like a simple GUI that sorts out the warnings (Possible hiding them in the console?) and showing the more sorted in a list whit what the error were and what plugin caused it. for examble

    This:
    Code:
    17:45:59 [ALLVARLIG] Could not load 'plugins\snakeyaml-1.8.jar' in folder 'plugi
    ns':
    java.io.FileNotFoundException: Jar does not contain plugin.yml
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:64)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:207)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:130)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:51)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Would show up like:

    Error:
    Bukkit could not load the plugin "snakeyaml-1.8.jar" that is located in the "\Plugins" folder
    [Press here for full error]

    and then listing them.
    if you could hide it from showing up in the console or making a new console in the gui so it would be easier to see the cats and commands instead of beeing spammed whit non important errors.

    got any questions about the idea, just post them here. (obvious)
    Is this possible? if so it would be great!
     

Share This Page