[CHAT/ADMN/INFO] ChatLog v0.1b - Log the chat/joins/quits/reloads [1337]

Discussion in 'Inactive/Unsupported Plugins' started by Baba43, Nov 4, 2011.

  1. Offline

    Baba43

    BukkitDev: http://dev.bukkit.org/server-mods/chatlog/

    This plugin logs the chat in a sperate logfile (so that you can do whatever you want to access to it)

    It logs the chat and if you want:
    • joins and disconnects
    • hourly the playerlist
    • if the plugin is starting or stopping (reloads, server start/stop)
    You can also set the time formatting like you like it. Take a look at this site for that.


    I coded this plugin because it was hard for me to read out the text messages from the server.log. Especially the color codes of ChatManager (PermissionsEx) make it hard to read dialogs.

    So if you want to observe your chat (there are enough reasons for doing this) then you can use this plugin. Maybe I will add /pm /msg observation later but since I don't need it you should let me know if you want that.

    I didn't found a plugin like this if there already is one let me know.

    Config:
    datePattern: Take a look at the website I linked above
    saveRate: After x events (chatmessage, join, quit, whatever) they will be saved to the file
    logPlayerList: Logs the player list when starting/stopping the plugin or hourly if a player joined
    logJoinDisco: Logs if players connect or disconnect
    logLoad: Logs if the plugin starts/stops

    The player list won't be saved hourly if nobody join. If you don't restart the server this plugin won't log the playerlist two times within one hour.
     
  2. Offline

    Windwaker

    Nice this could come in handy :)
     
  3. Offline

    NeoSilky

    Need version in title and changelog :)
     
  4. Offline

    Windwaker

    Except he doesn't
     
  5. Offline

    NeoSilky

    Sorry, didn't realise he was just publicising it for BukkitDev :)
     
  6. Offline

    Baba43

    Well it is active (since its working with 1337) so there is no need for the version.
    But I will add it anyway.
     

Share This Page