Inactive [ADMN/CHAT] OKLogger v1.1.6 - Lightweight Chat and Command logging! [1.0.0-R1]

Discussion in 'Inactive/Unsupported Plugins' started by Kalman Olah, Aug 2, 2011.

  1. Offline

    Kalman Olah

    OL - OKLogger
    by Kalman Olah​
    Latest version: 1.1.6 ( Download )​
    Would you like to buy me a drink? some useless stuff from Amazon? a car?​
    [​IMG]
    What is OKLogger?
    OKLogger is a lightweight player chat and command logging plugin. It logs player names, IPs, worlds, commands and chat messages. OKLogger supports Bukkit's permissions, PermissionsEx, GroupManager and Permissions.​
    Where can I get OKLogger?
    You can always find the latest version of OKLogger here.​
    This plugin comes with an auto-updater that will download updates to the /plugins/OKLogger/update/ folder.​
    How do I set it up?
    Simply drop OKLogger.jar into your /plugins/ folder and let it generate a configuration file(/plugins/OKLogger/config.yml).​
    Example config.yml:​
    The maximum amount of logs to keep should be filled in. Please note that OKLogger creates a new file every day. So a value of "100" would mean that after 100 days have passed, OKLogger will start pruning logs.​
    If you enable command&chat overlapping, any commands listed will be logged both in the chat log and the command log. Perfect for /me, /say etc... . Only works if chat and commands are being logged in separate files. Separate with commas.​
    If you enable command filtering, only the commands listed will be logged. Separate with commas.​
    Log names can be set by changed the default name.​
    e.g.:​
    chat-log-name: 'chat'​
    command-log-name: 'commands'​
    This will save chat in /logs/<date>/chat.txt, and commands in /logs/<date>/commands.txt.​

    Commands
    Credits and Thanks
    Thanks to @Asphodan . It was his plugin request.​

    Changelog
    Version 1.1.6​
    • Code cleaning.
    • Uses new bukkit configuration API.
    • Added CubeList anonymous stat tracking. Can be turned off in config.
    Version 1.1.5​
    • Fixed an issue with permissions.
    Older versions (open)
    Older versions (open)

    Version 1.1.4​
    • OKLogger now also logs (x,y,z) coordinates in addition to the world's name when chat/ a command is logged.
    Version 1.1.3​
    • Logs are now saved in folders named by date. Delete your config.yml and let OKLogger generate a new one.
    Version 1.1.2​
    • Added a config option to log commands in the standard log/console.
    Version 1.1.1​
    • Added command&chat overlapping. This lets you specify commands that will appear in both the chat and command log ifthose are being logged in separate files.
    Version 1.1.0​
    • Added the option to turn off command logging.​
    • Added the option to turn off chat logging.​
    • Added command filtering. This allows you to filter which commands are logged.​
    • Added the ability to specify custom log names for chat and command logging.​
    Version 1.0.1
    • Fix for Bukkit's permissions.​
    Version 1.0.0​
    • Initial release.​
     
    tabpol9959 and Hopium like this.
  2. Offline

    macman

    Does this log world edit commands?
     
  3. just asking, what if an server is started at 23:00, and stopped at 00:59, wil it then have 1 or 2 log files?
     
  4. Offline

    Nathanial

    Would it be possible to add a line to the log when the "say" or "broadcast" command is used from console?
     
  5. How do I disable the auto-update? It's holding up the server boot by trying to find a slow/down server...
     
  6. Offline

    Rardical

    Download link doesn't work.
     
  7. Offline

    connorcpu

  8. Offline

    Pr4w

    Any chance on getting this updated ? :)
     
  9. Offline

    Brvtvs

    An update or a fork would be nice, this is by far the best logger there is, it has saved my ass on many occasions.
     
  10. Offline

    LZLOWBATTERY

    I agree with Brvtvs this is really the best logging plugin out there and it would be sad if it broke in R6 or in 1.2 :p
     
  11. Offline

    Zaonhort

    I'm getting this error now, please update :)

    Code:
    2012-03-05 22:16:33 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-33-gb66156b-b2034jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.1)
    2012-03-05 22:16:34 [SEVERE] Could not load 'plugins\OKLogger.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:150)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139)
        ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 11 more
     
  12. Offline

    TheMaa

    Update now!
     
  13. Offline

    Brvtvs

    Please update
     
  14. Offline

    Keiaxx

    Show Spoiler




    I have decompiled the original JAR and recreated the original plugin but with the new event system. I have tested this on my own server (20-30 Players) and no problems. All commands and chat is logging as well. Please let me know if there are any bugs you may have experienced. All credits go to KalmanOlah for the original plugin.

    OKLogger 1.2 JAR

    OKLogger 1.2 SOURCE
     
  15. Offline

    Nandor

  16. Offline

    Keiaxx

    Lol, That one's kinda outdated now :p Its 1.1 and doesn't work with 1.2. (Well at least for me it didn't) And someone already posted a download link for that JUMP TO IT

    Again, for anyone who needs this plugin for 1.1 R6 and Higher, Here is the updated version with the new event system in place. DOWNLOAD ME
     
    Hopium likes this.
  17. Offline

    Nandor

    Whoops... sorry for that. My intentions were good, I promise :p

    Greetings
     
  18. Offline

    Hopium

    thanks for doing it for us :D i appreciate it
     
  19. Offline

    AgentSnazz

    Has anyone used this on the latest CB release for 1.2.5?
     
  20. Offline

    TrinaryAtom

    I would like to know as well...
     
  21. Offline

    TrinaryAtom

    For those wondering... I'm about to test it myself on a CB 1.2.5... I'll Report back my findings.

    Edit: Links are broken. Looking for a 1.2.5 version. or at least one that works with it.
    Show Spoiler
     
  22. Offline

    rockyct

    [quote uid=90581628 name="TrinaryAtom" post=1085200]For those wondering... I'm about to test it myself on a CB 1.2.5... I'll Report back my findings.

    Edit: Links are broken. Looking for a 1.2.5 version. or at least one that works with it.


    [/quote]

    <Edit by Moderator: Redacted mediafire url>
    That's the version of OKLogger I have updated for 1.2. It still works pretty well in 1.2.5.
     
    Last edited by a moderator: Nov 13, 2016
  23. Offline

    TrinaryAtom

    [quote uid=29659 name="rockyct" post=1102804]<Edit by Moderator: Redacted mediafire url>
    That's the version of OKLogger I have updated for 1.2. It still works pretty well in 1.2.5.[/quote]
    Excellent! I will give that a shot!

    btw for those of you that cant get it working for various reasons. I have found that CCLogger on the dev page works decently with 1.2.5 (it has a different setup than OKLogger, which makes it weird).

    Edit:
    Actually after running CCLogger and going back to OKLogger, i kinda like how CCLogger works. So.. yeah.. OKLogger is dead to me now.
     
    Last edited by a moderator: Nov 13, 2016
  24. Offline

    Riolu

    Not found. Will you update that? I need some plugin like this
     
  25. Offline

    cascer1

    download = not working :(
     

Share This Page