Log block Wont log anything after a server restart

Discussion in 'Bukkit Help' started by raoulster, Jan 1, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    raoulster

    Hello, i have been having a problem where log block will not log anything after a server restart, i have to create an entirely new table in MySQL just for it to work again, i dont know whats wrong with it, but it just fails to log anything after the server restarts! I recently tried hawk eye and the same thing happens, it will work fine for hour on end, but as soon as i stop the server and switch it back on again it completely fails, if anyone knows what the cause/fix of this is, please post :) This has been quite dangerous for my server as it does feature a creative world, pretty much griefer heaven lol.
     
  2. Offline

    XepherLink

    Get a mysql hook it up to it typically you ask your server host to give you the credentials
     
  3. Offline

    raoulster

    It is hooked up to a mysql.
     
  4. Offline

    XepherLink

    Post your config
     
  5. Offline

    raoulster

    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: true
    lava-flow: true
    explosion: true
    enderman-pickup: true
    enderman-place: true
    other: true
    general:
    max-lines: 10
    log-item-drops-on-death: false
    cleanse-period: 20m
    cleanse-age: '0'
    delete-data-on-rollback: false
    log-ip-addresses: true
    debug: true
    max-radius: 0
    tool-block: '7'
    default-here-radius: 5
    default-tool-command: ''
    check-for-updates: true
    give-user-tool: true
    mysql:
    hawkeye-table: hawkeye1
    port: 3306
    player-table: hawk_players
    username: mcmysql_niglb
    world-table: hawk_worlds
    hostname: 184.154.10.163
    max-connections: 10
    password: Mod edit (Butkicker12): Censored your password for you.
    database: mcmysql_niglb
    ignore-worlds:
    version: 1.0.5b
    command-filter:
    - /login
    - /restartsrv
    - /register
    block-filter:
    - 97
    - 98
     
  6. Offline

    Fishfish0001

    Is your table locking up? Can happen sometimes. Go into your MySQl client and run REPAIR TABLE `table-name`;
     
  7. Offline

    raoulster

    WOW, thanks man!!!! thank you sooooo much :D ok, i cant thank you enough.... THANKS!! :p

    Topic Closed

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
  8. Offline

    Butkicker12

    @raoulster It's probably not the best idea to post your MySQL password on here, I censored it for you. I moved the thread to Bukkit Help also.

    If you still need help ask.
     
  9. Offline

    raoulster

    ah, thank you
     
Thread Status:
Not open for further replies.

Share This Page