Sign text is not logged #247


  • Accepted
  • Defect
Open
Assigned to goalieguy6
  • _ForgeUser8596962 created this issue Mar 17, 2012

    What is the problem?
    The sign text is always empty when sign placements are logged. Is this perhaps because the text is passed in a SignChangeEvent event?
    This makes sign placement rollback impossible.

    What steps will reproduce the problem?
    1. Place a sign
    2. Check the Hawkeye log, the event has empty data for the text (for example "true@NORTH@").

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

    1.0.6b

    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)
    log:
      lava-bucket: true
      water-bucket: true
      painting-place: true
      pvp-death: true
      mob-death: true
      other-death: true
      command: true
      chat: true
      join: true
      quit: true
      door-interact: true
      open-container: true
      container-transaction: true
      item-pickup: true
      item-drop: true
      button: true
      teleport: true
      lever: true
      sign-place: true
      sign-break: true
      painting-break: true
      flint-steel: true
      block-place: true
      block-break: true
      block-burn: true
      block-fade: true
      block-form: true
      leaf-decay: true
      mushroom-grow: true
      tree-grow: true
      water-flow: false
      lava-flow: false
      explosion: true
      enderman-pickup: true
      enderman-place: true
      other: true
    general:
      max-lines: 0
      log-item-drops-on-death: false
      cleanse-period: 2h
      cleanse-age: 2w
      delete-data-on-rollback: true
      log-ip-addresses: true
      debug: false
      max-radius: 0
      give-user-tool: true
      tool-block: '17'
      default-here-radius: 5
      default-tool-command: ''
      check-for-updates: true
    mysql:
      hawkeye-table: hawkeye
      port: 3306
      player-table: hawk_players
      username: hawkeye
      world-table: hawk_worlds
      hostname: 127.0.0.1
      max-connections: 10
      password: ************
      database: minecraft
    ignore-worlds:
    - thisworldisignored
    - soisthisone
    version: 1.0.6
    command-filter:
    - /login
    - /restartsrv
    - /register
    block-filter:
    - 140
    - 150

    Have you checked the FAQ page?
    Yup, and the forum (which also contains questions about missing sign texts on rollback)

  • _ForgeUser8596962 added the tags New Defect Mar 17, 2012
  • GoalieGuy6 removed a tag New Mar 17, 2012
  • GoalieGuy6 added a tag Accepted Mar 17, 2012
  • GoalieGuy6 unassigned issue from _ForgeUser7076494 Mar 17, 2012
  • GoalieGuy6 self-assigned this issue Mar 17, 2012

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