WE logging?

Discussion in 'Archived: Plugin Requests' started by meee, May 12, 2011.

  1. Offline

    meee

    Is it possible to programm a plugin that loggs WE changes?
    I think, log pos1 and pos2, the channges, like set 0 or replace near.
    Ingame use the command /we here (or something other? :D) in a set 0 hole, it give out:

    [Date] [Coordinate] [PlayerName] [Command]


    Musten't be rollbackable, just to proof the changes :)
     
  2. Offline

    Jeyge

    WE being WorldEdit? If so, it already has logging.
    Code:
    logging:
        log-commands: false
        file: plugins\worldedit\worldedit.log
    
    From the WorldEdit config file.
     
  3. Offline

    meee

    Yeah, i know that but the WE logfiles are useless... Can't watch ingame edits or see the coordinate :(
     
  4. Offline

    Jeyge

    Ah, the file actually updates in real time so you could parse it for the information that is there but you are right about the coordinates (added after I made my first post). You should ask for this in the WorldEdit post.
     
  5. Offline

    meee

    Yes, i forgot the coordinates :)

    I would be great if there is an option to make this, i will ask also in the WE thread
     

Share This Page