Inactive [INFO/ADMIN] LogBlock v1.54 - Enderdragon Logging! Tree Grow Logging! [1.4.5]

Discussion in 'Inactive/Unsupported Plugins' started by DiddiZ, Feb 15, 2011.

  1. Offline

    DiddiZ

    Version: 1.50​
    [​IMG]
    [​IMG]
    Find and Backroll those Damn Griefers
    LogBlock release are on DevBukkit:
    http://dev.bukkit.org/server-mods/logblock/

    LogBlock dev builds:
    http://ci.kitteh.org/job/LogBlock/

    Please read the installation guide

    I won't port LogBlock myself to mcAPI. Source code is available, so it shouldn't be to difficult for someone else to do it, also I'm still here. so I can answer questions. If there is more than one willing, that's up to you to handle that.




    The reasons I take this step, are the usual: I quit playing Minecraft about 5 months ago and lastly I was struggling to keep up with updates. The developement of Guardian made slow progress, so I fear it won't be ready to fully replace LB in time.


    Download latest dev build: Jenkins
    View the source code: GitHub
    Table of contents:
    1. Description
    2. Features
    3. Why to use LogBlock
    4. Example command
    5. Older versions
    6. Change log
    7. Todo list / feature requests
    8. Permission nodes
    9. Plugins supporting this
    10. Support the dev
    11. How to post error messages
    12. Advertizing
    Description:

    LogBlock logs block changes into a MySQL database. Block changes can be placed or destroyed block, explosions, burned blocks, sign text changes, chest access, leaves decay etc.
    It can be used as griefer identification tool, to find out who build a particular building, or even roll back changes by certain players. Other purposes can be e.g: Undoing of forest fires
    All additional features are optional, to keep the database as short as possible. All database actions run in their own threads to avoid server lags.
    The use of permissions plugin (or any clone) is possible, but not necessary.
    Uses Spout for chest logging (but it's fully optional, and there is no need for the client mod at all).

    Features:
    • Logging for block placing, block braking, fire, explosions, leaves decay, signtexts, lava flow and chest content
    • Very mighty commands system, not only allowing to rollback and redo, but also to tp to blockchanges, delete log ingame etc. Full list of commands.
    • Many parameters for lookup/rollback/redo/tp/clearlog commands: Block changes of one ore more player, in a specific area, in a world edit selection, specific block types only, block changes older or newer that a specific date, destroyed/created block only, in a different world and combinations of all these parameters. Full list of parameters.
    • Rebuilding map after importing a backup (/lb redo)
    • Last parameter to use the parameters of the last command
    • Quick ingame lookup of block history a wood pickaxe or a bedrock block.
    • All commands accessible from console (exept tools :D)
    • Custom queries for tools.
    • Different tool modes (lookup, rollback, redo, writelogfile and clearlog)
    • Saves block data like wool color, log type, torch adjustment, etc
    • Multiworld and multiserver support (some servers sharing the same database)
    • BigBrother log import
    • Loggable super pickaxe plugin (not to confuse with WorldEdit's super pickaxe)
    • API
    • Webstats
    Why to use LogBlock:

    Example commands: (thanks to tha d0ctor, read more about commands here)

    /lb rollback player fire since 1d3h – rolls back fire 1 day 3 hours
    /lb rollback player fire since 1d3h area 15 – rolls back fire 1 day 3 hours within a radius of 15 blocks

    /lb rollback player thad0ctor since 1h - rolls back thad0ctor 1 hour
    /lb rollback player thad0ctor since 1d area 5 – rolls back thad0ctor actions for the last day within 5 blocks
    /lb rollback area 10 since 1h30m - rolls back all modifications within 10 blocks since the list 1 hours and 30 mins
    /lb rollback area 10 before 06.11.2011 - roll back all changes in an area of 1o before June 11th, 2011
    /lb rollback player thad0ctor since 05:36:00 - roll back all changes of thad0ctor since 05:36 (server time)


    Download, Command, Configuration and Details:
    [​IMG]http://diddiz.insane-architects.net/logblock.php

    Changelog:
    -> Full changelog
    • LogBlock v1.50 # 81 (Dez. 13, 2011)
      Works with CraftBukkit 1.0.1-R1
      • Feature: /lb me shows the total block count
      • Feature: Chest logging without spout
      • Feature: Enderdragon logging
      • Feature: Logging for tree and mushroom grow (thanks to MD5 for the api)
      • Fix: Area param works again with default radius
      • Fix: Rollbacks got slowed down a bit to avoid rare server crashes
      • Fix: If mysql username, password or database only consist of unquoted numbers, LB will read them now
      • Config: World configs changed totally, some names changed and all logging options are now in an own section
    • LogBlock v1.41 #63 (Nov. 15, 2011)
      Works with CraftBukkit recommended build #1337
      • Fix: Players with spawnTools permission are no longer allowed to spawn all tools.
      • Fix: Added a check to avoid "The permission xy is already defined!" errors
    • LogBlock v1.40 #60 (Nov. 09, 2011)
      Works with CraftBukkit recommended build #1337
      • Feature: Custom auto ClearLog
      • Feature: Reduced error spam. Instead of like 40 line of error code, there is now just a warning stating the MySQL con
      • Feature: The queue will now be dumped after 10 tries even when the MySQL server is connected
      • Feature: Custom material names, allows naming custom blocks
      • Feature: LogBlock will now respond to messages when started without MySQL connection
      • Fix: Log import runs now async
      • Fix: Log import errors won't crash the server
      • Fix: Console commands work again
      • Fix: You can now use upper case letter in tool names (I don't know why you even should, but ...)
      • Config: Added clearlog.auto, clearlog.enableAutoClearlog in main config. Added materials.yml. Removed clearlog.keepLogDays
      • Permissions: Added 'logblock.spawnTools'
    • LogBlock v1.32 (Oct. 04, 2011)
      Works with CraftBukkit recommended build #1240
      • Feature: Player info logging: firstLogin, lastLogin, onlinetime, ip. No ingame lookup yet.
      • Feature: /lb queuesize to see the current queue size
      • Fix: Door logging logs now also fence gates
      • Fix: Bukkit api break in CB #1191
      • Fix: time restriction works now as intended. Thanks to xrobau
      • Fix: Players with insufficient permissions can't smuggle bedrock from one world to another
      • Config: Added logPlayerInfo
    • LogBlock v1.30 (Sep. 22, 2011)
      Works with CraftBukkit recommended build #1185
      • Feature: Chat lookup /lb chat player diddiz search +admin +sucks +dicks (more info)
      • Feature: Door logging
      • Feature: Dynamic tools, define your own tools
      • Feature: Use since and before to define a timespan
      • Feature: Enderman logging
      • Feature: cake logging (who ate it)
      • Config: Added logEndermen, logCakes and logDoors to world config and moved the tool section in main config.
      • Permissions: logblock.tool changed to logblock.tools.tool and
        logblock.toolblock to logblock.tools.toolblock.
    Todo List:

    https://github.com/LogBlock/LogBlock/issues

    Permission Nodes:
    https://github.com/LogBlock/LogBlock/wiki/Permissions

    Plugins supporting Logblock:
    List (open)

    When you want to appear your plugin here, tell me about



    Support the developer (that's me :D):
    If you want to support me writing plugins or want to thank me for the plugin/support, you can: Suggest features I missed, report bugs (best with fix :D), donate via PayPal, flattr my plugins, gift me The Witcher 2 (thanks to newyoukdaily), 2x 1GB DDR1 modules (thanks to HonestFlames), or send me the inner life of a laptop or netbook with a broken display (need it to build a model aircraft, so there is no need for parts like display and keyboard).

    [​IMG]


    How to post error messages:


    I won't aswer questions to general MySQL setup/installation/what is MySQL (there are lots of good tutorials out there, use google)
    Please read the installation guide before asking a question about installation problems.
    Please read the FAQ before posting a error report. It may be solved there.
    In case of rollback or lookup problems: Type /lb savequeue and try again (when it's fixed then, it was a consumer problem, see FAQ)
    When you post error messages, it's important to paste the whole stack trace!

    Advertizing:
    Newyorkdailys Plugin Support Buisness (open)
    Still can't get LogBlock working, or any other plugin? Are you getting errors in your console and cant figure out why? Newyorkdaily offers Basic/Advanced Plugin support.
    • General/Advanced troubleshooting: FREE!
    • Plugin Installations: 1-2 Plugins - FREE!
    • 3 or More Plugins - $2
    Click on the link below to connect to him now!
    http://wbe001.mibbit.com/?settings=7cb4fd3cdd72754df475fb92a0b65f6c&server=irc.Mibbit.Net&channel=#CBPluginSupport


    There is a LogBlock irc channel: #logblock at irc.esper.net.
    You can ask me on skype. My name is 'hawky.diddiz'.
     
  2. Offline

    zipfe

    https://github.com/DiddiZ/LogBlock/wiki/Installation

    Scroll down, read below 5. Start LogBlock
     
  3. Offline

    lightblock33

    For the life of me, I cannot get the chestaccess feature to work. I can track the destruction and placement of block, and I think everything is set up correctly. Any help would be appreciated.

    My config file:

    tools:
    tool:
    defaultEnabled: true
    mode: LOOKUP
    aliases:
    - t
    params: area 0 all sum none limit 15 desc silent
    leftClickBehavior: NONE
    item: 270
    rightClickBehavior: TOOL
    permissionDefault: 'TRUE'
    canDrop: true
    toolblock:
    params: area 0 all sum none limit 15 desc silent
    permissionDefault: 'TRUE'
    rightClickBehavior: BLOCK
    item: 7
    mode: LOOKUP
    defaultEnabled: true
    aliases:
    - tb
    leftClickBehavior: TOOL
    canDrop: false
    mysql:
    user: ----
    port: ----
    password: ----------
    host: ------
    database: ------
    logging:
    hiddenBlocks:
    - 0
    logCreeperExplosionsAsPlayerWhoTriggeredThese: true
    logPlayerInfo: true
    hiddenPlayers: []
    logKillsLevel: PLAYERS
    logChestAccess: true
    consumer:
    timePerRun: 200
    useBukkitScheduler: true
    forceToProcessAtLeast: 20
    delayBetweenRuns: 6
    lookup:
    linesLimit: 1500
    defaultTime: 30 minutes
    defaultDist: 20
    linesPerPage: 15
    questioner:
    askClearLogs: true
    banPermission: mcbans.ban.local
    askRollbacks: true
    askRedos: true
    askClearLogAfterRollback: true
    askRollbackAfterBan: false
    updater:
    checkVersion: true
    loggedWorlds:
    - world
    - world_nether
    - world_the_end
    clearlog:
    enableAutoClearLog: false
    auto:
    - world "world" before 365 days all
    - world "world" player lavaflow waterflow leavesdecay before 7 days all
    - world world_nether before 365 days all
    - world world_nether player lavaflow before 7 days all
    dumpDeletedLog: false
    autoClearLogDelay: 6h
    rollback:
    replaceAnyway:
    - 8
    - 9
    - 10
    - 11
    - 51
    maxArea: 50
    dontRollback:
    - 10
    - 11
    - 46
    - 51
    maxTime: 2 days
    version: '1.52'
     
  4. Offline

    ShaDooM

    anyone got the same problem? :

    SQL exception on UPDATE `lb-players` SET onlinetime = onlinetime + TIMESTAMPDIFF(SECOND, lastlogin, FROM_UNIXTIME('1340725196')) WHERE lastlogin > 0 && playerid = 35;:com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect time value: '1747723' for column 'onlinetime' at row 1
     
  5. Offline

    Matr

    Whenever I do a rollback command, it says do /yes or /no, but then when I do /yes, it says Unknown Command. Any ideas?
     
  6. Offline

    JohnPulse

  7. Offline

    Bmwsu

    When I try to use rollback, or use any of the tools, it never works. When I use the rollback command, it says there's 0 blocks found, even when I know there is. I've tried getting players to help me, but it's not working. I'm OP with all permissions, after checking permissions ingame.
     
  8. Offline

    superdupernova

    ^This. Happened today when I updated bukkit and lb.
     
  9. Offline

    Fancydude1025

    How do i use MySQl because i am using an online database and when i try to rollback it talks about the query and stuff and when i stop the server i get this error:
    [INFO] [LogBlock] Disabling LogBlock v1.52
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Waiting for consumer ...
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining queue size: 391
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining tries: 10
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining queue size: 391
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining tries: 9
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining queue size: 391
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining tries: 8
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining queue size: 391
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining tries: 7
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining queue size: 391
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining tries: 6
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining queue size: 391
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining tries: 5
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining queue size: 391
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining tries: 4
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining queue size: 391
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining tries: 3
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining queue size: 391
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining tries: 2
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining queue size: 391
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining tries: 1
    2012-06-28 11:04:39 [INFO] [LogBlock] [LogBlock] Remaining queue size: 391
    2012-06-28 11:04:39 [INFO] [LogBlock] Unable to save queue to database. Trying to write to a local file.
    2012-06-28 11:04:39 [INFO] [LogBlock] Successfully dumped queue.
     
  10. Offline

    PatPeter

    I have a large problem with LogBlock right now.

    ALL users can use the Wooden Pickaxe Tool and the Bedrock Tool. I have no logblock permissions in my permissions file; I wildcard myself all permissions, but everyone else can use the tools as well.

    Give us the commands you are using in code tags.
     
  11. Offline

    Da_rofl_copter

    DiddiZ
    K I am having a problem I think I have all the right permissions
    LIST
    You've got the following permissions:
    logblock.me
    logblock.lookup
    logblock.tp
    logblock.roollback
    logblock.clearlog
    logblock.hide
    logblock.ignoreRestrictions
    logblock.spawnTools
    logblock.tools.toolblock
    logblock.tools.tool
    My commands work fine but when i try to click stuff with the toolblock or the tool nothing happens :/ Please help :) Thanks in advance
     
  12. Offline

    slothaid

    I installed LogBlock earlier today, and managed to get it hooked up to my mySql database. It displays no errors in the console when I use LB commands, but it's just not logging anything. There's no typo's in my configs as far as I can tell and I've got my configs set to log chat, blocks and chest-access in world, chat + blocks in spawnworld, and blocks in world_nether, yet it isn't logging anything?

    Here's my current .yml set up:

    config.yml
    Code:
    tools:
      tool:
        defaultEnabled: true
        mode: LOOKUP
        aliases:
        - t
        params: area 0 all sum none limit 15 desc silent
        leftClickBehavior: NONE
        item: 270
        rightClickBehavior: TOOL
        permissionDefault: 'TRUE'
      toolblock:
        params: area 0 all sum none limit 15 desc silent
        permissionDefault: 'TRUE'
        rightClickBehavior: BLOCK
        item: 7
        mode: LOOKUP
        defaultEnabled: true
        aliases:
        - tb
        leftClickBehavior: TOOL
    mysql:
      user: ****
      port: 3306
      password: ****
      host: 5.39.97.226
      database: ****
    logging:
      hiddenBlocks:
      - 0
      logCreeperExplosionsAsPlayerWhoTriggeredThese: false
      logPlayerInfo: true
      hiddenPlayers: []
      logKillsLevel: PLAYERS
    consumer:
      timePerRun: 200
      useBukkitScheduler: true
      forceToProcessAtLeast: 20
      delayBetweenRuns: 6
    lookup:
      linesLimit: 1500
      defaultTime: 30 minutes
      defaultDist: 20
      linesPerPage: 15
    questioner:
      askClearLogs: true
      banPermission: essentials.ban
      askRollbacks: false
      askRedos: false
      askClearLogAfterRollback: false
      askRollbackAfterBan: false
    updater:
      checkVersion: true
      installSpout: false
    loggedWorlds:
    - world
    - world_nether
    - spawnworld
    clearlog:
      enableAutoClearLog: false
      auto:
      - world "world" before 365 days all
      - world "world" player lavaflow waterflow leavesdecay before 7 days all
      - world world_nether before 365 days all
      - world world_nether player lavaflow before 7 days all
      dumpDeletedLog: false
    rollback:
      replaceAnyway:
      - 8
      - 9
      - 10
      - 11
      - 51
      maxArea: 50
      dontRollback:
      - 10
      - 11
      - 46
      - 51
      maxTime: 4 days
    version: '1.41'
    
    materials.yml
    Code:
    # Add block or item names you want to be overridden or also names for custom blocks
    '6':
      '1': redwood sapling
      '2': birch sapling
    '9': water
    '11': lava
    '17':
      '1': redwood log
      '2': birch log
    '18':
      '1': redwood leaves
      '2': birch leaves
    '31':
      '0': dead long grass
      '2': fern
    '35':
      '0': white wool
      '1': orange wool
      '2': magenta wool
      '3': light blue wool
      '4': yellow wool
      '5': lime wool
      '6': pink wool
      '7': gray wool
      '8': silver wool
      '9': cyan wool
      '10': purple wool
      '11': blue wool
      '12': brown wool
      '13': green wool
      '14': red wool
      '15': black wool
    '351':
      '0': black dye
      '1': red dye
      '2': green dye
      '3': brown dye
      '4': blue dye
      '5': purple dye
      '6': cyan dye
      '7': silver dye
      '8': gray dye
      '9': pink dye
      '10': lime dye
      '11': yellow dye
      '12': light blue dye
      '13': magenta dye
      '14': orange dye
      '15': white dye
    
    spawnworld.yml
    Code:
    logBlockCreations: true
    logBlockDestroyings: true
    logCakes: false
    logKills: false
    logDoors: false
    logFire: true
    logSnowFade: false
    table: lb-spawnworld
    logChestAccess: false
    logSignTexts: true
    logWaterFlow: false
    logChat: false
    logSnowForm: false
    logButtonsAndLevers: false
    logLeavesDecay: false
    logEndermen: false
    logLavaFlow: false
    logExplosions: true
    
    world.yml
    Code:
    table: lb-main
    logBlockCreations: true
    logBlockDestroyings: true
    logKills: true
    logButtonsAndLevers: false
    logLeavesDecay: false
    logFire: true
    logLavaFlow: true
    logWaterFlow: true
    logChestAccess: true
    logExplosions: true
    logSignTexts: false
    logChat: true
    logSnowForm: false
    logSnowFade: false
    logCakes: false
    logDoors: true
    logEndermen: true
    
    world_nether.yml
    Code:
    table: lb-nether
    logBlockCreations: true
    logBlockDestroyings: true
    logKills: false
    logButtonsAndLevers: false
    logLeavesDecay: false
    logFire: false
    logLavaFlow: false
    logWaterFlow: false
    logChestAccess: false
    logExplosions: false
    logSignTexts: false
    logChat: false
    logSnowForm: false
    logSnowFade: false
    logCakes: false
    logDoors: true
    logEndermen: true
    
    The mqSQL database also has the LB tables on it.
    Any ideas ?
     
  13. Offline

    Jacek

    slothaid

    Code:
    host: 5.39.97.226
    That looks like a Hamachi IP ? That is never going to work without some serious modifications to the mysql connector. If the database is on the same machine as the server
    Code:
    host: 127.0.0.1
    or
    Code:
    host: localhost
    the first is more foolproof but I always get flamed for not mentioning localhost ;)
     
  14. Offline

    slothaid

    Nope, it's not Hamachi. It's port-forwarded. I've also tried localhost, and no success.
     
  15. Offline

    aehoooo

    How do I lookup for kills? I configured it right, I can see its loged on the database, where it shows "player 801 killer, player 802 as killed" if I open with phpmyadmin. But ingame it does not show.
     
  16. Offline

    Jonakill

    um so i want this plugin for my server REALLY BADLY but mysql wont work for some reason and i really dont want to sign up for it so is there a version that doesnt run on mysql?
     
  17. Offline

    Herz3h

    Can anyone tell me how to allow only certains groups to use the toolblock and the wooden pickaxe ?

    I'd like to let only moderators and semi admins to do that. I've checked wiki and searched on google, didnt find anything there so if you could help me please. Thanks.
     
  18. Offline

    Vandrian

    Can anyone helps me pls? I don't know where the Error is :(
    The 'Moderator' group can't use LogBlock but The 'Owner' Group can
    but they have both the same permissons ( - logblock.*/ - '*' )
    i use GroupManager for Permissons. and the LB 1.52
    here ist the Globalgroups.yml from the Moderators:
    g:essentials_moderator:
    permissions:
    - essentials.afk.kickexempt
    - essentials.broadcast
    - essentials.chat.url
    - essentials.chat.magic
    - essentials.clearinventory
    - essentials.delwarp
    - essentials.fly
    - essentials.getpos
    - essentials.helpop.recieve
    - essentials.home.others
    - essentials.invsee
    - essentials.jails
    - essentials.jump
    - essentials.kick
    - essentials.kick.notify
    - essentials.kit.*
    - essentials.msg.magic
    - essentials.mute
    - essentials.realname
    - essentials.seen.banreason
    - essentials.setwarp
    - essentials.signs.create.*
    - essentials.signs.break.*
    - essentials.spawner
    - essentials.spawner.*
    - essentials.thunder
    - essentials.time
    - essentials.time.set
    - essentials.protect.alerts
    - essentials.protect.admin
    - essentials.protect.ownerinfo
    - essentials.ptime
    - essentials.ptime.others
    - essentials.togglejail
    - essentials.top
    - essentials.tp
    - essentials.tp.others
    - essentials.tphere
    - essentials.tppos
    - essentials.tptoggle
    - essentials.unbanip
    - essentials.weather
    - essentials.whois
    - essentials.world
    - essentials.world.*
    - groupmanager.listgroups
    - groupmanager.mandemote
    - groupmanager.manpromote
    - groupmanager.manselect
    - groupmanager.manuadd
    - groupmanager.manudel
    - groupmanager.manwhois
    - groupmanager.notify.other
    - essentials.sethome.multiple.10
    - worldedit.*
    - worldguard.*
    - essentials.gamemode
    - essentials.gm
    - essentials.gamemode.others
    - essentials.give
    - essentials.itemspawn.exempt
    - essentials.give.item-all
    - essentials.oversizedstacks
    - mobdisguise.*
    - essentials.item
    - essentials.itemspawn.exmpt
    - essentials.itemspawn.item-all
    - essentials.tree
    - essentials.heal
    - essentials.heal.cooldown.bypass
    - essentials.heal.others
    - essentials.feed
    - essentials.feed.others
    - essentials.repair
    - essentials.repair.armor
    - essentials.repair.enchanted
    - vanish.standard
    - vanish.nochat
    - vanish.silentquit
    - vanish.silentjoin
    - vanish.toggle.all
    - vanish.hooks.essentials.hide
    - vanish.permtest.all
    - vanish.spout.status
    - vanish.reload
    - vanish.effects.smoke
    - vanish.effects.explode
    - vanish.effects.toggle.all
    - essentials.spawnmob
    - essentials.spawnmob.*
    - essentials.joinfullserver
    - essentials.signs.use.*
    - essentials.signs.create.*
    - essentials.signs.break.*
    - essentials.chat.color
    - lwc.*
    - remover.xp
    - remover.items
    - essentials.fireball
    - essentials.powertool
    - falsebook.blocks.*
    - falsebook.destroy.blocks
    - essentials.plugins
    - remover.items
    - remover.all
    - logblock.*

    and here is the Groups.yml:

    Moderator:
    default: false
    permissions: []
    inheritance:
    - VIP
    - g:essentials_moderator
    - g:bukkit_moderator
    - g:towny_moderator
    info:
    prefix: ''
    build: true
    suffix: ''
     
  19. Offline

    Herz3h

    Vandrian i got a similar problem with groupmanager and logblock. I think it doesn't work very well with groupmanager (which is updated to latest version btw).

    Edit : Never mind finally it seems to be working now.

    all i did is give my moderators this :


    Code:
        - logblock.tools.tool
        - logblock.tools.toolblock
        - logblock.area
        - logblock.lookup
     
  20. Offline

    Z645

    Can someone help me with the config? When I connect to localhost(user:root, pass: nothing), it tell me to connect to mysql database and then reload/restart server. But then I connect to db4free.net and it works fine. But then it's the slowest thing ever, and then it finds nothing in rollback. Can someone help me connect to localhost or atleast something decent?
     
  21. Offline

    Zwing

    How to lookup kills ?
     
  22. Offline

    SuperPyroManiac

    I am getting some weird errors, and it is not logging.

    Code:
    2012-07-09 00:35:55 [INFO] [LogBlock Consumer] Queue overloaded. Size: 53309
    2012-07-09 00:35:55 [SEVERE] [LogBlock Consumer] SQL exception on INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1341811618), 10, 0, 8, 10, '89836', 45, '-44482');:
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' at row 1
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3591)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
    at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779)
    at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)
    at de.diddiz.LogBlock.Consumer.run(Consumer.java:294)
    at de.diddiz.LogBlock.CommandsHandler$CommandSaveQueue.run(CommandsHandler.java:525)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    at java.lang.Thread.run(Unknown Source)
    
     
  23. Offline

    Vandrian


    I've tried it and it works now. So Thank you very much :D
     
  24. Offline

    SuperPyroManiac

    Never mind I went into Phpmyadmin and changed the X and Z values for all of the worlds from Tinyint to Int.
     
  25. Offline

    sxcbeast

    i just keep getting the error:

    Code:
    15:36:41 [SEVERE] Error occurred while enabling LogBlock v1.50 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/event/block/BlockListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:235)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:37)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:124)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:552)
    at org.bukkit.Bukkit.reload(Bukkit.java:182)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:475)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:612)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:581)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.block.BlockListener
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    
     
  26. Offline

    bassbeast

    how to fix this?
    Code:
    2012-07-10 1:43:35 [SEVERE] [LogBlock Lookup] SELECT date, replaced, type, data, playername, signtext, itemtype, itemamount, itemdata FROM `lb-Membersworld` INNER JOIN `lb-players` USING (playerid) LEFT JOIN `lb-Membersworld-sign` USING (id) LEFT JOIN `lb-Membersworld-chest` USING (id) WHERE x = '-48' AND y = '63' AND z = '51' ORDER BY date DESC, id DESC LIMIT 15:
    java.sql.SQLException: Table './mc/lb-Membersworld' is marked as crashed and should be repaired
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
        at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
        at de.diddiz.LogBlock.CommandsHandler$CommandLookup.run(CommandsHandler.java:422)
        at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)6
        at java.lang.Thread.run(Unknown Source)
    
     
  27. Offline

    phanaticd

    I am getting failed to add user errors, this started happening yesterday from what I have noticed. I am keeping up with latest dev builds
     
  28. Offline

    FlawlessSin

    I have a dedicated server with MySQL (phpmyadmin) and Logblock connects, and creates the tables, i can use commands for it, yet when I try and use the tools, it just never works, it acts as if no changes have been made.

    it creates the tables to the database, as the same when i used LocalHost, but same problem then. It can also write to the (player) file yet, it doesn't show any data on them except names and ID, times are set at 0 and IP's aren't written.

    has anyone come across a fix or had the same problem

    please help, i need to get it running ASAP.

    Info
    _________

    1.50 LB build

    Lastest CB

    Dedicated phpMyAdmin

    Multicraft (if it matters)

    I have OP and full permissions

    Some staff looked at it with experience and they don't see what's wrong.

    The only messages from logblock in CONSOLE are as follow:


    16.07 08:21:04 [Server] INFO [LogBlock] Connecting to mc_674@jdbc:mysql://mysql.maxsmcservers.com:3306/mc_674...
    16.07 08:21:04 [Server] INFO [LogBlock] Version check: There is a newer version: v1.52
    16.07 08:21:04 [Server] INFO [LogBlock] Loading LogBlock v1.50
     
  29. Offline

    mattbot98

    Im having a problem on a server I contacted the host they said submit this error form console.
    19.07 20:30:49 [Server] INFO Chunk file at -4,-58 is in the wrong location; relocating. (Expected -4, -58, got -27, -53)
    19.07 20:30:49 [Server] INFO Chunk file at -4,-60 is in the wrong location; relocating. (Expected -4, -60, got -12, -61)
    19.07 20:30:47 [Server] INFO Chunk file at -5,-58 is in the wrong location; relocating. (Expected -5, -58, got -18, -64)
    19.07 20:30:46 [Server] WARNING Entity is at -352.3618147188933,-725.4441278274514 (chunk -23,-46) but was stored in chunk -10,-64
    19.07 20:30:46 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@1824 in world 'world'!
    19.07 20:30:46 [Server] WARNING Entity is at -352.3618147188933,-725.4441278274514 (chunk -23,-46) but was stored in chunk -10,-64
    19.07 20:30:46 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@1823 in world 'world'!
    19.07 20:30:46 [Server] INFO Chunk file at -10,-64 is in the wrong location; relocating. (Expected -10, -64, got -23, -46)
    19.07 20:30:46 [Server] WARNING Entity is at -338.12112976943143,-698.7862599049588 (chunk -22,-44) but was stored in chunk -13,-64
    19.07 20:30:46 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@1820 in world 'world'!
    19.07 20:30:46 [Server] INFO Chunk file at -13,-64 is in the wrong location; relocating. (Expected -13, -64, got -22, -44)
    19.07 20:30:45 [Server] INFO Chunk file at -6,-50 is in the wrong location; relocating. (Expected -6, -50, got -13, -63)
    19.07 20:30:41 [Server] INFO Chunk file at -8,-55 is in the wrong location; relocating. (Expected -8, -55, got -9, -64)
    19.07 20:29:44 [Server] INFO Chunk file at -20,-33 is in the wrong location; relocating. (Expected -20, -33, got -10, -63)
    19.07 20:29:44 [Server] INFO Chunk file at -26,-33 is in the wrong location; relocating. (Expected -26, -33, got -11, -63)
    19.07 20:29:27 [Server] INFO Chunk file at -17,-37 is in the wrong location; relocating. (Expected -17, -37, got -10, -62)
    19.07 20:29:23 [Server] INFO Chunk file at -11,-39 is in the wrong location; relocating. (Expected -11, -39, got -28, -57)
    19.07 20:29:10 [Server] INFO Chunk file at -9,-71 is in the wrong location; relocating. (Expected -9, -71, got -21, -67)
    19.07 20:29:10 [Server] INFO Chunk file at -9,-73 is in the wrong location; relocating. (Expected -9, -73, got -31, -68)
    19.07 20:29:00 [Server] WARNING Entity is at -352.3618147188933,-725.4441278274514 (chunk -23,-46) but was stored in chunk -10,-64
    19.07 20:29:00 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@17bc in world 'world'!
    19.07 20:29:00 [Server] INFO Chunk file at -10,-71 is in the wrong location; relocating. (Expected -10, -71, got -22, -67)
    19.07 20:29:00 [Server] INFO Chunk file at -10,-73 is in the wrong location; relocating. (Expected -10, -73, got -32, -68)
    19.07 20:28:57 [Server] INFO Chunk file at -23,-46 is in the wrong location; relocating. (Expected -23, -46, got -10, -64)
    19.07 20:28:57 [Server] WARNING Entity is at -352.3618147188933,-725.4441278274514 (chunk -23,-46) but was stored in chunk -10,-64
    19.07 20:28:57 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@17b9 in world 'world'!
    19.07 20:28:47 [Server] INFO Chunk file at -8,-73 is in the wrong location; relocating. (Expected -8, -73, got -30, -68)
    19.07 20:27:23 [Server] INFO Chunk file at -7,-71 is in the wrong location; relocating. (Expected -7, -71, got -19, -67)
    19.07 20:27:23 [Server] WARNING Entity is at -449.6992484199583,-1077.125 (chunk -29,-68) but was stored in chunk -7,-73
    19.07 20:27:23 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@17a5 in world 'world'!
    19.07 20:27:23 [Server] WARNING Entity is at -454.18327582207525,-1078.4324797620363 (chunk -29,-68) but was stored in chunk -7,-73
    19.07 20:27:23 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@17a4 in world 'world'!
    19.07 20:27:23 [Server] WARNING Entity is at -454.1754498079112,-1078.875 (chunk -29,-68) but was stored in chunk -7,-73
    19.07 20:27:23 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@17a3 in world 'world'!
    19.07 20:27:23 [Server] WARNING Entity is at -456.875,-1076.4367805749114 (chunk -29,-68) but was stored in chunk -7,-73
    19.07 20:27:23 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@17a2 in world 'world'!
    19.07 20:27:23 [Server] WARNING Entity is at -449.48406705476015,-1077.125 (chunk -29,-68) but was stored in chunk -7,-73
    19.07 20:27:23 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@17a1 in world 'world'!
    19.07 20:27:23 [Server] WARNING Entity is at -456.875,-1076.473945629729 (chunk -29,-68) but was stored in chunk -7,-73
    19.07 20:27:23 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@17a0 in world 'world'!
    19.07 20:27:23 [Server] WARNING Entity is at -454.18975475293496,-1076.7216231932782 (chunk -29,-68) but was stored in chunk -7,-73
    19.07 20:27:23 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@179f in world 'world'!
    19.07 20:27:23 [Server] INFO Chunk file at -7,-73 is in the wrong location; relocating. (Expected -7, -73, got -29, -68)
    19.07 20:27:23 [Server] INFO Chunk file at -7,-75 is in the wrong location; relocating. (Expected -7, -75, got -14, -67)
    19.07 20:27:18 [Server] INFO Chunk file at -8,-55 is in the wrong location; relocating. (Expected -8, -55, got -9, -64)
    19.07 20:27:18 [Server] INFO Chunk file at -8,-71 is in the wrong location; relocating. (Expected -8, -71, got -20, -67)
    19.07 20:27:18 [Server] WARNING Entity is at -465.875,-1082.875 (chunk -30,-68) but was stored in chunk -8,-73
    19.07 20:27:18 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@1790 in world 'world'!
    19.07 20:27:18 [Server] INFO Chunk file at -8,-73 is in the wrong location; relocating. (Expected -8, -73, got -30, -68)
    19.07 20:27:16 [Server] INFO Chunk file at -9,-71 is in the wrong location; relocating. (Expected -9, -71, got -21, -67)
    19.07 20:27:16 [Server] INFO Chunk file at -9,-73 is in the wrong location; relocating. (Expected -9, -73, got -31, -68)
    19.07 20:27:16 [Server] INFO Chunk file at -9,-74 is in the wrong location; relocating. (Expected -9, -74, got -25, -69)
    19.07 20:27:13 [Server] WARNING Entity is at -352.3618147188933,-725.4441278274514 (chunk -23,-46) but was stored in chunk -10,-64
    19.07 20:27:13 [Server] WARNING Wrong location for net.minecraft.server.EntityItem@1782 in world 'world'!
    19.07 20:27:13 [Server] INFO Chunk file at -10,-64 is in the wrong location; relocating. (Expected -10, -64, got -23, -46)
    19.07 20:27:13 [Server] INFO Chunk file at -10,-71 is in the wrong location; relocating. (Expected -10, -71, got -22, -67)
    19.07 20:27:13 [Server] INFO Chunk file at -10,-73 is in the wrong location; relocating. (Expected -10, -73, got -32, -68)
    19.07 20:27:10 [Server] INFO Chunk file at -18,-75 is in the wrong location; relocating. (Expected -18, -75, got -11, -65)
    19.07 20:27:10 [Server] INFO Chunk file at -19,-75 is in the wrong location; relocating. (Expected -19, -75, got -12, -65)
    19.07 20:27:10 [Server] INFO Chunk file at -21,-75 is in the wrong location; relocating. (Expected -21, -75, got -22, -69)
    19.07 20:27:10 [Server] INFO Chunk file at -22,-75 is in the wrong location; relocating. (Expected -22, -75, got -13, -69)
    19.07 20:27:01 [Server] INFO Chunk file at -12,-74 is in the wrong location; relocating. (Expected -12, -74, got -27, -69)
    19.07 20:27:01 [Server] INFO Chunk file at -17,-74 is in the wrong location; relocating. (Expected -17, -74, got -30, -69)
    19.07 20:27:01 [Server] INFO Chunk file at -18,-74 is in the wrong location; relocating. (Expected -18, -74, got -31, -69)
    19.07 20:27:01 [Server] INFO Chunk file at -19,-74 is in the wrong location; relocating. (Expected -19, -74, got -32, -69)
    19.07 20:27:01 [Server] INFO Chunk file at -21,-74 is in the wrong location; relocating. (Expected -21, -74, got -21, -69)
    19.07 20:27:01 [Server] INFO Chunk file at -22,-74 is in the wrong location; relocating. (Expected -22, -74, got -12, -69)
    19.07 20:27:01 [Server] INFO Chunk file at -34,-74 is in the wrong location; relocating. (Expected -34, -74, got -33, -66)
    19.07 20:27:01 [Server] INFO Chunk file at -35,-74 is in the wrong location; relocating. (Expected -35, -74, got -34, -66)
    19.07 20:26:59 [Server] INFO Chunk file at -15,-73 is in the wrong location; relocating. (Expected -15, -73, got -18, -69)
    19.07 20:26:59 [Server] INFO Chunk file at -20,-73 is in the wrong location; relocating. (Expected -20, -73, got -13, -66)
    19.07 20:26:59 [Server] INFO Chunk file at -21,-73 is in the wrong location; relocating. (Expected -21, -73, got -20, -69)
    19.07 20:26:59 [Server] INFO Chunk file at -22,-73 is in the wrong location; relocating. (Expected -22, -73, got -11, -69)
     
  30. Offline

    Com_Wiz

    I'm getting error logs even though it is connecting to mysql correctly (I think, I use freemysql.net so I can't see my tables, sadly) here is the error:

    java.lang.NoClassDefFoundError: org/bukkit/event/block/BlockListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoad
    er.java:235)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:37)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:124)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:337)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.block.BlockListene
    r
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 26 more

    and yes if you ask I do have the questioner if thats any help, and I will show my config if requested.
     
  31. Offline

    R21-23

    Hello whoever is reading this message!-

    I recently downloaded and installed LogBlock using a MySQL database. I have been on many servers with LogBlock, and so far, I have had no problems with the plugin in game. I am working on configuring this plugin right now, but I do need some help! The plugin is installed, and rollback does work, but logging griefs do not work. I do /lb tool, but I get a wooden pickaxe, I want my tool to be BedRock. I tried going into the Config.Yml and changing the tool to "7", It somewhat worked, by somewhat, I mean when I do /lb tool, it does say "here is your bedrock!" But when I use the bedrock, the block changes don't show up, meaning that the bedrock gets placed :(. I will attach my config.yml, please help!
    Another thing is that when I try to do /lb tool on, or any command, it says: "Error, check log"

    This is my config:
    tools:
    tool:
    defaultEnabled: false
    mode: LOOKUP
    aliases:
    - t
    params: area 0 all sum none limit 15 desc silent
    leftClickBehavior: NONE
    item: 7
    rightClickBehavior: TOOL
    permissionDefault: 'TRUE'
    toolblock:
    params: area 0 all sum none limit 15 desc silent
    permissionDefault: 'TRUE'
    rightClickBehavior: BLOCK
    item: 7
    mode: LOOKUP
    defaultEnabled: true
    aliases:
    - tb
    leftClickBehavior: TOOL
    mysql:
    user: root
    port: 3306
    password: 987654321
    host: localhost
    database: minecraft
    logging:
    hiddenBlocks:
    - 0
    logCreeperExplosionsAsPlayerWhoTriggeredThese: false
    logPlayerInfo: true
    hiddenPlayers: []
    logKillsLevel: PLAYERS
    consumer:
    timePerRun: 200
    useBukkitScheduler: true
    forceToProcessAtLeast: 20
    delayBetweenRuns: 6
    lookup:
    linesLimit: 1500
    defaultTime: 30 minutes
    defaultDist: 20
    linesPerPage: 15
    questioner:
    askClearLogs: true
    banPermission: mcbans.ban.local
    askRollbacks: true
    askRedos: true
    askClearLogAfterRollback: true
    askRollbackAfterBan: false
    updater:
    checkVersion: true
    installSpout: true
    loggedWorlds:
    - world
    - world_nether
    clearlog:
    enableAutoClearLog: false
    auto:
    - world "world" before 365 days all
    - world "world" player lavaflow waterflow leavesdecay before 7 days all
    - world world_nether before 365 days all
    - world world_nether player lavaflow before 7 days all
    dumpDeletedLog: false
    rollback:
    replaceAnyway:
    - 8
    - 9
    - 10
    - 11
    - 51
    maxArea: 50000000000000
    dontRollback:
    - 10
    - 11
    - 46
    - 51
    maxTime: 10000000000000000 days
    version: '1.42'
     

    Attached Files:

Share This Page