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

    DiddiZ

    You're right, LB is lacking an interact param.

    The destroyed param can't delete chest access rows, so I'm not sure what actually happened.
    /lb logging
    https://github.com/DiddiZ/LogBlock/wiki/FAQ
    Did you maybe mean:
    /lb toolblock
    or
    /lb block dirt stone gravel ...
    ?
    Exactly that.
    In this case MySQL connection broke (and was unable to reconnect) or the mysql server was too busy to work normal so the queue got dumped to a local file and will impirted at next server start.
    Table got corrupted, likely due to a server crash
    REPAIR TABLE `lb-chat`;
    http://dev.mysql.com/doc/refman/5.5/en/data-types.html
     
  3. Offline

    bigggan

    The queue was at 95 000 and still going up. (I changed the consumer to 1000 now, was on 200 earlier) :p
     
  4. Offline

    vProdigy

    I cannot rollback successfully. I try and it only rolls back like 45 blocks. Whats wrong?
     
  5. It also removed "created". Infact it wiped everythiing prior to 6 months.
     
  6. Offline

    novs12

    Hey,
    I set up a mysql server with all the tables and such.
    Logblock can also successfully connect to the Mysql server.
    Except when i destroy a block and place a new one and try to see the changes made on that block with teh tool it says no changes.
    I believe it may not be writing to the database?

    Here is an error i spotted in the console:
    Code:
    [SEVERE] [LogBlock Consumer] SQL exception on UPDATE `lb-players` SET o
    nlinetime = ADDTIME(onlinetime, TIMEDIFF(FROM_UNIXTIME(1328489363), lastlogin))
    WHERE playerid = 25;:
    com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Colu
    mn 'onlinetime' cannot be null
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            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:1039)
            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(Unknown Source)
    Any help is greatly appreciated!
     
  7. Code:
    [WARNING] [LogBlock] Exception in commands handler:
    java.lang.NullPointerException
        at de.diddiz.LogBlock.CommandsHandler.onCommand(CommandsHandler.java:120)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:385)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:777)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:737)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:725)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:536)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    
    First, thx for the help okay now i got the Error Log. But i dont know what i have to do now..
    This error code just what is to do now?
     
  8. Offline

    __pwned__

    Got everything working. AWESOME PLUGIN, and thanks for the support. Btw I would like to make a tutorial 4 mac if thats k with u.
     
    DiddiZ likes this.
  9. Offline

    MinecraftxNoob

    Help me install please!
     
  10. Offline

    Ubunchu

    I would have a question:
    Do/are exp orbs, or dropped items logged? Or are you planning to do that? (or is it possible already?)
    Example: if a chest is destroyed, is it logged who picked the stuff up?
    I'm asking because I have found a player that spawned creepers, with eggs (not logged), made them explode near chests, and took the loot. --Rollback worked fine, but what about the stuff he took... Does he still have it? (i have player-rollbacked the area)
    Cheers!
     
  11. Offline

    shauwk

    i have never done sql query before, do i just copy and paste that code in sql query box? where do i change time interval and coordinates? thanks for help btw


    ---------

    also is animal rollback going to be added to this plugin?
     
  12. Offline

    King_KYl3

    I dont understand github thing i find the error part but says this: Your world is has a larger radius than 32,767 block. Either you limit you map to a radius of 32k blocks, or you change the data types of the colums x and z from SMALLINT to MEDIUMINT, which allows you a radius of 8,388,607 blocks. If that wouldn’t be enough you can also use INT (radius of 2,147,483,647 blocks). This should also result in a 9% rsp. 18% larger database, but does not tell you how to change this or anything please help thanks.
     
  13. Offline

    acdev

    Perform the SQL query:
    Code:
     USE `minecraft`;
    ALTER TABLE `lb-world` MODIFY x INT NOT NULL;
    ALTER TABLE `lb-world` MODIFY z INT NOT NULL; 


    You can use "phpMyAdmin" or "Navicat Lite".
    Time interval string: "AND w.date > '2012-01-30 01:00:00' AND w.date < '2012-01-30 23:59:59'"
    Region coordinates: "AND w.x >=-338 AND w.x <=-318 AND w.z >=-166 AND w.z <=-146"
     
    DiddiZ likes this.
  14. Offline

    shanedaman112

    Thanks!
    [diamond] [diamond] [diamond] [diamond] [diamond] [diamond] [diamond] [diamond] [diamond] =[diamondblock]
    :)
     
  15. Offline

    DiddiZ

    Nope, but guardian will be capable.
    It's just logged who broke the chest, that's in that case, pretty helpless.
    Yup he still have the items.
    Sure, I often get asked about.
    Update to laest dev build.
    Try adding "since 999d" to the command
    Except when i destroy a block and place a new one and try to see the changes made on that block with teh tool it says no changes.
    I believe it may not be writing to the database?

    Here is an error i spotted in the console:
    Code:
    [SEVERE] [LogBlock Consumer] SQL exception on UPDATE `lb-players` SET o
    nlinetime = ADDTIME(onlinetime, TIMEDIFF(FROM_UNIXTIME(1328489363), lastlogin))
    WHERE playerid = 25;:
    com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Colu
    mn 'onlinetime' cannot be null
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            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:1039)
            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(Unknown Source)
    Any help is greatly appreciated![/quote]
    Check/delete your world config.
    The error is caused by onlinetime logging, you may disable logging.logPlayerInfo in main config.
    I can test that, but is sounds odd ...
     
  16. Offline

    MinecraftxNoob

    Okay so LogBlock deos not even detect anything therefore i cannot rollback why is this happening.
     
  17. Offline

    novs12

    I have to say DiddiZ,
    I am really impressed how you keep up with all the help people request.
    Keep up the great work your plugin is amazing.
    Thank you for helping!

    Hey DiddiZ,
    If you have a bedrock in inventory your hand and you type /lb toolblock
    it gives a warning saying you already have bedrock in your hand but you spelt the word already wrong.
    You spelt it as alredy.
    Just letting you know. :)

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

    King_KYl3

    i Still do not understand how to do this sql query people have tried to explain above do not understand at all please help i use phpmyadmin and what do i do pls help thanks :)
     
  19. Offline

    DiddiZ

    Check your world config.
    Ty, fixed.
    Log into phpMyAdmin, click "SQL" tab, paste the query, hit OK.
     
  20. Offline

    Gafernif

    I feel like someone must have already asked about this, but honestly I cannot find a similar enough problem with a solution that helps me... I have the logblock plugin installed correctly, all the commands work, and I set up a database in SQLbuddy correctly from what I can tell. When I start the server though, it says it is connecting to the SQL database, then moves on to the next line without actually creating any of the tables or giving me anything that looks to me like an error... I am using WAMP and it is running fine, but I am also using a hosting site for the server. I even tried a different database site and it worked, although there was A LOT of lag in returning the results of blocks after clicking on them. I have checked again and again to make sure there are no misspellings in the config files, and I even tried making different databases in SQLbuddy to see if they worked but it still didn't create any tables.


    The section of the console where LogBlock attempts to connect in case this helps:
    Forgive me if I am not posting this right, I am not used to thins kind of thing and tried to follow the instructions and find my own solution... But I figured at this point it would be easier to ask then googling around blindly through the forums.
     
  21. Offline

    Percefane

    Hello:

    Craftbukkit: R3
    Logblock: 150

    Code:
    174 recipes
    27 achievements
    21:48:39 [INFO] [LogBlock] Version check: Your version is up to date
    21:48:39 [INFO] [LogBlock] Connecting to alan@jdbc:mysql://lazycloud.net:1664/al
    an...
    21:48:40 [GRAVE] [LogBlock] Error while fetching connection:
    com.mysql.jdbc.PacketTooBigException: Packet for query is too large (4739923 > 1
    048576). You can change this value on the server by setting the max_allowed_pack
    et' variable.
            at com.mysql.jdbc.MysqlIO.readPacket(MysqlIO.java:624)
            at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1090)
            at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
            at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
    371)
            at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
            at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
            at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
            at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
            at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
    :305)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.
    java:72)
            at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:258)
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:77)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:159)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:132)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    21:48:43 [INFO] [LogBlock] Loading LogBlock v1.50.
    >
    I'm sure about my database, password, etc

    Config:

    HTML:
    mysql:
      user: alan
      port: 1664
      password: ******
      host: lazycloud.net
      database: alan

    "You can change this value on the server by setting the max_allowed_pack"
    I've search but i don't find this setting.



    Thx for your help!
     
  22. Offline

    Dzejkob

    I gave mmy Operators permissions logblock.tools.tool and logblock.tools.toolblock, and if they're trying to use /lb tool or /lb toolblock, it says, they haven't got permission. Any ideas?
     
  23. Offline

    Jacek

    I found what looks like a bug
    2012-02-10_22.58.15.png

    This was with version 1.50, the bug being the odd blank log entries.
     
  24. Offline

    novs12

    I have the same issue.
    If you disable the permissions default and then add the individual nodes to a user they still can't use it.
     
  25. Offline

    bigggan

    Is there a command to see info about database? like how many edits and stuff total or something?

    -chat: xxxx
    -blockchanges: yyyy
    -other things: zzz
     
  26. Offline

    foxwillow

    i keep getting

    11.02 18:41:39 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 2733
    11.02 18:41:32 [Server] INFO [LogBlock Consumer] Queue overloaded. Size: 2734

    in my console. is this an issue? thanks. :)
     
  27. Offline

    lme999

    Currently using 1.1R3 and LB 1.50. Is there a updated log block for 1.1 or should this work?
    I have it installed and it seems to be logging but when I try to rollback things it doesn't work, is this a version error or just something in the config I have to change? It usually says "Error Check Log"
     
  28. Offline

    Factknowhow

    What is MySQL and where can I get it? Lb doesn't seem to work without it.
     
  29. Offline

    ecips

    MySQL is an SQL database. Logblock uses this database to store all the information that it logs.

    MySQL: http://dev.mysql.com/

    This might be an easier way to get some of the bits and pieces you need for various plugins:

    WAMPServer

    http://www.wampserver.com/en/

    WAMP includes MySQL along with some management tools and the Apache web server and PHP to allow you to configure the various components.
     
  30. Offline

    DiddiZ

    Latest version works, maybe the error log in server.log tells what's the issue?
    Likely. If you are using a local mysql server, double the value of consumer.timePerRun, otherwise set forceToProcess to 100.
    Nope, but you can check your database, phpMyAdmin for example tells you these things.
    Also, would be a neat feature for guardian.
    Notice the logblock.spawnTools permission.
    That's a wood door right? And the blank entries are supposed to be door open/close entries?

    That would be in the mysql config, if you have got access to it.
    But I really wonder how the connect packet could exeed 4mb ...
    The login data seems valid, at least it doesn't complain about that.
    That one is new.
    You could try it on a test server with a fresh CB jar and without any other plugin, maybe then there something returns.
     
  31. Offline

    Jacek

    Sorry I moved the camera before deciding to screenshot it. The block was actually part of the floor. Not a clue what the entries are meant to be :s
     

Share This Page