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

    godgodgodgo

    Code:
    2011-07-18 16:42:49 [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(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.SQLError.createCommunicationsException(SQLError.java:1116)
        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: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(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.ConnectionImpl.getInstance(ConnectionImpl.java:378)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
        at java.sql.DriverManager.getConnection(DriverManager.java:620)
        at java.sql.DriverManager.getConnection(DriverManager.java:200)
        at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:71)
        at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:246)
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:72)
        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.net.NoRouteToHostException: No route to host
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
        at java.net.Socket.connect(Socket.java:546)
        at java.net.Socket.connect(Socket.java:495)
        at java.net.Socket.<init>(Socket.java:392)
        at java.net.Socket.<init>(Socket.java:235)
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
        ... 23 more
    2011-07-18 16:42:49 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:72)
        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)
     
  3. Offline

    DiddiZ

    Really great idea! Comes to the todo list.

    But as union is a nasty thing I'd make notmal lookup only searching the active table and implement a "archive" parameter. Don't thing it would affect the structure very much, as I'd have to only change clearlog at startup (obviously :D) and the query generator a bit.
    I'll still have to think over it a time to figure out the best way to implement it :D
    Check your firewall
     
  4. Offline

    robmobz

    i upgraded from 1.21 to 1.22 and ot stopped connecting to my database.
    before it showed
    Any ideas and a patch would be good if it is broken.

    [EDIT]
    used wrong database name.
    my fault. sorry
     
  5. Offline

    Odai

    hmm die letzte zeit wars nun okay aber seit heute is mir der server paar mal abgeschiert wegen dem hier:

    19:53:40 [SEVERE] [LogBlock] Error while fetching connection
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

    The last packet successfully received from the server was 0 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago.
    at sun.reflect.GeneratedConstructorAccessor112.newInstance(Unknown Source)
    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.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.checkErrorPacket(MysqlIO.java:931)
    at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
    at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
    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.GeneratedConstructorAccessor41.newInstance(Unknown Source)
    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.ConnectionImpl.getInstance(ConnectionImpl.java:378)
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
    at java.sql.DriverManager.getConnection(DriverManager.java:620)
    at java.sql.DriverManager.getConnection(DriverManager.java:200)
    at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:71)
    at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:246)
    at de.diddiz.LogBlock.Consumer.run(Consumer.java:248)
    at java.util.TimerThread.mainLoop(Timer.java:534)
    at java.util.TimerThread.run(Timer.java:484)
    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)
    ... 23 more
    >
     
  6. Offline

    shauwk

    im on 1.21 build 1000 and everything is ok. should i update to 1.22 or is it buggy?
     
  7. Offline

    godgodgodgo

    It doesn't
    It doesn't have one. It's all open
     
  8. Offline

    DiddiZ

    Vermutlich geht die verbindung zum remote MySQL server versloren, dagegen hilft eig nur einer auf localhost :D
    Aber seit v1.22 sollte auch connection lost kein prob sein.
    v1.22 is less buggy than 1.21 :D
    Than check the firewall of your MySQL server.
     
  9. Offline

    MalcolmLC

    Logblock keeps saying current que size every time i try to use it :(
    any help?
     
  10. Offline

    Odai

    es motzt aber nur logblock rum kein anderes plugin auf mysql :confused: und wenn dieser fehler kommt laggt es und kickt alle vom server und brauch kurz damit man wieder drauf kommt.

    hab nun auch mitbekommen das bukkitcontribut (was wohl durch logblock bei mir drauf ist) auch fehler rauswirft mit den selben effekt wie logblock ich glaub das damit eher was nicht stimmt. kann man das nicht irgendwie loswerden da ich es eh nicht benutze?
     
  11. Offline

    shauwk

    ah ok ill update, was just worried since i see people posting problems
     
  12. Offline

    DiddiZ

    Should be fixed in v1.22
    Eigentlich laufen alle MySQL queries asynchron, sollte also zu keinem lag kommen. Du kannst evtl zu wahrscheinlichkeit verringern indem du delayBetweenRuns auf 30 und timePerRun auf 500 setzt (bzw ähnliche werte).
    Musst nur chest logging deaktivieren und die jar löschen um contrib loszuwerden.
     
  13. Offline

    DerET

    Is there a way to hide LeavesDecay, LavaFlow aso. from Weblog?
     
  14. Offline

    MalcolmLC

    Im using that version already and the problem persist
     
  15. Offline

    DiddiZ

    Yes, use v1.1 :D
     
  16. Offline

    DerET

    What do you mean? I'm usin 1.22 and I think you should add a hide-option instead.
     
  17. Offline

    DiddiZ

    WebStats v1.1
    Please provide some console output.
     
  18. Offline

    Odai

    es ist deaktiviert und habe diese schon gelöscht aber er erstellt sie immer wieder neu :confused:
     
  19. Offline

    DiddiZ

    LB kann contrib keinesfalls! laden wenn:
    logChestAccess: false
     
  20. Offline

    Hydrosis

    Code:
    2011-07-18 20:21:14 [SEVERE] [LogBlock Consumer] SQL exception on INSERT INTO `lb-main` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1311038474), 67, 4, 0, 0, '-50014', 67, '-2');:
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value adjusted 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:271)
    at java.util.TimerThread.mainLoop(Timer.java:534)
    at java.util.TimerThread.run(Timer.java:484)
    No clue what that means. I think it may have been crashing my server :/
     
  21. Offline

    Kainzo

  22. Offline

    19jojo93

    Could anybody please tell me how to fix LogBlock on my server.

    Ever since it was available its never worked on my server!

    Now, BigBrother is getting broken an awful lot, so I really need to get this working!

    Here is the error log, PLEASE someone help :(

    Code:
    2011-07-19 03:44:00 [INFO] [LogBlock] Version check: Your version is up to date
    2011-07-19 03:44:00 [INFO] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
    2011-07-19 03:44:00 [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(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.SQLError.createCommunicationsException(SQLError.java:1116)
    	at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:346)
    	at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
    	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(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.ConnectionImpl.getInstance(ConnectionImpl.java:378)
    	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
    	at java.sql.DriverManager.getConnection(DriverManager.java:620)
    	at java.sql.DriverManager.getConnection(DriverManager.java:200)
    	at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:71)
    	at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:246)
    	at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:72)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    	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.net.ConnectException: Connection refused
    	at java.net.PlainSocketImpl.socketConnect(Native Method)
    	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
    	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
    	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
    	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
    	at java.net.Socket.connect(Socket.java:546)
    	at java.net.Socket.connect(Socket.java:495)
    	at java.net.Socket.<init>(Socket.java:392)
    	at java.net.Socket.<init>(Socket.java:235)
    	at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
    	at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:295)
    	... 23 more
    2011-07-19 03:44:00 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
    	at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:72)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    	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)
     
  23. Offline

    virul3nce

    log block isn't running on my server. I honestly don't know why.

    the following is the server start
    Code:
    2011-07-18 20:28:30 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-18 20:28:30 [INFO] Loading properties
    2011-07-18 20:28:30 [INFO] Starting Minecraft server on *:25565
    2011-07-18 20:28:30 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-18 20:28:30 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-18 20:28:31 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-18 20:28:31 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-18 20:28:31 [INFO] LWC    Loading shared objects
    2011-07-18 20:28:31 [INFO] Cache    Protection cache: 0/10000
    2011-07-18 20:28:31 [INFO] LWC    Native library: plugins/LWC/lib/native/Linux/i386/libsqlitejdbc.so
    2011-07-18 20:28:32 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-18 20:28:33 [INFO] [LogBlock] Version check: Your version is up to date
    2011-07-18 20:28:33 [INFO] [LogBlock] Connecting to root@jdbc:mysql://localhost:3306/minecraft...
    2011-07-18 20:28:33 [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(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.SQLError.createCommunicationsException(SQLError.java:1116)
        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: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(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.ConnectionImpl.getInstance(ConnectionImpl.java:378)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
        at java.sql.DriverManager.getConnection(DriverManager.java:620)
        at java.sql.DriverManager.getConnection(DriverManager.java:200)
        at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:71)
        at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:246)
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:72)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        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.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
        at java.net.Socket.connect(Socket.java:546)
        at java.net.Socket.connect(Socket.java:495)
        at java.net.Socket.<init>(Socket.java:392)
        at java.net.Socket.<init>(Socket.java:235)
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
        ... 23 more
    2011-07-18 20:28:33 [SEVERE] [LogBlock] Error while loading: 
    java.lang.NullPointerException
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:72)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        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-18 20:28:33 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-18 20:28:33 [INFO] Preparing level "world"
    2011-07-18 20:28:33 [INFO] Preparing start region for level 0 (Seed: 214576596291839310)
    2011-07-18 20:28:34 [INFO] Preparing spawn area: 97%
    2011-07-18 20:28:34 [INFO] Preparing start region for level 1 (Seed: 214576596291839310)
    2011-07-18 20:28:35 [INFO] WorldEdit 4.6 enabled.
    2011-07-18 20:28:35 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-18 20:28:35 [INFO] [MultiVerse] Permissions Found
    2011-07-18 20:28:35 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-07-18 20:28:35 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-07-18 20:28:35 [INFO] [MultiVerse] Loading World & Settings - 'world_nether' - NETHER
    2011-07-18 20:28:35 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
    2011-07-18 20:28:35 [INFO] [MultiVerse] 2 - World(s) loaded.
    2011-07-18 20:28:35 [INFO] [MultiVerse] Loading Portals
    2011-07-18 20:28:35 [INFO] [MultiVerse] 4 - Portal(s) loaded.
    2011-07-18 20:28:35 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-18 20:28:35 [INFO] WorldGuard: Blacklist loaded.
    2011-07-18 20:28:35 [INFO] WorldGuard: (world) Single session is enforced.
    2011-07-18 20:28:35 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-07-18 20:28:35 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-07-18 20:28:35 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-07-18 20:28:35 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-07-18 20:28:35 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-07-18 20:28:35 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-07-18 20:28:35 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-07-18 20:28:35 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-07-18 20:28:35 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-07-18 20:28:35 [INFO] WorldGuard: (world_nether) All fire spread is disabled.
    2011-07-18 20:28:35 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-07-18 20:28:35 [INFO] WorldGuard: 46 regions loaded for 'world'
    2011-07-18 20:28:35 [INFO] WorldGuard: 0 regions loaded for 'world_nether'
    2011-07-18 20:28:35 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-18 20:28:37 [INFO] Loaded Essentials build 2.4.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-18 20:28:37 [INFO] [Essentials] Payment method found (iConomy version: 5)
    2011-07-18 20:28:37 [INFO] [VanishNoPickup] 1.9.9 enabled.
    2011-07-18 20:28:37 [INFO] [OpenInv] version 1.3.1 is enabled!
    2011-07-18 20:28:37 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-07-18 20:28:37 [INFO] [iConomyChestShop] EssentialsEco version 2.2 loaded.
    2011-07-18 20:28:37 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-07-18 20:28:37 [INFO] [iConomyChestShop] LWC version 3.11 loaded.
    2011-07-18 20:28:37 [INFO] Loaded EssentialsSpawn build 2.4.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-18 20:28:37 [INFO] MonsterBox version 0.2 is enabled!
    2011-07-18 20:28:37 [INFO] Loaded EssentialsChat build 2.4.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-18 20:28:37 [INFO] [Residence] Found Permissions Plugin!
    2011-07-18 20:28:37 [INFO] [Residence] Successfully linked with iConomy!
    2011-07-18 20:28:37 [INFO] [Residence] Loaded Residences...
    2011-07-18 20:28:37 [INFO] [Residence] Enabled! Version 2.3.2 by bekvon
    2011-07-18 20:28:37 [INFO] LogBlockQuestioner v0.02 enabled
    2011-07-18 20:28:37 [INFO] Memory max: 1037959168 bytes
    2011-07-18 20:28:37 [INFO] Memory total: 1037959168 bytes
    2011-07-18 20:28:37 [INFO] Remote Toolkit Plugin V0.45b enabled!
    2011-07-18 20:28:38 [INFO] [iConomy] Logging is currently disabled.
    2011-07-18 20:28:38 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-18 20:28:38 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-18 20:28:38 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-07-18 20:28:38 [INFO] [iConomy] hooked into Permissions.
    2011-07-18 20:28:38 [INFO] [NightLight] NightLight version null is using permissions.
    2011-07-18 20:28:38 [INFO] [NightLight] NightLight version 1.1 enabled successfully.
    2011-07-18 20:28:38 [INFO] Loaded EssentialsGeoIP build 2.4.2 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-07-18 20:28:38 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-07-18 20:28:38 [INFO] Loading ColoredSigns
    2011-07-18 20:28:38 [INFO] LWC    Loaded 134 locale strings (0 overrides)
    2011-07-18 20:28:38 [INFO] LWC    Using Permissions API...
    2011-07-18 20:28:38 [INFO] LWC    Loading SQLite
    2011-07-18 20:28:38 [INFO] SQLite    Using: Native
    2011-07-18 20:28:38 [INFO] LWC    At version: v3.11
    2011-07-18 20:28:38 [INFO] (NoCheat) Did you know? NoCheat now supports the new Bukkit-Permission system. You can activate it in the config file.
    2011-07-18 20:28:38 [INFO] (NoCheat) Did you know? There will be a change in the near future to how movement in CraftBukkit works, which will break NoCheats moving-check(s) completely, causing tons of false positives. Be careful if you tend to run bleeding edge builds of CraftBukkit.
    2011-07-18 20:28:38 [INFO] (NoCheat) Did you know? This version of NoCheat was written for CraftBukkit RB 1000, but may still work for some older or newer versions.
    2011-07-18 20:28:38 [INFO] (NoCheat) Did you know? You can find detailed information about all configuration options of NoCheat in the file "descriptions.txt" in your "plugins/NoCheat" folder
    2011-07-18 20:28:38 [INFO] (NoCheat) Did you know? You can deactivate these Messages in the config file, if they annoy you.
    2011-07-18 20:28:38 [INFO] [NoCheat] version [1.11] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-07-18 20:28:38 [INFO] [NoCheat] version [1.11] is enabled with the following checks: moving speedhack flying fastswim 
    2011-07-18 20:28:38 [INFO] LogBlock disabled.
    2011-07-18 20:28:38 [INFO] Done (0.531s)! For help, type "help" or "?"
    
    these are my configs
    Code:
    tables:
    - lb-main
    - lb-nether
    loggedWorlds:
    - world
    - world_nether
    mysql:
        port: 3306
        host: localhost
        password: 12346656
        user: root
        database: minecraft
    logging:
        logBlockCreations: true
        logBlockDestroyings: true
        logSignTexts: false
        logFire: false
        logExplosions: false
        logCreeperExplosionsAsPlayerWhoTriggeredThese: false
        logChestAccess: false
        logLeavesDecay: false
        logButtonsAndLevers: false
        logLavaFlow: false
        logKills: false
        logKillsLevel: PLAYERS
        logChat: false
        hiddenPlayers: []
        hiddenBlocks:
        - 0
    clearlog:
        dumpDeletedLog: false
        keepLogDays: -1
    questioner:
        askRedos: true
        askClearLogs: true
        askRollbacks: true
    rollback:
        replaceAnyway:
        - 8
        - 9
        - 10
        - 11
        - 51
        maxArea: 50
        dontRollback:
        - 10
        - 11
        - 46
        - 51
        maxTime: 7 days
    consumer:
        delayBetweenRuns: 6
        forceToProcessAtLeast: 0
        timePerRun: 100
        useBukkitScheduler: true
    lookup:
        toolID: 270
        toolQuery: area 0 all sum none limit 15 desc silent
        toolblockID: 7
        toolBlockQuery: area 0 all sum none limit 15 desc silent
        defaultDist: 20
        defaultTime: 30 minutes
        linesPerPage: 15
        linesLimit: 1500
    
     
  24. Offline

    DiddiZ

    No clue what the nullpointer is ... have to add a try
    You didn't set the MySQL connection data in config. A short look at the installation guide would have helped a lot : D

    Either your MySQL server could be not running, or listening for a diffenrent port. Try this:
    -> https://github.com/DiddiZ/LogBlock/wiki/MySQL-Connection-Problems

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  25. I've got some errors spamming when someone logs in, it seems to come from permissions but when i remove log block, it works perfectly. So i asume it's coming from logblock :
    CB 953, tried with LB 1.21 & 1.22

    Code:
    2011-07-19 14:43:05 [INFO] Arno00 [/127.0.0.1:51999] logged in with entity id 147 at ([world] 2104.7745607892934, 73.0, 151.31816567138313)
    2011-07-19 14:43:05 [SEVERE] java.lang.NoSuchFieldException: perm
    2011-07-19 14:43:05 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-07-19 14:43:05 [SEVERE]     at org.bukkitcontrib.player.ContribCraftPlayer.<init>(ContribCraftPlayer.java:87)
    2011-07-19 14:43:05 [SEVERE]     at org.bukkitcontrib.player.ContribCraftPlayer.updateBukkitEntity(ContribCraftPlayer.java:587)
    2011-07-19 14:43:05 [SEVERE]     at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(ContribPlayerListener.java:27)
    2011-07-19 14:43:05 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    2011-07-19 14:43:05 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-19 14:43:05 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-07-19 14:43:05 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    2011-07-19 14:43:05 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    2011-07-19 14:43:05 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-07-19 14:43:05 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-07-19 14:43:05 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-19 14:43:05 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-19 14:43:05 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Also spamming :
    Code:
    2011-07-19 14:40:35 [INFO] [LogBlock] Bukkit provided no block type for the block placed by Milshar at Zendash:102:87-12. Please check the conditions this happened under, and report it to Diddiz or Bukkit.
     
  26. Ran into some new errors:

    Code:
    15:03:46 [SEVERE] [LogBlock Consumer] SQL exception on INSERT INTO `lb-main` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1311080625), 87, 0, 280, 0, '435', 70, '-132');: 
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'type' 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:271)
            at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
            at java.lang.Thread.run(Thread.java:722)
    15:03:47 [INFO] [as] boriater: those are ouside pfung.
    15:03:47 [INFO] [tos] n17337: ok
    15:03:48 [SEVERE] [LogBlock Consumer] SQL exception on INSERT INTO `lb-main` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1311080625), 87, 0, 280, 0, '436', 70, '-132');: 
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'type' 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:271)
            at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
            at java.lang.Thread.run(Thread.java:722)
    
     
  27. Offline

    DiddiZ

    First is caused by BukkitContrib, and of course is the second spamming :D
    Bukkit has some bugs and I want to track there down.
    But as many have complained about, since 1.22 it's written to a file.

    Isn't new, it's the same you postet lastl, but i added some detaiyls to the err msg.
    So the interesting question is: What is block type 280?
    Has the same id as stick, so I guess it's a plugin using the LB api wrongly.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  28. Thx Diddiz, i'll see with bukkitContrib x)
     
  29. Offline

    Mhalkyer

    I'm running the most recent CraftBukkitUpToDate and still getting:

    Code:
    LogBlock.jar: Not able to update check if URL [URL='https://github.com/downloads/DiddiZ/LogBlock/LogBlock%20v1.22.zip']https://github.com/downloads/DiddiZ/LogBlock/LogBlock v1.22.zip[/URL] correct. If not ask the Author to give me the new one
    LogBlockQuestioner.jar: Not able to update. It seems the plugin-Source is wrong ask the Author to give me the new one
     
  30. Offline

    DiddiZ

    When you open the url in brower you see that it's correct ...
     
  31. Eh I don't think I use anything like that, or what could it be :S
     

Share This Page