[Dead] CommandLogger

Discussion in 'Inactive/Unsupported Plugins' started by heisan213, Jan 29, 2012.

  1. Offline

    heisan213

    Attached Files:

  2. Offline

    Wolfy9247

    Are you planning on putting the source code up on GitHub any time so it might be easier to contribute back to the source code with pull requests? That'd be awesome!
     
  3. Offline

    winter4w

    hay is it possible that you can add /cl disable and /cl enable so we can see if we want
     
  4. Offline

    Wolfy9247

    I'm actually going to try and submit that change to the source if possible, I already have an onCommand() function written along with a HashMap to enable/disable users (or all notifications) for the current session. The command is actually written as just "/cl" though, and it determines whether to disable or enable it.
     
  5. Offline

    winter4w

    O ok
     
  6. Offline

    heisan213

    Putting up source on GitHub tonight :D That'd be Norwegian GMT + 1/2 time, hehe :) And thanks in advance, Wolfy9247 ^_^
     
  7. Offline

    heisan213

    Double post D: Wolfy9247 Source on Git if you wanted to submit a pull request.
     
  8. Offline

    Wolfy9247

    Submitted. However, if you have time to play with the code 'n make it work to 'release' standards, feel free. I'll be busy with stuff until Monday, but I'll try 'n keep updated!
     
  9. Offline

    heisan213

    Yeah, will do! Thanks again :D
     
  10. Offline

    md_5

    Please update to R4
     
  11. Offline

    heisan213

    Will do! Thanks for reply
     
  12. Offline

    maller

    Version 1.1 works fine on 1.1R4 and 1.1 R5, thanks :)
     
  13. Offline

    maller

    Hey, could you update this for 1.1R6 RB ?
    Code:
    [CommandLogger] Enabling CommandLogger v1.1.5
    2012-03-01 15:29:44 [SEVERE] Error occurred while enabling CommandLogger v1.1.5 (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors()Ljava/util/ArrayList;
        at me.heisan213.commandlogger.CommandLogger.onEnable(CommandLogger.java:33)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:249)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:231)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:356)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:343)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:174)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    
    Thanks :)
     
  14. Offline

    Jozeth

    Update to 1.1-R6
     
  15. Offline

    heisan213

    AS1LV3RN1NJA likes this.

Share This Page