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

    rmb938

    Ever since the RB and updating to LB 1.50 logblock hasn't been logging anything. There is no errors or anything. I can still use all the commands just nothing shows. I checked the database and nothing is being written. I redownloaded logblock many times and started with fresh configs and everything but it is still not working. My other plugins connected through mysql are working perfectly fine. If something was wrong I know logblock will give an error but nothing is showing at all except being turned on. Can you explain this?
     
  3. Offline

    DiddiZ

    Atm no, I'm investigating. Neither me nor my beta testers occurred that.
    Reverting to 1.41 works, would you paste your world config here?

    Still searching for the reason. Are you using MCMyAdmin?

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

    Drumpie

    So why can't my Moderators use the /lb tool and /lb toolblock. They have the permissions to use but they can't use.
     
  5. Offline

    buzzito

  6. Offline

    DiddiZ

    Are you using the permissions bridge for you permissions plugin?
    THANKS :)
    That's it:
    All logging is disabled.
     
  7. Offline

    Zaila

    That's not the case for me though, http://pastebin.com/CLT2VUdV

    is reverting back to 1.41 safe with all the new features that has been added, will it be logged?
     
  8. Offline

    DiddiZ

    Bad thing, so there still another issue
    Reverting is save, exept the world config will be regenerated.
    But in 1.41 is no enderdragon logging.
     
  9. Offline

    shauwk

    what does this mean?

    01:44:20 [INFO] [LogBlock Consumer] Queue overloaded. Size: 2190
    01:44:26 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1630
    01:44:32 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1450
    01:46:38 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1068
     
  10. Offline

    DiddiZ

    Those numbers are too small to worry about, likely caused by exploring (lava/waterflow) or tnt.
     
  11. Offline

    buzzito

    oh, my god!!! i feel so bad for making you loose time :(

    and thanks, now I'm on 1.50 and all works :)
     
  12. Offline

    Ronny Lawson

    I followed the install guide and logblock has created the tables and fields for my worlds, but it isn't creating any records. It has created rows in the 'players' table, but that is all. So I know it's connecting to the database and has all MySQL privileges, but it is not logging blocks.
     
  13. Offline

    DiddiZ

    Have a look at the world config. Is there all enabled you want to log?
     
  14. Offline

    Ronny Lawson

    That was the problem. There was nothing in the install instructions about this. Sorry for noob question.
     
  15. Offline

    DiddiZ

    Yeah, np, by default there should be the essenial options enable, need to figure out why they are not sometimes.
     
  16. Offline

    MineCleric

    this hapend :'(

    19:57:00 [SEVERE] [LogBlock Consumer] SQL exception on UPDATE `lb-players` SET lastlogin = FROM_UNIXTIME(1323975415), firstlogin = IF(firstlogin = 0, FROM_UNIXTIME(1323975415), firstlogin), ip = '/88.91.177.111:50236' WHERE playerid = 1;:
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'lastlogin' in 'field list'
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    at com.mysql.jdbc.Util.getInstance(Util.java:382)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
    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.run(Consumer.java:274)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    at java.lang.Thread.run(Thread.java:679)
     
  17. @DiddiZ
    Even with all logging options set to TRUE, still no data in database (with 1.50 version). With 1.41, all is ok.
    Using PermissionsEX with Permissions bridge, NOT using MCMyAdmin. Iam only using RemoteToolkit.
     
  18. Offline

    Mululu

    What can i do that the MySQL faster write


    21:15:07 [INFO] [LogBlock] Successfully imported queue-1323979743518-189.sql.
    21:15:07 [INFO] [LogBlock] Trying to import queue-1323979743518-230.sql ...
    21:15:09 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    21:15:09 [INFO] [LogBlock] Successfully imported queue-1323979743518-230.sql.
    21:15:09 [INFO] [LogBlock] Trying to import queue-1323979743518-85.sql ...
    21:15:11 [INFO] [LogBlock] Successfully imported queue-1323979743518-85.sql.
    21:15:11 [INFO] [LogBlock] Trying to import queue-1323979743518-97.sql ...
    21:15:13 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    21:15:16 [INFO] [LogBlock] Successfully imported queue-1323979743518-97.sql.
    21:15:16 [INFO] [LogBlock] Trying to import queue-1323979743518-196.sql ...
    21:15:16 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    21:15:19 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    21:15:20 [INFO] [LogBlock] Successfully imported queue-1323979743518-196.sql.
    21:15:20 [INFO] [LogBlock] Trying to import queue-1323979743518-16.sql ...
    21:15:21 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?

    Sorry for my bad English
    >
     
  19. Offline

    DiddiZ

    It looks I fixed that with dev #82, try that and tell if it works

    @Boos
    kk, that doesn't really narrows it down.
    Wait, totally forgot about: What does "/lb logging" return?
    Autoupdater fail, set version in LB config to '1.30' and restart.
     
  20. Offline

    Mululu

    And what is that

    2011-12-15 21:12:38 [WARNING] [LogBlock] Error while importing: 'INSERT INTO `lb-Mittelalter` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1323979295), 11, 0, 8, 5, '-2209', 15, '7562');': No operations allowed after statement closed.
    2011-12-15 21:12:38 [WARNING] [LogBlock] Error while importing: 'INSERT INTO `lb-Mittelalter` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1323979295), 11, 0, 8, 4, '-2208', 15, '7562');': No operations allowed after statement closed.
    2011-12-15 21:12:38 [WARNING] [LogBlock] Error while importing: 'INSERT INTO `lb-Mittelalter` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1323979295), 11, 0, 8, 3, '-2207', 15, '7562');': No operations allowed after statement closed.
    2011-12-15 21:12:38 [WARNING] [LogBlock] Error while importing: 'INSERT INTO `lb-Mittelalter` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1323979295), 11, 0, 8, 2, '-2206', 15, '7562');': No operations allowed after statement closed.
    2011-12-15 21:12:38 [WARNING] [LogBlock] Error while importing: 'INSERT INTO `lb-Mittelalter` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1323979295), 11, 0, 8, 3, '-2205', 15, '7562');': No operations allowed after statement closed.
    2011-12-15 21:12:38 [WARNING] [LogBlock] Error while importing: 'INSERT INTO `lb-Mittelalter` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1323979295), 11, 0, 8, 4, '-2205', 15, '7563');': No operations allowed after statement closed.
    2011-12-15 21:12:38 [WARNING] [LogBlock] Error while importing:
    com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
    at sun.reflect.GeneratedConstructorAccessor50.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    at com.mysql.jdbc.Util.getInstance(Util.java:382)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
    at com.mysql.jdbc.ConnectionImpl.getMutex(ConnectionImpl.java:3101)
    at com.mysql.jdbc.ConnectionImpl.commit(ConnectionImpl.java:1632)
    at de.diddiz.util.MySQLConnectionPool$JDCConnection.commit(MySQLConnectionPool.java:142)
    at de.diddiz.LogBlock.DumpedLogImporter.run(DumpedLogImporter.java:51)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    at java.lang.Thread.run(Thread.java:662)
     
  21. Offline

    DiddiZ

    Get one at localhost, if you alredy have, either clear out the database a bit, or increase the key buffer, that will incrase the speed at cost of memory.
     
  22. Offline

    StopSpazzing

    Having a bad problem with consumer overload...
    CB#1597
    LogBlock v1.50

    Code:
    2011-12-16 01:49:15 [SEVERE] [LogBlock Consumer] SQL exception on INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1324021408), 664, 2, 0, 0, '-43131', 68, '1182');:
    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:274)
        at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
        at java.lang.Thread.run(Thread.java:722)
    2011-12-16 01:49:31 [SEVERE] [LogBlock Consumer] SQL exception on INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1324021409), 664, 2, 0, 0, '-43130', 68, '1182');:
    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:274)
        at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
        at java.lang.Thread.run(Thread.java:722)
    2011-12-16 01:49:46 [SEVERE] [LogBlock Consumer] SQL exception on INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1324021409), 364, 0, 4, 0, '-43655', 60, '2593');:
    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:274)
        at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
        at java.lang.Thread.run(Thread.java:722)
    The consumer queue keeps gets getting larger and larger...even with:
    Code:
    consumer:
      timePerRun: 2000
      useBukkitScheduler: true
      forceToProcessAtLeast: 30
      delayBetweenRuns: 6
    We had the consumer timePerRun set to 200 then 500 then 1000 then 2000 and still keeps going higher and higher.
     
  23. Offline

    DiddiZ

  24. Offline

    Zaila

    For some reason, it works now like it should. Perfect in time to catch a griefer which thought he could grief like he wanted.. Anyway, thanks for trying to help out DiddiZ!

    Just one more thing though, is it possible to make it auto delete logs which it did before? For an example it deletes logs which is 10 days or older when restarting the server.
     
  25. Offline

    robi120i

    Help!

    I can't get the plugin to work. It all seem to work , the plugin properly loads and everyhing, but it simply doesn't log anything. I destroy some block and try to rollback and he doesnt find anything.

    Server log:

    Code:
    2011-12-15 16:54:09 [INFO] Starting Minecraft server on 208.122.48.50:25697
    
    2011-12-15 16:54:09 [INFO] This server is running Craftbukkit version git-Bukkit-1.8.1-R4-13-g342948e-b1488jnks (MC: 1.0.0) (Implementing API version 1.0.0-R1-SNAPSHOT)
    
    2011-12-15 16:54:09 [INFO] Starting Minequery server on 208.122.48.50:25698
    
    2011-12-15 16:54:09 [INFO] LWC: Loading shared objects
    
    2011-12-15 16:54:09 [INFO] LWC: Protection cache: 0/10000
    
    2011-12-15 16:54:09 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    
    2011-12-15 16:54:10 [INFO] [Permissions] (Yeti) was initialized.
    
    2011-12-15 16:54:10 [INFO] [LogBlock] Version check: Your version is up to date
    
    2011-12-15 16:54:10 [INFO] [LogBlock] Connecting to robi120i@jdbc:mysql://208.122.48.50:3306/robi120i...
    
    2011-12-15 16:54:10 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    
    2011-12-15 16:54:10 [INFO] Preparing level "world"
    
    2011-12-15 16:54:10 [INFO] Default game type: 0
    
    2011-12-15 16:54:10 [INFO] Preparing start region for level 0 (Seed: 5956978775459264263)
    
    2011-12-15 16:54:11 [INFO] Preparing start region for level 1 (Seed: 6522476005153098455)
    
    2011-12-15 16:54:11 [INFO] Preparing spawn area: 77%
    
    2011-12-15 16:54:12 [INFO] Preparing start region for level 2 (Seed: -6763714611468441009)
    
    2011-12-15 16:54:12 [INFO] LogBlockQuestioner v0.02 enabled
    
    2011-12-15 16:54:12 [INFO] CreatureSpawn v1.4 is Enabled
    
    2011-12-15 16:54:12 [INFO] [iChat] Permissions 3.1.6 found
    
    2011-12-15 16:54:12 [INFO] iChat (v2.4.1) enabled
    
    2011-12-15 16:54:12 [INFO] [NoCheat] Activating emergency bugfix for broken player death handling of minecraft.
    
    2011-12-15 16:54:12 [INFO] [NoCheat] version [2.20b] is enabled.
    
    2011-12-15 16:54:12 [INFO] WorldEdit 4.7 enabled.
    
    2011-12-15 16:54:12 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    
    2011-12-15 16:54:12 [INFO] [VanishNoPickup] 1.9.12 enabled.
    
    2011-12-15 16:54:12 [INFO] [Permissions] SQ Interface enabled!
    
    2011-12-15 16:54:12 [INFO] [SimpleJail] ERROR: Permissions plugin not detected.
    
    2011-12-15 16:54:12 [INFO] [SimpleJail] SimpleJail v1.7 disabled.
    
    2011-12-15 16:54:12 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    
    2011-12-15 16:54:12 [INFO] LWC: Permissions API: NijiPermissions
    
    2011-12-15 16:54:12 [INFO] LWC: Currency API: NoCurrency
    
    2011-12-15 16:54:12 [INFO] LWC: Loading SQLite
    
    2011-12-15 16:54:12 [INFO] LWC: Using: Native
    
    2011-12-15 16:54:12 [INFO] LWC: Precached 1235 protections.
    
    2011-12-15 16:54:12 [INFO] LWC: At version: 3.53 (b294)
    
    2011-12-15 16:54:12 [INFO] [LogBlock] Permissions plugin found.
    
    2011-12-15 16:54:12 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    
    2011-12-15 16:54:12 [INFO] LogBlock v1.50 by DiddiZ enabled.
    
    2011-12-15 16:54:12 [INFO] [dynmap] Using Permissions 3.1.6 for access control
    
    2011-12-15 16:54:13 [INFO] [dynmap] Loaded 12 shaders.
    
    2011-12-15 16:54:13 [INFO] [dynmap] Loaded 82 perspectives.
    
    2011-12-15 16:54:13 [INFO] [dynmap] Loaded 7 lightings.
    
    2011-12-15 16:54:13 [INFO] [dynmap] Loaded 3 maps of world 'world'.
    
    2011-12-15 16:54:13 [INFO] [dynmap] Loaded 3 pending tile renders for world 'world
    
    2011-12-15 16:54:13 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    
    2011-12-15 16:54:13 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
    
    2011-12-15 16:54:13 [INFO] [dynmap] Dynmap WebServer started on /208.122.48.50:25700
    
    2011-12-15 16:54:13 [INFO] [dynmap] version 0.25.1-624 is enabled
    
    2011-12-15 16:54:13 [INFO] [MyHome] 12 homes loaded
    
    2011-12-15 16:54:13 [INFO] [MyHome] Using localization: English (en)
    
    2011-12-15 16:54:13 [INFO] [MyHome] Access Control: Using Permissions v3.1.6
    
    2011-12-15 16:54:13 [WARNING] [MyHome] Help plugin not detected. Only providing help via /home help.
    
    2011-12-15 16:54:13 [INFO] [MyHome] MyHome 2.1b enabled
    
    2011-12-15 16:54:13 [INFO] [Orebfuscator] Spout not found, using Non-Spout mode.
    
    2011-12-15 16:54:13 [INFO] [Orebfuscator] version 1.1.4 initialization complete!
    
    2011-12-15 16:54:13 [INFO] Server permissions file permissions.yml is empty, ignoring it
    
    2011-12-15 16:54:13 [INFO] Done (0.306s)! For help, type "help" or "?"
    
    2011-12-15 16:54:13 [INFO] Starting GS4 status listener
    
    2011-12-15 16:54:13 [INFO] Setting default query port to 25697
    
    2011-12-15 16:54:13 [INFO] 'spawn-protection' in server.properties has been moved to 'settings.spawn-radius' in bukkit.yml. I will move your config for you.
    
    2011-12-15 16:54:13 [INFO] Query running on 208.122.48.50:25697
    
    2011-12-15 16:54:14 [INFO] /71.41.115.146:64426 lost connection
    
    2011-12-15 16:54:15 [INFO] robi120i [/31.147.114.40:50435] logged in with entity id 331 at ([world] 86.78125, 113.0, -364.6875)
    
    2011-12-15 16:54:28 [INFO] noremac430 [/71.41.115.146:64442] logged in with entity id 2038 at ([world] 338.89999999999964, 51.69999998807907, -0.5)
    
    2011-12-15 16:56:47 [INFO] /173.255.235.251:40688 lost connection
     
  26. Offline

    Drumpie

    How do you mean?
     
  27. Offline

    DiddiZ

    Great to hear. I was really clueless what happened there :D

    Sure, now you just enable clearlog.autoclearlog.
    Then you can configure what to delete in clearlog.auto. To delete everything older than x days, just use:
    - world <world> before x days all
    First make sure l9ogging features are enabled in world config (<worldname>.yml).
    If that wasn't the issue, try /lb savequeue.
    Like EssentialGroupBridge.jar for GroupManager or Permissions.jar for Pex
     
  28. Offline

    TheBeast808

    Why aren't logs being deleted when they are rolledback? When I rollback a player, the blockhistory still displays the history I rolledback. I checkd the config to see if it was a setting, but I didn't find anything. Is there any way to enable log deletion on rollback?
     
  29. Offline

    DiddiZ

    Yup, if you are using the questioner, enable askClearlogAfterRollback, if not, just do /lb clearlog last after the rollback (if using area parameter. better don't move :D)
     
  30. Offline

    theheyway

    I've tried most of the recent devBuilds, with and without spots, tooled with my configs ton, and I still get this error no matter what:

    Code:
    2011-12-15 14:35:08 [INFO] [LogBlock] Version check: Your version is up to date
    2011-12-15 14:35:08 [INFO] [LogBlock] Connecting to marvin@jdbc:mysql://localhost:3306/marvin...
    2011-12-15 14:35:08 [INFO] [LogBlock] Creating table lb-players.
    2011-12-15 14:35:08 [SEVERE] [LogBlock] Error while loading: Table 'lb-players' already exists
    
    It most definitely does not exist--when I "show tables" on my chosen database there are absolutely no entries whatsoever. Can you help me?
     
  31. Offline

    DiddiZ

    The table could be bugged. Try in mysql console:
    DROP TABLE IF EXISTS `lb-players`;
    FLUSH TABLES `lb-players`;
     

Share This Page