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

    Squirzy

    Same as the people up top, my queuesize keeps rising, i don't think anything is being sent to the database. It was working fine 2 days ago, and now it has stopped. Could it be something with 1.1?
     
  3. Offline

    DiddiZ

    Check the world config.
    LogBlock is confirmed working, will update for new features after next rb.
    Any kind of error message?
    You used an invalid command.
    Update to dev #84+ to get a message insteaf of an error.
    https://github.com/DiddiZ/LogBlock/wiki/FAQ
    Atm there is no ingame command.
    Yup

    Try to adjust your consumer settings, double the value for timePerRun.

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

    monir

    Is higher better for a big server what is the normal settings can this cause high cpu load if its set to low? should i choose higer setting then this?

    Code:
    consumer:
      timePerRun: 400
      useBukkitScheduler: true
      forceToProcessAtLeast: 40
      delayBetweenRuns: 6
     
  5. Offline

    Zaila

    Code:
    2012-01-15 12:33:35 [SEVERE] [LogBlock ClearLog] Exception while dumping log:
    java.sql.SQLException: Access denied for user '<removed username>'@'localhost' (using password: YES)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
        at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779)
        at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)
        at de.diddiz.LogBlock.CommandsHandler$CommandClearLog.run(CommandsHandler.java:709)
        at de.diddiz.LogBlock.CommandsHandler$AbstractCommand.<init>(CommandsHandler.java:360)
        at de.diddiz.LogBlock.CommandsHandler$CommandClearLog.<init>(CommandsHandler.java:675)
        at de.diddiz.LogBlock.CommandsHandler$CommandRollback.run(CommandsHandler.java:606)
        at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
        at java.lang.Thread.run(Unknown Source)
    2012-01-15 12:33:51 [INFO] Connection reset
    
    This is the message i'm getting when trying to delete the log ingame after rolling back. I dont know for sure, but i guess this problem is togheter with the server not deleting logs that is 5 day or older on start up.
     
  6. Offline

    flostingl

    Hi Diddiz, since my Server Update to 1.1 i get following error. I tried to reinstall/reconfigure LogBlock but it is everytime the same error.


    Code:
    2012-01-15 12:40:06 [SEVERE] Error occurred while enabling LogBlock v1.51 (Is it up to date?): null
    java.lang.NullPointerException
        at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:116)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:230)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:970)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at com.Technius.PluginManager.Main.onCommand(Main.java:323)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:382)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:768)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:728)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:721)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:96)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:534)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
     
  7. Offline

    Squirzy

    Its already at 400, should i take it to 800?
     
  8. Offline

    Lookatmego

    hey i tried using the webstats and this is error im getting can i get any help pleaseÉ


    Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /usr/www/insomniamc/public/lbwebstats/index.php on line 88
     
  9. Offline

    JohnPulse

    Hello,

    First of all, I have to thank you again for your hard work doing this awesome plugin that's a part of my server for months now.

    I recently started using a plugin that authenticates NonPremium users, and by doing that, they enter with a temporary Nickname "player_xxxxx" and after the login the nick is changed to the "normal" one.
    The nick swap is creating some errors with LogBlock on player exit. I'll ask you if you can take a look on this error and advice me to what can I do about it or can I just ignore it.

    Code:
    11:35:51 [SEVERE] [LogBlock Consumer] SQL exception on UPDATE `lb-players` SET o
    nlinetime = ADDTIME(onlinetime, TIMEDIFF(FROM_UNIXTIME(1326713746), lastlogin))
    WHERE playerid = 15;:
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Truncated incorrect time va
    lue: '1366:10:05'
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3591)
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
            at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
            at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
            at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
            at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
            at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779)
            at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)
            at de.diddiz.LogBlock.Consumer.run(Consumer.java:274)
            at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
     
            at java.lang.Thread.run(Unknown Source)
    The plugin doing this is MixedModeAuth: https://github.com/Thulinma/MixedModeAuth

    Server running BK#1597
    Plugins:
    Code:
    Plugins: AutoMessage, AutoShutdown, GeoIPTools, GroupBasedPVP, i
    Conomy, LogBlockQuestioner, MixedModeAuth, Multiverse-Core, Multiverse-Portals,
    NoCheat, NoFloatingTrees, ThumbsApply, WorldEdit, WorldGuard, WorldInventories,
    CommandBook, EasyBan, HelperBot, ChestShop, dynmap, Jail, LogBlock, mChatSuite,
    Orebfuscator, PermissionsBukkit, SimpleChestLock
    Thank you for your time!

    Best regards,
    John
     
  10. Offline

    DiddiZ

    delay 4, time 500
    Likely caused by a config syntax error (is there another error message at early server start?)
    That, and delay maybe 4.
    Translated that means error while executing query. Likely the tables specified in config.php doesn't match the actual exisitnig tables.
    That's just the online time logging complaining about player that log out with different names that they logged in. But that not severe (normal loggin isn't affected) so you can ignore iut, or better disable logging.playerInfo in main config.

    Yup. Your mysql user isn't allowed to write dump files. That's no problem, just diable clearlog.dumpDeletedLog.
     
  11. Offline

    Lookatmego

    ye i fixed it also was misssing some blocks png but i added now i got another question.for logblock i put the right user and password and everything for mysql but its not dumping logs and says not allowewd access denied...any idea?
     
  12. Offline

    DiddiZ

    You are like using a remote mysql server?
    Then disable clearlog.dumpDeletedLog.
     
  13. Offline

    Lookatmego

    ok will do!Also i have another question lol lots of questions sorry:/
    1.if i roll someone back but then want to undo it can i just do /lb undo?what if i logout and log back in days later and try to roll it back is that possible?
    2.am i allowed to change the php code a little bit for webstats for the bottom right corner of the page?it will still says HTML/CSS/PHP by Diddiz but the rest will be taken out and a link to my website will be placed. Is this allowed and do i have legal permission for it?
    3.a lot of new griefings have been happening to my server lately where the people have placed blocks but somehow logblock logs it as they BROKE and so it wont roll it back. And im talking mass sponge and stuff grief with clients and such any idea?


    thanks in advance
     
  14. Offline

    DiddiZ

    Actually, that's not one but three questions :D

    1.
    /lb redo last
    After you just did the rollback

    /lb redo <same parameters as rollback>
    If you relogged.

    /lb redo <same parameters as rollback> before 3d
    If you want to redo three days later (adjust since accordingly)

    2. Should be ok

    3. Do a redo to rollback :D
    Strange thing anyways. If you are able to figure out how, tell me.
     
  15. Offline

    Squirzy

    I did that, and it didn't work so i changed time to 1200 and delay 3, and i still go from 80 > 200 in about a minute (queuesize) Anything else I can do?
     
  16. Offline

    DiddiZ

    Ok, last attempt:
    forceToProcess: 1000
    If that also doesn't work you won't be able to avoid get a MySQL server at localhost.
     
  17. Offline

    OzwaldMcNuts

    I keep Getting

    Code:
    16.01 18:39:34 [Server] SEVERE [LogBlock] Error while loading: Table 'lb-1.1_nether' already exists
    every time i reload my server and then the rest of my server loads and i get

    Code:
    16.01 18:39:38 [Server] INFO LogBlock disabled.
    So i cant use logblock. anyway to fix this?
     
  18. Offline

    ProjectInfinity

    What's this supposed to mean? The table is there, but this happens on some tool places and (seems like) all "lb lookup player <player> destroyed since <time> sum blocks".
     
  19. Offline

    __pwned__

    I get this.
    Code:
    174 recipes
    27 achievements
    14:48:54 [INFO] Starting minecraft server version 1.0.0
    14:48:54 [INFO] Loading properties
    14:48:54 [INFO] Starting Minecraft server on *:25565
    14:48:54 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    14:48:54 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    14:48:54 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    14:48:54 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    14:48:54 [INFO] This server is running Craftbukkit version git-Bukkit-1.8.1-R4-1
    0-gfb96d87-b1465jnks (MC: 1.0.0) (Implementing API version 1.0.0-R1-SNAPSHOT)
    14:48:55 [INFO] [Permissions] (Phoenix) was Initialized.
    14:48:55 [INFO] MLog clients using java 1.4+ standard logging.
    14:48:55 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
            at org.bukkit.plugin.java.JavaPlugin.getResource(JavaPlugin.java:156)
            at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:133)
            at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:125)
            at de.diddiz.LogBlock.Config.<init>(Config.java:53)
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:67)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:144)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:117)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:141)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    14:48:55 [SEVERE] null initializing LogBlock v1.50 (Is it up to date?)
    java.lang.NullPointerException
            at de.diddiz.LogBlock.Consumer.<init>(Consumer.java:48)
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:93)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:144)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:117)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:141)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    14:48:55 [INFO] LWC: Loading shared objects
    14:48:55 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejd
    bc.dll
    14:48:55 [INFO] LWC: Protection cache: 0/10000
    14:48:55 [INFO] LWC: Loaded 207 locale strings (0 overrides)
    14:48:55 [INFO] LWC: Permissions API: NijiPermissions
    14:48:55 [INFO] LWC: Currency API: iConomy6Currency
    14:48:55 [INFO] LWC: Connecting to SQLite
    14:48:55 [INFO] LWC: Performing any necessary database updates
    14:48:55 [INFO] LWC: Using: Native
    14:48:55 [INFO] LWC: Precached 15 protections.
    14:48:55 [INFO] LWC: At version: 4.0.5 (b607)
    14:48:55 [INFO] Preparing level "world"
    14:48:55 [INFO] Default game type: 0
    14:48:55 [INFO] Preparing start region for level 0 (Seed: 256768841)
    14:48:55 [INFO] LWC: Latest version: 4.0.5
    14:48:56 [INFO] Preparing start region for level 1 (Seed: -5036924207321538283)
    14:48:56 [INFO] Preparing spawn area: 56%
    14:48:56 [INFO] Preparing start region for level 2 (Seed: 8234354560864102400)
    14:48:57 [INFO] BukkitContrib 0.1.7 has been initialized
    14:48:57 [INFO] [ChopTree] Using Permissions.
    14:48:57 [INFO] ChopTree 1.23 enabled!
    14:48:57 [INFO] Bukkit version format changed. Version not checked.
    14:48:57 [INFO] Loaded Essentials build 2.6.5 by: Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    14:48:57 [INFO] Essentials: Using config based permissions. Enable superperms in
    config.
    14:48:57 [INFO] Loaded EssentialsChat build 2.6.5 by: essentials team
    14:48:57 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr
    ue; trace: 10]
    14:48:57 [INFO] Loaded EssentialsProtect build 2.6.5 by: essentials team
    14:48:57 [INFO] Loaded EssentialsSpawn build 2.6.5 by: essentials team
    14:48:57 [INFO] [iConomy - Celty] Enabled (8 ms)
    14:48:57 [INFO] [Essentials] Payment method found (iConomy version: 6)
    14:48:57 [INFO] LogBlockQuestioner v0.02 enabled
    14:48:57 [INFO] [Permissions] version [2.7.4] (Phoenix)  loaded
    14:48:57 [INFO] Essentials: Using Permissions 2 based permissions.
    14:48:57 [INFO] [ChestShop] Permissions version 2.7.4 loaded.
    14:48:57 [INFO] [ChestShop] LWC version 4.0.5 (b607-git-e22604a9) loaded.
    14:48:57 [INFO] [ChestShop] version 3.33 initialized!
    14:48:57 [INFO] [ChestShop] iConomy 6 loaded.
    14:48:57 [INFO] [LogBlock] Permissions plugin found.
    14:48:57 [SEVERE] Error occurred while enabling LogBlock v1.50 (Is it up to date
    ?): null
    java.lang.NullPointerException
            at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:121)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:183)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159
    )
            at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    14:48:57 [INFO] Server permissions file permissions.yml is empty, ignoring it
    14:48:57 [INFO] Done (0.215s)! For help, type "help" or "?"
     

    Attached Files:

  20. Offline

    DiddiZ

    Don't use dots in table name, edit table entry lb-1.1_nether.yml.
    Update CraftBukkit, afaik got fixed somewhere in #1500 and something
    Hm, file not found.
    You say that only occure sometimes?

    Otherwise I would have guessed that the table is messed up (REPAIR TABLE `lb-terra`; to fix)
    Is it listed in
    SHOW TABLES;
    ?
     
  21. Offline

    ProjectInfinity

    Apparently this happens when you update MySQL to 5.5 and the logblock table is a MyISAM table. I altered the table as instructed by GoMySQL. Changing it to InnoDB seems to have fixed my issue. I will report back if I see the problem again.
     
  22. Offline

    Ptibiscuit

    Heypoday,

    I think I've noticed a bug. I understand how do you count the onlinetime, when a player deco, you compare the actual time with his last connection time.
    But if a server crash, reload or shut down, your, i think, plugin would forget to add the time for all connected players. Could you please take a look at this situation ? Thanks you. :)
     
  23. Offline

    DiddiZ

    It will update on reload and stop, just in case of a crash the data is lost (and there is no easy way to avoid, but as you will have enough other problems, this one shouldn't really matter).
     
  24. Offline

    __pwned__

    Log block is now installed but when i go on the server this happens:
    Code:
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:266)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:593)
            at net.minecraft.server.Packet15Place.a(SourceFile:39)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    20:55:45 [SEVERE] Player: __pwned__ was not properly updated during login!
    20:55:45 [SEVERE] Could not pass event PLAYER_INTERACT to BukkitContrib
    java.lang.NoSuchFieldError: inventory
            at org.bukkitcontrib.player.ContribCraftPlayer.createInventory(ContribCr
    aftPlayer.java:442)
            at org.bukkitcontrib.player.ContribCraftPlayer.<init>(ContribCraftPlayer
    .java:84)
            at org.bukkitcontrib.player.ContribCraftPlayer.updateBukkitEntity(Contri
    bCraftPlayer.java:587)
            at org.bukkitcontrib.player.ContribCraftPlayer.getContribPlayer(ContribC
    raftPlayer.java:640)
            at org.bukkitcontrib.ContribPlayerListener.onPlayerInteract(ContribPlaye
    rListener.java:65)
            at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.j
    ava:335)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:178)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:266)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:593)
            at net.minecraft.server.Packet15Place.a(SourceFile:39)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    20:55:45 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:609)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
            at org.bukkit.plugin.java.JavaPluginLoader$32.execute(JavaPluginLoader.j
    ava:483)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:100)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:84)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:97)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:282)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:593)
            at net.minecraft.server.Packet15Place.a(SourceFile:39)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    20:55:45 [SEVERE] Could not pass event BLOCK_PLACE to EssentialsProtect
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.canGroupBuild(Control.java:584)
            at com.earth2me.essentials.perm.Permissions2Handler.canBuild(Permissions
    2Handler.java:35)
            at com.earth2me.essentials.perm.PermissionsHandler.canBuild(PermissionsH
    andler.java:62)
            at com.earth2me.essentials.PlayerExtension.canBuild(PlayerExtension.java
    :72)
            at com.earth2me.essentials.protect.EssentialsProtectBlockListener.onBloc
    kPlace(EssentialsProtectBlockListener.java:43)
            at org.bukkit.plugin.java.JavaPluginLoader$32.execute(JavaPluginLoader.j
    ava:483)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:100)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:84)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:97)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:282)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:593)
            at net.minecraft.server.Packet15Place.a(SourceFile:39)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    20:55:48 [SEVERE] Could not pass event PLAYER_INTERACT to EssentialsProtect
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.canGroupBuild(Control.java:584)
            at com.earth2me.essentials.perm.Permissions2Handler.canBuild(Permissions
    2Handler.java:35)
            at com.earth2me.essentials.perm.PermissionsHandler.canBuild(PermissionsH
    andler.java:62)
            at com.earth2me.essentials.PlayerExtension.canBuild(PlayerExtension.java
    :72)
            at com.earth2me.essentials.protect.EssentialsProtectPlayerListener.onPla
    yerInteract(EssentialsProtectPlayerListener.java:48)
            at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.j
    ava:335)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:178)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:9
    2)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:498)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:43)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    20:55:48 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:609)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    61)
            at org.bukkit.plugin.java.JavaPluginLoader$40.execute(JavaPluginLoader.j
    ava:539)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:201
    )
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:9
    8)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:498)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:43)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    20:55:48 [SEVERE] Could not pass event BLOCK_BREAK to EssentialsProtect
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.canGroupBuild(Control.java:584)
            at com.earth2me.essentials.perm.Permissions2Handler.canBuild(Permissions
    2Handler.java:35)
            at com.earth2me.essentials.perm.PermissionsHandler.canBuild(PermissionsH
    andler.java:62)
            at com.earth2me.essentials.PlayerExtension.canBuild(PlayerExtension.java
    :72)
            at com.earth2me.essentials.protect.EssentialsProtectBlockListener.onBloc
    kBreak(EssentialsProtectBlockListener.java:240)
            at org.bukkit.plugin.java.JavaPluginLoader$40.execute(JavaPluginLoader.j
    ava:539)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:201
    )
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:9
    8)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:498)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:43)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    20:55:48 [SEVERE] Could not pass event PLAYER_INTERACT to EssentialsProtect
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.canGroupBuild(Control.java:584)
            at com.earth2me.essentials.perm.Permissions2Handler.canBuild(Permissions
    2Handler.java:35)
            at com.earth2me.essentials.perm.PermissionsHandler.canBuild(PermissionsH
    andler.java:62)
            at com.earth2me.essentials.PlayerExtension.canBuild(PlayerExtension.java
    :72)
            at com.earth2me.essentials.protect.EssentialsProtectPlayerListener.onPla
    yerInteract(EssentialsProtectPlayerListener.java:48)
            at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.j
    ava:335)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:178)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:9
    2)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:498)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:43)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    20:55:48 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:609)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    61)
            at org.bukkit.plugin.java.JavaPluginLoader$40.execute(JavaPluginLoader.j
    ava:539)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:201
    )
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:9
    8)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:498)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:43)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    20:55:48 [SEVERE] Could not pass event BLOCK_BREAK to EssentialsProtect
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.canGroupBuild(Control.java:584)
            at com.earth2me.essentials.perm.Permissions2Handler.canBuild(Permissions
    2Handler.java:35)
            at com.earth2me.essentials.perm.PermissionsHandler.canBuild(PermissionsH
    andler.java:62)
            at com.earth2me.essentials.PlayerExtension.canBuild(PlayerExtension.java
    :72)
            at com.earth2me.essentials.protect.EssentialsProtectBlockListener.onBloc
    kBreak(EssentialsProtectBlockListener.java:240)
            at org.bukkit.plugin.java.JavaPluginLoader$40.execute(JavaPluginLoader.j
    ava:539)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:201
    )
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:9
    8)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:498)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:43)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    20:55:55 [SEVERE] java.lang.NoSuchFieldError: inventory
    20:55:55 [SEVERE]      at org.bukkitcontrib.ContribNetServerHandler.getInventor
    yFromContainer(ContribNetServerHandler.java:380)
    20:55:55 [SEVERE]      at org.bukkitcontrib.ContribNetServerHandler.getActiveIn
    ventory(ContribNetServerHandler.java:74)
    20:55:55 [SEVERE]      at org.bukkitcontrib.ContribNetServerHandler.a(ContribNe
    tServerHandler.java:129)
    20:55:55 [SEVERE]      at net.minecraft.server.Packet101CloseWindow.a(SourceFil
    e:16)
    20:55:55 [SEVERE]      at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:226)
    20:55:55 [SEVERE]      at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:93)
    20:55:55 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(SourceFile
    :108)
    20:55:55 [SEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:527)
    20:55:55 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    20:55:55 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    20:55:55 [SEVERE] Unexpected exception
    java.lang.NoSuchFieldError: inventory
            at org.bukkitcontrib.ContribNetServerHandler.getInventoryFromContainer(C
    ontribNetServerHandler.java:380)
            at org.bukkitcontrib.ContribNetServerHandler.getActiveInventory(ContribN
    etServerHandler.java:74)
            at org.bukkitcontrib.ContribNetServerHandler.a(ContribNetServerHandler.j
    ava:129)
            at net.minecraft.server.Packet101CloseWindow.a(SourceFile:16)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    >
    Then in minecraft it says "Connection Lost! Internal Exception: java.net.SocketTimeoutException: Read timed out". Is this a problem with Bukkitcontrib, Permissions or Logblock?
     
  25. Offline

    DiddiZ

    BukkitContrib. It's outdated by months. Use Spout instead of.
     
  26. Offline

    bigggan

    DiddiZ

    askClearLogs: true
    askClearLogAfterRollback: true

    If i set these ones to false will it stop wiping or asking to wipe logs? because i dont see a config that says something like this:

    ClearLogAfterRollback: true/false
     
  27. Offline

    Sayshal

    This is handled with LogBlockQuestioner.
     
  28. Offline

    bigggan

    I mean like if i set those two to false, will it just wipe the logs anyway, without asking?

    I dont want it to clear any logs at all.
     
  29. Offline

    Sayshal

    I advise against this. If you don't delete your logs this could/will cause extreme lag after about a month. The reason they have the autoClearLog is so you can delete things too old. I have mine set to remove everything older then 10 days.
     
  30. Offline

    bigggan

    Yeah i know but i dont want it to be cleared by an acident. I will rather do it manually.
     
  31. Offline

    SlammedMKV

    Ok I'm having alittle problem myself. I have installed Logblock following the guide and have Mysql set up via WAMP. Have the database setup and Logblock created all the tables, but is not logging anything to my knowledge. I have edited the world config so everything is true but still I get nothing. The commands show up but when i click on a block i just placed nothing. Also when i type /lb tool i get Disconnected with a server error of

    Code:
    02:39 PM [SEVERE] java.lang.NullPointerException
    02:39 PM [SEVERE] at net.minecraft.server.Packet.a(Packet.java:166)
    02:39 PM [SEVERE] at net.minecraft.server.Packet103SetSlot.a(SourceFile:38)
    02:39 PM [SEVERE] at net.minecraft.server.Packet.a(Packet.java:102)
    02:39 PM [SEVERE] at net.minecraft.server.NetworkManager.g(NetworkManager.java:107)
    02:39 PM [SEVERE] at net.minecraft.server.NetworkManager.d(NetworkManager.java:269)
    02:39 PM [SEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:99) 
    I have tried changing the tool and still no dice. I deleted the mysql database, created another and reinstalled Logblock I get no errors at server start up. Can anyone help me with this?

    EDIT: I fixed the disconnect problem I had the tool set to something the plugin didnt like but I still get no data when click on things that were made and deleted. also I see the only table that has info is the Players table the world table is blank is this right?
     

Share This Page