[CHAT]Chatlog 0.2.3 - browse sent chat messages [766]

Discussion in 'Inactive/Unsupported Plugins' started by asdaarg, Apr 1, 2011.

  1. Offline

    asdaarg

    Chatlog
    Version:v0.2.3
    • autocreation of config file
    • uses NSCommand now
    Description:

    Simple plugin that allows players to read sent messages when they were afk or offline or just forgot what was said by who and when. It also filters chat messages from non-chat messages (can be turned off) into separate files (speeds up loading the files, especially if you get a lot of error messages and stuff that your plugins spew out).

    Downloads:
    NSCommand <-- Required
    chatlog
    Source and old versions

    Commands:

    /page up - show previous page
    /page down - show next page
    /page up <i> - go up i pages and show that page
    /page down <i> - go down i pages and show next page
    /page - show current page again
    /page end - show last page (and loses page pointer making next page command refer to the end)

    Permissions (optional):

    chatlog.page.up
    chatlog.page.down
    chatlog.page
    chatlog.page.end

    config.txt:

    MSGtimeformat - simpledate format of time
    MSGdateformat -simpledate format of date
    MSGentryformat - format of each message entry
    pgsize - length of a page
    serverlog=server.log usually
    chatlog - chatlog file when using filter
    nonchatlog= - nonchatlog file when using filter
    filterchat - filter chat messages and non chatmessages into separate files
    loadserverlog - load the server log at startup
    loadchatlog - load chatlog at startup

    Changelog:
    v0.2.3
    • autocreation of config file
    • uses NSCommand now
    v0.2.2
    • Setting either time/date format to empty string will result in it not being displayed
    • chatlog and nonchatlog now stored in plugin data folder
    v0.2.1
    • Fixed bug when a line in server log is less than 30 char long (such as in errors)
    v0.2
    • Added option to load server log
    • Added option to filter chat messages from log, putting chat messages and non chat messages in separate files, and clearing server log
    • Added option to load filtered log
    • Added option to specify server log,chatlog and nonchatlog filenames
    v0.1
    • Initial Release
    [/URL]
     
    domavoy likes this.
  2. Offline

    Kartus

    @asdaarg can you please fix this "[37m" after playername?

    [​IMG]
     
  3. Offline

    iffa

    It's an inactive/unsupported plugin.
     

Share This Page