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 didn't set the mysql connection data in the config.
    -> https://github.com/DiddiZ/LogBlock/wiki/Installation
    Hm, new. Will check that.

    LogBlock v1.20 Developement News:
    As Bukkit contains a bug (providing wrong directions for pistons) I made a fix and am now waiting for the pull request to get trough.


    Hm, found an issue with redos. Have to to further tests.

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

    fugue2005

    using cb953 and logblock 1.10

    getting spammed with this error
    Code:
    2011-07-04 08:49:39 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value adjusted for column 'z' 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:877)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:222)
        at java.lang.Thread.run(Thread.java:636)
        at de.diddiz.LogBlock.LogBlock.onDisable(LogBlock.java:160)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:280)
        at com.bekvon.bukkit.plugman.PlugMan.disablePlugin(PlugMan.java:320)
        at com.bekvon.bukkit.plugman.PlugMan.reloadPlugin(PlugMan.java:351)
        at com.bekvon.bukkit.plugman.PlugMan.doCommand(PlugMan.java:133)
        at com.bekvon.bukkit.plugman.PlugMan.onCommand(PlugMan.java:65)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:290)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  4. Offline

    andune

    @DiddiZ thanks for the fast response. I see earlier you mention 1.20-dev should be stable enough to use, but your link in the top post just points to a spot in the thread, with no actual link to a jar file. I'd be willing to give 1.20-dev a try if it had some fixes in it and I could find a link. :D
     
  5. Offline

    DiddiZ

    -> https://github.com/DiddiZ/LogBlock/wiki/FAQ
    The file is in the post. It contais only fixes for deadlocks, nothing regarding to that.
     
  6. Offline

    andune

    Also @DiddiZ, huge feature request that hopefully would be easy to add: Could you have a config item that specifies the upper limit block count that Logblock will try to operate on? We had a mistaken extra 0 on a rollback command that resulted in a LOT more blocks being affected than intended. I'd like to set an upper limit on rollbacks to something I deem reasonable, like say 25k blocks (perhaps with an optional permission for override). We had over 175k blocks attempt to be rolled back in one command by Logblock, and it just gave up halfway through. Plus everything it did succeed in rollback/redo'ing is affected by the turned stairs/redstone issue. :(

    Thanks for considering.

    Oh, LOL, so it is. My eyes skipped right over it, I was looking for a link. Alright well I'll wait for a fix then, I appreciate your hard work on this awesome mod.

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

    DiddiZ

    I'm planning a limit, but with with a permissions node "logblock.ignoreRestrictions" to disable.
    Did you disable the questioner, or did someome just type yes without reading?
     
  8. Offline

    andune

    Yes without reading. Questioner is nice, though, thanks for that.
     
  9. Offline

    Flatliner

    Is sign text supposed to be restored when you rollback an area containing signs? I've just done a rollback and the signs are all blank and I can't for the life of me remember if it's always been like that or if it's a new bug or something. I do have sign text logging on in the config.
     
  10. Offline

    Niaghaman

    Hey, I read this topic but i didn't found answer for my question, so.. Ive got a problem with LB. When I try to rollback changes in area by command /lb rollback selection 1minute (area is selected by wooden pickaxe) LogBlock is searching for changes in 1 day (set in config file). How to rollback changes for another time than standard in config file:
    Code:
    lookup:
        defaultDist: 20
        defaultTime: 1 day
    And for /lb rollback selection 1 day system found changes, but when I say /yes, system give me an information for example: rollback succesfully (block rollback: 0/5) = is it success? It didn't change anything
    Sorry for my poor english
     
  11. Offline

    c_dric

    Great plugin Diddiz. We just set up the webstats and it works great.

    I have two feature requests.
    - Is it possible to log events like join/death/disconnect ?
    - Is it possible to allow other plugins to log their own events ?

    I realize the plugin is called LogBlock so it may not be within its scope.
    But that would help us greatly :)

    We have a custom made plugin that stores save/checkpoints inside our mazes system.
    If we could log all the join/death/disconnect/checkpoints, we could produce accurate timing for every players.
     
  12. Offline

    DiddiZ

    No, it's a bug. Only signtext with text in the last line are restored, I somehow missed that while testing. I alredy fixed it, but as Bukkit takes some time to fix pistons, I can upload another dev build if you want.

    You are missing the since parameter:
    /lb rollback selection since 1minute
    And yes it's a success, because of wasn't able to find the griefed blocks, so the current blocks are considered as good :D
    Atm it's possible to log block changes and kills/deaths. Chat/Command logging is planned. And there is a API to queue custom block changes/deaths. The name is more than a half year old and the code more than double since I over took it :D
     
  13. When doing /lb lookup 8 I receive an ingame Exception Error and the following log errors. Apart from that Logblock seems to work totally fine.
    Using Craftbukkit#953 with BukkitContrib deleted.

    Code:
    2011-07-05 13:17:41 [SEVERE] [LogBlock Lookup] Exception:
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    The last packet successfully received from the server was 875 milliseconds ago.  The last packet sent successfully to the server was 874 milliseconds ago.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
        at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
        at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
        at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
        at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
        at de.diddiz.LogBlock.CommandsHandler$CommandLookup.run(CommandsHandler.java:356)
        at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
        at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
        at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
        ... 10 more
    2011-07-05 13:17:41 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    The last packet successfully received from the server was 1,005 milliseconds ago.  The last packet sent successfully to the server was 0 milliseconds ago.
    2011-07-05 13:17:41 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-05 13:17:41 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-05 13:17:41 [SEVERE]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-05 13:17:41 [SEVERE]     at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2273)
    2011-07-05 13:17:41 [SEVERE]     at com.griefcraft.sql.MemDB.getActions(Unknown Source)
    2011-07-05 13:17:41 [SEVERE]     at com.griefcraft.listeners.LWCPlayerListener.onPlayerInteract(Unknown Source)
    2011-07-05 13:17:41 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:307)
    2011-07-05 13:17:41 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-05 13:17:41 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-07-05 13:17:41 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
    2011-07-05 13:17:41 [SEVERE]     at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:63)
    2011-07-05 13:17:41 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:457)
    2011-07-05 13:17:41 [SEVERE]     at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    2011-07-05 13:17:41 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-05 13:17:41 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    2011-07-05 13:17:41 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-05 13:17:41 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-05 13:17:41 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-05 13:17:41 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-05 13:17:41 [SEVERE] Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
    2011-07-05 13:17:41 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
    2011-07-05 13:17:41 [SEVERE]     ... 22 more
    2011-07-05 13:17:47 [INFO] hansfredbob [/87.176.153.141:51727] logged in with entity id 6033 at ([world] 1456.4972182396139, 87.0, 127.00329353674287)
    2011-07-05 13:17:47 [INFO] Creating user hansfredbob
    2011-07-05 13:17:49 [INFO] [local] omfgAlol: in welche richtung soll ich eurer meinung gehen leute?
    2011-07-05 13:17:52 [INFO] Forcing save..
    2011-07-05 13:17:54 [INFO] Save complete.
    2011-07-05 13:17:54 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    The last packet successfully received from the server was 43,102 milliseconds ago.  The last packet sent successfully to the server was 0 milliseconds ago.
    2011-07-05 13:17:54 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-05 13:17:54 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-05 13:17:54 [SEVERE]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-05 13:17:54 [SEVERE]     at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2273)
    2011-07-05 13:17:54 [SEVERE]     at com.griefcraft.sql.PhysDB.resolveProtections(Unknown Source)
    2011-07-05 13:17:54 [SEVERE]     at com.griefcraft.sql.PhysDB.resolveProtection(Unknown Source)
    2011-07-05 13:17:54 [SEVERE]     at com.griefcraft.sql.PhysDB.loadProtection(Unknown Source)
    2011-07-05 13:17:54 [SEVERE]     at com.griefcraft.lwc.LWC.findProtection(Unknown Source)
    2011-07-05 13:17:54 [SEVERE]     at com.griefcraft.lwc.LWC.findProtection(Unknown Source)
    2011-07-05 13:17:54 [SEVERE]     at com.griefcraft.listeners.LWCPlayerListener.onPlayerInteract(Unknown Source)
    2011-07-05 13:17:54 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:307)
    2011-07-05 13:17:54 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-05 13:17:54 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-07-05 13:17:54 [SEVERE]     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
    2011-07-05 13:17:54 [SEVERE]     at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:210)
    2011-07-05 13:17:54 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:552)
    2011-07-05 13:17:54 [SEVERE]     at net.minecraft.server.Packet15Place.a(SourceFile:57)
    2011-07-05 13:17:54 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-05 13:17:54 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    2011-07-05 13:17:54 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-05 13:17:54 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-05 13:17:54 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-05 13:17:54 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-05 13:17:54 [SEVERE] Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
    2011-07-05 13:17:54 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
    2011-07-05 13:17:54 [SEVERE]     ... 26 more
     
  14. Offline

    DiddiZ

    The error message indicates that the MySQL server stops to respond. There are some possible causes: The connection breaks (unlikely for a local MySQL server :D), the MySQL server freezed, or is too busy to answer (also unlikely, but on a single core system imaginable).
    So did the MySQL server came back to work? If not, a restart could help.
    But what's "/lb lookup 8"? Shouldn't even go trough, but throw an error ...
     
  15. Oh, it's even worse. I didn't even pay attention to the mysql server itself but it seems that it's instantly restarting after using that command. (I reproduced that on a freshly booted server but I won't do that much more often now cause that server resides on a shared host with shared mysql).
    The command was of course /lb lookup block 8 or /lb block 8

    On my testserver with a similar config (yet not identitical, let alone the 11 million entries at lb-main) I'm NOT able to reproduce the effect.
     
  16. Offline

    DiddiZ

    Tested on my local test server, and my public server (3 mio rows) and also can't reproduce it.
    Atm I'd guess that the query is too expensive for the mysql server, or it's malconfigured somehow ...
    Does /lb sum b go through? It's afaik the most expensive query LB is able to produce (nasty union twice over 11 mio rows :D).
     
  17. /lb sum b is working ok taking about 15 sec.

    And right after that it was possible to reproduce the "Exception, check error log" again with /lb block 8 and the same effect of restarting MySQL. The MySQL-User didn't even have right to flush tables-cache on that server, but seems now I have a workaround :-/

    EDIT: out of curiosity I tried it with dev1.20 -- still the same effect. my hoster is going to hate me :)
     
  18. Offline

    Flatliner

    Don't worry about it, I'm sure my players can live with changing the text on a few signs a bit longer :)
     
  19. Offline

    Niaghaman

    @DiddiZ yay, it works. thank u ;-)
     
    DiddiZ likes this.
  20. Offline

    DiddiZ

    I narrowed it down to redo not applying the block data at all. Should be fixable :D
     
  21. Offline

    Nieksas

    nice plugin but still got this error [INFO] [LogBlock Consumer] Queue overloaded. Size: 5519 and this laggs my server badly
     
  22. Offline

    DiddiZ

    You got more blockchanges than the consumer could process. Either adjust your consumer setting (according to FAQ) or try the dev build, made some speed improvements there :D
     
  23. Offline

    Nieksas

    please prefer me some settings
     
  24. Offline

    DiddiZ

    timeperrun: 200
    delaybetweenruns: 5
    Should add these to the faq :D
     
  25. Offline

    Nieksas

    so if its still lags i need change to
    timeperrun: 300
    delaybetweenruns: 5

    ?
     
  26. Offline

    DiddiZ

    Yup, but when you have high cpu usage, you should set forcetoprocess to values from "10" to "50".
     
  27. Offline

    Shylo132

    I have installed bouth the contri and the logblock... but i keep getting a bunch of errors and then the logblock disables itself at the very end.. idk if its where mysql is or something else. help please.
    i currently have the mysql server hosted at: mwcserver.elementfx.com by x10hosting.com.
    if needed i would like help on making a local mysql.
    Error Code
    Code:
    C:\Users\Shylo132\Desktop\Servers\Secondary Server>java -Xms1048M -Xmx1048M -jar
     craftbukkit-0.0.1-SNAPSHOT-1.7.2.jar
    151 recipes
    16 achievements
    14:03:21 [INFO] Starting minecraft server version Beta 1.7.2
    14:03:21 [INFO] Loading properties
    14:03:21 [INFO] Starting Minecraft server on *:25565
    14:03:21 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-
    g9277096-b953jnks (MC: 1.7.2)
    14:03:21 [INFO] Starting Minequery server on *:25566
    14:03:22 [INFO] [Permissions] (Yeti) was initialized.
    14:03:22 [INFO] [LogBlock] Version check: Your version is up to date
    14:03:23 [INFO] [LogBlock] Connecting to shylo132@jdbc:mysql://mwcserver.element
    fx.com:3306/minecraft...
    14:03:44 [SEVERE] [LogBlock] Error while fetching connection
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link fai
    lure
    
    The last packet sent successfully to the server was 0 milliseconds ago. The driv
    er has not received any packets from the server.
            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.SQLError.createCommunicationsException(SQLError.java:1
    116)
            at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
            at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
            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:64)
            at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:180)
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:68)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:51)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.net.ConnectException: Connection timed out: connect
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(Unknown Source)
            at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
            at java.net.PlainSocketImpl.connect(Unknown Source)
            at java.net.SocksSocketImpl.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.ja
    va:254)
            at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
            ... 23 more
    14:03:44 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:68)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:51)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    14:03:44 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    14:03:44 [INFO] Preparing level "world"
    14:03:44 [INFO] Preparing start region for level 0 (Seed: 4958460629791811310)
    14:03:45 [INFO] Preparing spawn area: 52%
    14:03:46 [INFO] BukkitContrib 0.0.9 has been initialized
    14:03:46 [INFO] LogBlockQuestioner v0.02 enabled
    14:03:46 [INFO] [MultiVerse] Permissions Found
    14:03:46 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    14:03:46 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
    14:03:46 [INFO] [MultiVerse] Loading World & Settings - 'SurvivalIslandv1-1' - N
    ORMAL
    14:03:46 [INFO] Preparing start region for level 1 (Seed: -6112680260270321108)
    14:03:47 [INFO] Preparing spawn area for SurvivalIslandv1-1, 85%
    14:03:47 [INFO] [MultiVerse] Loading World & Settings - 'Labyrinth' - NORMAL
    14:03:47 [INFO] Preparing start region for level 2 (Seed: 3910122020445967634)
    14:03:48 [INFO] Preparing spawn area for Labyrinth, 73%
    14:03:49 [INFO] [MultiVerse] Loading World & Settings - 'SemperNovum' - NORMAL
    14:03:49 [INFO] Preparing start region for level 3 (Seed: -5862332529880149651)
    14:03:50 [INFO] Preparing spawn area for SemperNovum, 65%
    14:03:50 [INFO] [MultiVerse] Loading World & Settings - 'Arena' - NORMAL
    14:03:50 [INFO] Preparing start region for level 4 (Seed: -4602792687493051022)
    14:03:51 [INFO] [MultiVerse] 5 - World(s) loaded.
    14:03:51 [INFO] [MultiVerse] Loading Portals
    14:03:51 [INFO] [MultiVerse] 22 - Portal(s) loaded.
    14:03:51 [INFO] [Permissions] SQL Interface enabled!
    14:03:51 [INFO] [Regios] - v3.5_4.0 - Permissions support enabled
    14:03:51 [INFO] [Regios] - v3.5_4.0 - Initialising SQL tables...
    14:03:51 [INFO] [Regios] - v3.5_4.0 - [9] Regions loaded from database
    14:03:52 [INFO] [AU][Regios] You are running the latest version of Regios.
    14:03:52 [INFO] [Regios] Loaded world configuration and protection for 5 worlds
    successfully!
    14:03:52 [INFO] [SpawnControl] version [0.8.1] loaded
    14:03:52 [INFO] WorldEdit 4.6 enabled.
    14:03:52 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    14:03:52 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    14:03:52 [INFO] WorldGuard: (world) Single session is enforced.
    14:03:52 [INFO] WorldGuard: (world) TNT ignition is blocked.
    14:03:52 [INFO] WorldGuard: (world) Lighters are blocked.
    14:03:52 [INFO] WorldGuard: (world) Lava fire is blocked.
    14:03:52 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    14:03:52 [INFO] WorldGuard: Loaded configuration for world 'world"
    14:03:52 [INFO] WorldGuard: (SurvivalIslandv1-1) Single session is enforced.
    14:03:52 [INFO] WorldGuard: (SurvivalIslandv1-1) TNT ignition is blocked.
    14:03:52 [INFO] WorldGuard: (SurvivalIslandv1-1) Lighters are blocked.
    14:03:52 [INFO] WorldGuard: (SurvivalIslandv1-1) Lava fire is blocked.
    14:03:52 [INFO] WorldGuard: (SurvivalIslandv1-1) Fire spread is UNRESTRICTED.
    14:03:52 [INFO] WorldGuard: Loaded configuration for world 'SurvivalIslandv1-1"
    14:03:52 [INFO] WorldGuard: (Labyrinth) Single session is enforced.
    14:03:52 [INFO] WorldGuard: (Labyrinth) TNT ignition is blocked.
    14:03:52 [INFO] WorldGuard: (Labyrinth) Lighters are blocked.
    14:03:52 [INFO] WorldGuard: (Labyrinth) Lava fire is blocked.
    14:03:52 [INFO] WorldGuard: (Labyrinth) Fire spread is UNRESTRICTED.
    14:03:52 [INFO] WorldGuard: Loaded configuration for world 'Labyrinth"
    14:03:52 [INFO] WorldGuard: (SemperNovum) Single session is enforced.
    14:03:52 [INFO] WorldGuard: (SemperNovum) TNT ignition is blocked.
    14:03:52 [INFO] WorldGuard: (SemperNovum) Lighters are blocked.
    14:03:52 [INFO] WorldGuard: (SemperNovum) Lava fire is blocked.
    14:03:52 [INFO] WorldGuard: (SemperNovum) Fire spread is UNRESTRICTED.
    14:03:52 [INFO] WorldGuard: Loaded configuration for world 'SemperNovum"
    14:03:53 [INFO] WorldGuard: (Arena) Single session is enforced.
    14:03:53 [INFO] WorldGuard: (Arena) TNT ignition is blocked.
    14:03:53 [INFO] WorldGuard: (Arena) Lighters are blocked.
    14:03:53 [INFO] WorldGuard: (Arena) Lava fire is blocked.
    14:03:53 [INFO] WorldGuard: (Arena) Fire spread is UNRESTRICTED.
    14:03:53 [INFO] WorldGuard: Loaded configuration for world 'Arena"
    14:03:53 [INFO] WorldGuard: 6 regions loaded for 'world'
    14:03:53 [INFO] WorldGuard: 1 regions loaded for 'SurvivalIslandv1-1'
    14:03:53 [INFO] WorldGuard: 1 regions loaded for 'Labyrinth'
    14:03:53 [INFO] WorldGuard: 2 regions loaded for 'SemperNovum'
    14:03:53 [INFO] WorldGuard: 1 regions loaded for 'Arena'
    14:03:53 [INFO] WorldGuard 5.2.2 enabled.
    14:03:53 [INFO] LogBlock disabled.
    14:03:53 [INFO] Done (0.920s)! For help, type "help" or "?"
    >
     
  28. Offline

    DiddiZ

    @Shylo132
    It's most likely the mysql server not accepting remote connections. Don't know weither you've root access, or some kind of web configuraion to enable it.
    If you've root access, open the mysql config (on linux something like "/etc/mysql/my.cnf") and disable skip networking and set bind-address to your mc server.
     
  29. Offline

    heifinator

    If I try to rollback anything more than about 1,000 entries the server crashes with a thread error.

    Just wondering if its my version or an issue with the plugin.

    Newest version of dataglog and latest recommended build of bukkit
     
  30. Offline

    Shylo132

    @DiddiZ
    thats not working.. is there a way i can create a local mysql? for windows 7
     
  31. Offline

    Bluemonkey

    i get this :(

    Code:
    2011-07-06 00:33:03 [INFO] [LogBlock] Connecting to lobscast_mine@jdbc:mysql://88.198.6.24:2082/lobscast_mc...
    2011-07-06 00:33:38 [SEVERE] [LogBlock] Error while fetching connection
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
    at com.mysql.jdbc.MysqlIO.readPacket(MysqlIO.java:687)
    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:2371)
    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 Source)
    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:64)
    at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:180)
    at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:68)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
    at com.mysql.jdbc.MysqlIO.readPacket(MysqlIO.java:611)
    ... 24 more
    2011-07-06 00:33:38 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
    at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:68)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-06 00:33:38 [INFO] Preparing level "LobsCast"
    2011-07-06 00:33:38 [INFO] Preparing start region for level 0 (Seed: 5292263690010203335)
    2011-07-06 00:33:39 [INFO] Wrong location! net.minecraft.server.EntityArrow@4c
    2011-07-06 00:33:39 [INFO] 0.0,0.0(0,0) vs -22,12
    2011-07-06 00:33:39 [INFO] Preparing start region for level 1 (Seed: 5292263690010203335)
    2011-07-06 00:33:39 [INFO] BukkitContrib 0.1.0 has been initialized
    2011-07-06 00:33:39 [INFO] Loaded Essentials build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-06 00:33:39 [INFO] Loaded EssentialsChat build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-06 00:33:39 [INFO] Loaded EssentialsGeoIP build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-06 00:33:39 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-07-06 00:33:40 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-07-06 00:33:40 [INFO] GroupManager version 1.0(alpha-5) [Zombie-Version, please switch to Permissions 3] is enabled!
    2011-07-06 00:33:40 [INFO] Loaded EssentialsProtect build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-06 00:33:40 [INFO] Loaded EssentialsSpawn build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-06 00:33:40 [INFO] LogBlockQuestioner v0.02 enabled
    2011-07-06 00:33:40 [INFO] RocketBoots v0.3.6 enabled!
    2011-07-06 00:33:40 [INFO] [SpawnMob] Permission system found, plugin enabled
    2011-07-06 00:33:40 [INFO] [SpawnMob] Version 1.9.6 enabled.
    2011-07-06 00:33:40 [INFO] WorldEdit 4.6 enabled.
    2011-07-06 00:33:40 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 00:33:40 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 00:33:40 [INFO] WorldGuard: (LobsCast) Single session is enforced.
    2011-07-06 00:33:40 [INFO] WorldGuard: (LobsCast) TNT ignition is PERMITTED.
    2011-07-06 00:33:40 [INFO] WorldGuard: (LobsCast) Lighters are PERMITTED.
    2011-07-06 00:33:40 [INFO] WorldGuard: (LobsCast) Lava fire is blocked.
    2011-07-06 00:33:40 [INFO] WorldGuard: (LobsCast) Fire spread is UNRESTRICTED.
    2011-07-06 00:33:40 [INFO] WorldGuard: Loaded configuration for world 'LobsCast"
    2011-07-06 00:33:40 [INFO] WorldGuard: (LobsCast_nether) Single session is enforced.
    2011-07-06 00:33:40 [INFO] WorldGuard: (LobsCast_nether) TNT ignition is PERMITTED.
    2011-07-06 00:33:40 [INFO] WorldGuard: (LobsCast_nether) Lighters are PERMITTED.
    2011-07-06 00:33:40 [INFO] WorldGuard: (LobsCast_nether) Lava fire is blocked.
    2011-07-06 00:33:40 [INFO] WorldGuard: (LobsCast_nether) Fire spread is UNRESTRICTED.
    2011-07-06 00:33:40 [INFO] WorldGuard: Loaded configuration for world 'LobsCast_nether"
    2011-07-06 00:33:40 [INFO] WorldGuard: 1 regions loaded for 'LobsCast'
    2011-07-06 00:33:40 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-06 00:33:40 [WARNING] [EssentialsProtect] WorldGuard was detected, in the near future the following features of Protect will be disabled in favor of WorldGuard's versions
    2011-07-06 00:33:40 [WARNING] disable water flow
    2011-07-06 00:33:40 [WARNING] disable lava flow
    2011-07-06 00:33:40 [WARNING] disable water bucket flow
    2011-07-06 00:33:40 [WARNING] disable all fire spread
    2011-07-06 00:33:40 [WARNING] disable tnt explosion
    2011-07-06 00:33:40 [WARNING] disable creeper explosion
    2011-07-06 00:33:40 [WARNING] disable all damage types
    2011-07-06 00:33:40 [INFO] Fake Permissions version 2.7.2 is enabled!
    2011-07-06 00:33:40 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 00:33:40 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 00:33:40 [INFO] LogBlock disabled.
    2011-07-06 00:33:40 [INFO] Done (0.162s)! For help, type "help" or "?"
    Please Help :(. this is so Good Admin Plugin! the best !!!
     

Share This Page