HawkEye tool not working #197


  • New
  • Other
Open
Assigned to _ForgeUser7076494
  • _ForgeUser8117774 created this issue Feb 1, 2012

    What is the problem?

    My Hawkeye tool wont pull up any old or new logs. It simply places the block and nothing happens.

    What steps will reproduce the problem?
    1. Start Minecraft server
    2. use command /hawkeye tool
    3. Place a wood block

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

    1.0.5b

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

    no console errors

    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: 20m
      cleanse-age: 1w
      delete-data-on-rollback: false
      log-ip-addresses: true
      debug: false
      max-radius: 0
      tool-block: '17'
      default-here-radius: 5
      default-tool-command: ''
      check-for-updates: true
    mysql:
      hawkeye-table: hep
      port: 3306
      player-table: hep_players
      username: denniskupec
      world-table: hep_worlds
      hostname: 206.217.139.242
      max-connections: 10
      password: ''
      database: denniskupec
    ignore-worlds:
    - world_nether
    - soisthisone
    version: 1.0.5b
    command-filter:
    - /login
    - /restartsrv
    - /register
    block-filter:
    - 140
    - 150

    Have you checked the FAQ page?

    yes

  • _ForgeUser8117774 added the tags New Other Feb 1, 2012
  • _ForgeUser1685135 posted a comment Feb 7, 2012

    Make sure you are using the light wood not the dark wood... the dark wood ID is 17:1 so it is not supported. May be some time in the futrue they will see fit to fix this :)

  • graywolf336 posted a comment Feb 20, 2012

    Also make sure some other plugin isn't cancelling your right or left clicking event, as it works fine for me.

  • _ForgeUser7570308 posted a comment Feb 25, 2012

    I don't know much about plugins, but your max lines is set to 0, that might be an issue


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