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

    darrenstraight

    WorldEdit is supposed to use the compass as the default tool for jumping, I have not changed this in the config file.

    However when logblock is installed anything I use (Wooden pickaxe/Track/Flower/Fists/litteraly everything...) makes me jump. I have lock block set to use deafult values.
     
  3. Offline

    DiddiZ

    Hm, my bad. I forgot that at optimizing the query. Will fix that, thanks :D
    Huh? I use compass at my server took and don't have such an issue. Can't imagine how LB could mess up the event block type
     
  4. Offline

    darrenstraight

    Yeah it's weird! :S Which version of world edit are you using please?

    Thanks.
     
  5. Offline

    DiddiZ

    4.5
     
  6. Offline

    sfxworks

    2011-06-02 16:48:04 [WARNING] [LogBlock Consumer] Failed to add player <player>

    Happening to one player only for some reason. It use to log him just fine. Now it doesnt....??
     
  7. Offline

    indigomontoya

    I am using the recommended build, and I updated to v1.01 and the error went away but the huge cache saves on restart came back. This time they were approaching 10k
     
  8. Offline

    LittleNiamh

    I'm getting the above as well
     
  9. Offline

    Rytharr

    I added it after your question :D
    hm, try "/lb writelogfile world "world""
    Apart from that, the error log could be interesting :D[/quote]


    Im getting couple errors one is spamming the log like crazy
    Code:
    [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroups(Control.java:620)
        at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:61)
        at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:475)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:156)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:99)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:459)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    And this is what i get if I try and write any log files.
    Code:
    java.io.IOException: The system cannot find the path specified
        at java.io.WinNTFileSystem.createFileExclusively(Native Method)
        at java.io.File.createNewFile(Unknown Source)
        at de.diddiz.LogBlock.CommandsHandler$CommandWriteLogFile.run(CommandsHandler.java:360)
        at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
        at java.lang.Thread.run(Unknown Source)
     
  10. Offline

    DiddiZ

    The player was logged before? Strange ... Shouldn't try to add the player when it's alredy there.
    Is the player logged now? Does the message spam for each blockchange or just once?

    Not my fault, I think.
    Hm, will check that. What OS?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  11. Offline

    LittleNiamh

    Sorry mines happening with new players not the old players, should have read it better
     
  12. Offline

    sfxworks

    Windows 7 x64
     
  13. Offline

    DiddiZ

    Does it spam or occure once?
    Hm, maybe a x64 issue.
     
  14. Offline

    sfxworks

    woops wrong quote

    Each blockchange. Its still happening too.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  15. Offline

    DiddiZ

    Try this, I changed to manual commit.
     

    Attached Files:

  16. Offline

    LittleNiamh

    Code:
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Dabunkydunk
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Happygolucky267
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player larva_229
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Happygolucky267
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Dabunkydunk
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Dabunkydunk
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Happygolucky267
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Dabunkydunk
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Dabunkydunk
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Happygolucky267
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player VonWolfenstein2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Happygolucky267
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Dabunkydunk
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Dabunkydunk
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player OldRockgod
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Happygolucky267
    2011-06-02 15:44:33 [WARNING] [LogBlock Consumer] Failed to add player Happygolucky267
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player Yahweh123
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player VonWolfenstein2
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player Yahweh123
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player OldRockgod
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player augustasr
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player augustasr
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player augustasr
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player augustasr
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player augustasr
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player augustasr
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player augustasr
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player OldRockgod
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    2011-06-02 15:45:23 [WARNING] [LogBlock Consumer] Failed to add player Dabunkydunk
    2011-06-02 15:45:24 [WARNING] [LogBlock Consumer] Failed to add player RBONES2
    so a bit spammy
     
  17. Offline

    DiddiZ

    I see ... also try the version in the post above.
     
  18. Offline

    6y7t8h

    I noticed that after updating, logblock consumer is running much slower, it keeps slowing down and overloading and when i put the time lower, it lags the server.
     
  19. Offline

    woodzy

    TO ALL USERS ON THIS THREAD Diddaz is temp not here ill be helping for the time beeing he should be back online in the next fue days

    have u tryed useing the bukkit timer? try incressing the timer to 30-45 min if that doesnt work

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  20. Offline

    sfxworks

    Still the same thing.
     
  21. Offline

    woodzy

    try deleteing him from the DB file and delete the line is it was if he was never there. it should work
     
  22. Offline

    Darq

    Logblock Version: v1.01
    Bukkit RB: 818

    I'm not sure what is causing this, and I'm not sure how to fix it, but it's making it so nothing is getting logged. :/ Queue overloaded is a pretty self explanatory issue, but I have no idea why it has started, it never happened before.
    Code:
    02.06 21:32:46 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3481
    02.06 21:32:41 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3478
    02.06 21:32:34 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3477
    02.06 21:32:28 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3476
    02.06 21:32:22 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3472
    02.06 21:32:16 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3465
    02.06 21:32:10 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3459
    02.06 21:32:04 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3453
    02.06 21:31:58 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3445
    02.06 21:31:52 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3437
    02.06 21:31:46 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3430
    02.06 21:31:40 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3427
    02.06 21:31:34 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3426
    02.06 21:31:28 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3420
    02.06 21:31:22 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3420
    02.06 21:31:16 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3417
    02.06 21:31:10 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3410
    02.06 21:31:04 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3404
    02.06 21:30:58 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3399
    02.06 21:30:52 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3399
    02.06 21:30:46 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3388
    02.06 21:30:41 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3379
    02.06 21:30:34 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3370
    02.06 21:30:28 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3361
    02.06 21:30:22 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3349
    02.06 21:30:16 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3332
    02.06 21:30:10 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3322
    02.06 21:30:04 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3305
    02.06 21:29:58 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3291
    02.06 21:29:52 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 3280
     
  23. Offline

    6y7t8h

    defaultTime: 30 minutes?
     
  24. Offline

    ledhead900

    CB 819
    LbV1.01

    PHP:
    2011-06-03 17:00:25 [SEVERECould not pass event BLOCK_FROMTO to LogBlock
    java
    .lang.StackOverflowError
        at org
    .bukkit.Location.getBlockY(Location.java:128)
        
    at de.diddiz.LogBlock.Consumer.queueBlock(Consumer.java:366)
        
    at de.diddiz.LogBlock.Consumer.queueBlock(Consumer.java:51)
        
    at de.diddiz.LogBlock.Consumer.queueBlockReplace(Consumer.java:116)
        
    at de.diddiz.LogBlock.Consumer.queueBlockReplace(Consumer.java:103)
        
    at de.diddiz.LogBlock.LBBlockListener.onBlockFromTo(LBBlockListener.java:52)
        
    at org.bukkit.plugin.java.JavaPluginLoader$28.execute(JavaPluginLoader.java:433)
        
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:136)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:91)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.BlockStationary.i(BlockStationary.java:34)
        
    at net.minecraft.server.BlockStationary.doPhysics(BlockStationary.java:26)
        
    at net.minecraft.server.World.k(World.java:397)
        
    at net.minecraft.server.World.applyPhysics(World.java:373)
        
    at net.minecraft.server.World.update(World.java:345)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:329)
        
    at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:112)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:112)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:112)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
        
    at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
        
    at net.minecraft.server.Chunk.a(Chunk.java:270)
        
    at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
        
    at net.minecraft.server.World.setTypeIdAndData(World.java:328)
        
    at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
        
    at net.minecraft.server.World.c(World.java:969)
    Spams that for ever ^ ^^

    Here is my config

    PHP:
    clearlog:
        
    dumpDeletedLogtrue
        keepLogDays
    31
    tables
    :
    lb-main
    lb-nether
    loggedWorlds
    :
    world
    world_nether
    questioner
    :
        
    askSavequeueBeforeRollbacktrue
        askRedos
    true
        askClearLogs
    true
        askRollbacks
    true
    rollback
    :
        
    replaceAnyway:
        - 
    8
        
    9
        
    10
        
    11
        
    51
        dontRollback
    :
        - 
    10
        
    11
        
    46
        
    51
    logging
    :
        
    logBlockCreationstrue
        logBlockDestroyings
    true
        hiddenPlayers
    : []
        
    logKillsfalse
        logLeavesDecay
    false
        logFire
    true
        logLavaFlow
    true
        logCreeperExplosionsAsPlayerWhoTriggeredThese
    false
        logKillsLevel
    PLAYERS
        logChestAccess
    true
        logExplosions
    true
        logSignTexts
    false
    consumer
    :
        
    delayBetweenRuns6
        forceToProcessAtLeast
    0
        timePerRun
    100
        useBukkitScheduler
    true
    lookup
    :
        
    toolBlockQueryarea 0 all sum none limit 15 desc
        defaultDist
    20
        defaultTime
    30 minutes
        toolblockID
    7
        toolQuery
    area 0 all sum none limit 15 desc
        toolID
    270
    mysql
    :
        
    port3306
        host
    localhost
        password
    Hidden
        user
    Hidden
        database
    minecraft
    version
    '1.01'
     
  25. Offline

    LittleNiamh

    Hi, still getting the failed to add player, Much less now but still gettting it with certen users,

    Ive just pulled a selection of the failed to add messages there is lots of spam from the same users but not every one.

    Code:
    2011-06-03 03:30:57 [WARNING] [LogBlock Consumer] Failed to add player Holy_Sam
    2011-06-03 03:31:01 [WARNING] [LogBlock Consumer] Failed to add player Holy_Sam
    2011-06-03 03:31:05 [WARNING] [LogBlock Consumer] Failed to add player Holy_Sam
    2011-06-03 03:31:26 [WARNING] [LogBlock Consumer] Failed to add player Holy_Sam
    2011-06-03 03:31:29 [WARNING] [LogBlock Consumer] Failed to add player Holy_Sam
    2011-06-03 03:31:29 [WARNING] [LogBlock Consumer] Failed to add player Holy_Sam
    2011-06-03 03:35:11 [WARNING] [LogBlock Consumer] Failed to add player TheJimJames40
    2011-06-03 03:35:11 [WARNING] [LogBlock Consumer] Failed to add player TheJimJames40
    2011-06-03 03:35:11 [WARNING] [LogBlock Consumer] Failed to add player TheJimJames40
    2011-06-03 03:36:16 [WARNING] [LogBlock Consumer] Failed to add player sdhb
    2011-06-03 03:36:20 [WARNING] [LogBlock Consumer] Failed to add player sdhb
    2011-06-03 03:36:20 [WARNING] [LogBlock Consumer] Failed to add player TheJimJames40
    2011-06-03 03:36:24 [WARNING] [LogBlock Consumer] Failed to add player sdhb
    2011-06-03 03:36:24 [WARNING] [LogBlock Consumer] Failed to add player sdhb
    2011-06-03 03:36:32 [WARNING] [LogBlock Consumer] Failed to add player TheJimJames40
    2011-06-03 03:36:36 [WARNING] [LogBlock Consumer] Failed to add player sdhb
    2011-06-03 03:36:36 [WARNING] [LogBlock Consumer] Failed to add player sdhb
    2011-06-03 03:36:40 [WARNING] [LogBlock Consumer] Failed to add player sdhb
    2011-06-03 03:36:40 [WARNING] [LogBlock Consumer] Failed to add player TheJimJames40
    2011-06-03 03:36:40 [WARNING] [LogBlock Consumer] Failed to add player sdhb
    2011-06-03 03:36:40 [WARNING] [LogBlock Consumer] Failed to add player TheJimJames40
     
  26. Offline

    NeatMonster

    BukkitContrib brokes WorldEdit and iZone (woodenaxe, woodenshove, woodensword aren't working).
     
  27. Offline

    ledhead900

    Oh yea that reminds me I never used BukkitContrib wtf is that for anyway ? and why does this use those jars starting to get a bit bulky for my tastes now.

    Edit:
    Oh I see Its required for Chest login I think. well no thank you if it breaks Worldedit and shit I dont want it. im gonna distable chest loging.

    Why is logblock using 2 extra jars now. BB is starting to look better again.
     
  28. Offline

    Zaila

    I had the problem when my name in the mysql got messed up so i needed to completly wipe out the database.

    Now it has happend again, but to another player. Got the crashing log below:

    2011-06-03 12:50:56 [SEVERE] [LogBlock] SQL exception
    java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction
    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.execute(StatementImpl.java:779)
    at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)
    at de.diddiz.LogBlock.Consumer.addPlayer(Consumer.java:342)
    at de.diddiz.LogBlock.Consumer.run(Consumer.java:260)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    at java.lang.Thread.run(Unknown Source)
    2011-06-03 12:50:56 [WARNING] [LogBlock Consumer] Failed to add player Organic_Steve


    And another question, why seriously remove /lb rollback playerarea? was the best way to rollback damage in my opinion..
     
  29. Have a very odd thing happen. Spotted some rooms where on each block it gives the following block history:

    "User performed unspecified action"

    What is that? :S
     
  30. Offline

    OrtwinS

    @DiddiZ
    Fun stuff!
    CB819, Logblock 1.01
    Show Spoiler
    Code:
    
    2011-06-03 09:14:35 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-03 09:14:39 [INFO] OrtwinS lost connection: disconnect.endOfStream
    2011-06-03 09:14:42 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-03 09:14:43 [INFO] [LogBlock Consumer] Queue overloaded. Size: 3234
    2011-06-03 09:14:49 [INFO] [LogBlock Consumer] Queue overloaded. Size: 3181
    2011-06-03 09:14:55 [INFO] [LogBlock Consumer] Queue overloaded. Size: 3115
    2011-06-03 09:15:01 [INFO] [LogBlock Consumer] Queue overloaded. Size: 3047
    2011-06-03 09:15:07 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2980
    2011-06-03 09:15:13 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2911
    2011-06-03 09:15:19 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2846
    2011-06-03 09:15:19 [INFO] /94.231.101.83:47621 lost connection
    2011-06-03 09:15:25 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2784
    2011-06-03 09:15:31 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2716
    2011-06-03 09:15:32 [INFO] OrtwinS [/62.194.11.48:57014] logged in with entity id 10003 at (-67.84375, 65.0, 86.9375)
    2011-06-03 09:15:32 [INFO] CommandBook: No intro.mid; not playing intro song.
    2011-06-03 09:15:37 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2644
    2011-06-03 09:15:43 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2578
    2011-06-03 09:15:49 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2510
    2011-06-03 09:15:55 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2453
    2011-06-03 09:16:01 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2384
    2011-06-03 09:16:07 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2312
    2011-06-03 09:16:13 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2248
    2011-06-03 09:16:19 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2179
    2011-06-03 09:16:25 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2111
    2011-06-03 09:16:31 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2045
    2011-06-03 09:16:37 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1977
    2011-06-03 09:16:43 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1907
    


    I was only one on the server, and nothing is being build/broken... so what queue?
    also, I went into the nether, might that cause trouble? (ghasts shooting around?) there were no ghasts around

    edit: removing the bukkitcontrib solved it
     
  31. Offline

    andune

    having an interesting issue when trying to rollback fire damage. A wooden structure was burned down. I go into the middle and type '/lb rollback area 15 8 hours', it says it has 2845 changes. The response is 'Undid 256 of 2845 changes (1612 errors, 70 blacklist conditions)'. No idea what these errors were, I'm using a stock 'replaceAnyway and dontRollback' list.

    I then run '/lb redo area 15 before 8 hours' and it works - but only because my log happens to go far enough back to the original creation event of the wood structure. If this happened to be on a structure where the only log event I had was the fire damage, I'd be SOL.

    Am I doing something wrong with the new commands? I looked through the forum a bit and I don't see anyone else reporting this issue, and it seems like it'd be a major one, so hoping it's just something I'm doing..

    Thanks.
     

Share This Page