Sign text is not being logged/rollbacked #110


  • Accepted
  • Defect
Open
Assigned to _ForgeUser7076494
  • _ForgeUser1088331 created this issue Nov 8, 2011

    What is the problem?
    HawkEye does not log sign texts, neither can it roll them back and does not log or show the correct position of signs.

    What steps will reproduce the problem?
    1.Place a sign
    2.Delete a sign
    3.Rollback a sign

    What version of HawkEye are you using (shown in console during start-up)?
    1.0.5 cb 1215+

    Show me any console errors and/or your start-up console message for HawkEye

    Show me your config.yml and/or your config.php (REMOVE YOUR PASSWORD)
    block-filter:

    log:
        lava-bucket: true
        painting-place: true
        other: true
        pvp-death: true
        block-fade: true
        chat: true
        enderman-place: true
        quit: true
        sign-place: true
        enderman-pickup: true
        painting-break: true
        lava-flow: true
        flint-steel: true
        button: true
        command: true
        block-form: true
        teleport: true
        lever: true
        item-drop: true
        water-bucket: true
        block-burn: true
        sign-break: true
        block-break: true
        leaf-decay: true
        water-flow: true
        join: true
        door-interact: true
        block-place: true
        open-container: true
        item-pickup: true
        explosion: true
        container-transaction: true
        mob-death: true
        other-death: true
    general:
        check-for-updates: true
        tool-block: '17'
        default-tool-command: ''
        log-item-drops-on-death: false
        delete-data-on-rollback: false
        cleanse-period: 20m
        debug: false
        log-ip-addresses: true
        default-here-radius: 5
        max-lines: 0
        cleanse-age: '0'
        give-user-tool: true
        max-radius: 0
    mysql:
        hawkeye-table: hawkeye
        port: 3306
        player-table: hawk_players
        username: ************
        world-table: hawk_worlds
        hostname: localhost
        max-connections: 10
        password: '****************'
        database: mc_hawkeye
    version: 1.0.5
    command-filter:
    - /login
    - /restartsrv
    - /register

    Have you checked the FAQ page?
    There is a FAQ page ? Ill check that out.

  • _ForgeUser1088331 added the tags New Defect Nov 8, 2011
  • _ForgeUser7076494 removed a tag New Nov 17, 2011
  • _ForgeUser7076494 added a tag Accepted Nov 17, 2011
  • _ForgeUser1088331 posted a comment Nov 18, 2011

    IMHO this should have a higher priority.

    Thank you.

  • _ForgeUser7076494 posted a comment Nov 19, 2011

    I don't have time right now - it isn't a massive issue in comparison to others.

  • _ForgeUser1088331 posted a comment Dec 5, 2011

    agreed. it's nothing compared to a memory leak :O

    but thanks for the heads up.

  • _ForgeUser7076494 posted a comment Dec 22, 2011

    Acknowledged I'll put it on my to-do list

  • graywolf336 posted a comment Feb 21, 2012

    @oliverw92: Go

    I've coded a version that only logs the sign text and it's only visible on the web interface as I've yet to get deep into it. If you want to download it you can here, I've even updated the event system to the new r5 or 1.1.

    The source code is also available on my github if you're interested, I haven't done much. https:github.com/graywolf336/HawkEye


    Edited Feb 21, 2012

To post a comment, please login or register a new account.