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

    XRayted

    Yes, I am working on that. I will ask our host if he is willing to set one up. Or we move the server :( to a other host(NFOservers) . The host we have now, might can ping between the two as for a start, to see if the ping is the issue.

    Thank you though, I thought we had to update to 1.25, but I've uploaded a backup to the server(plugin folders only) and that didn't solve the issue. It is hard to play now, without lag.

    /Edit Info RB #1000 ;

    Plugins: AntiPistonDupe,AutoMessage,BukkitContrib,LagMeter,Lockette,LogBlockQuestioner,LoginMessage,MinecraftViewer,WorldEdit,WorldGuard,LogBlock
     
  3. Offline

    DiddiZ

    My first guess would be Contrib. You can try to delete it and disable chestlogging, so see whether contrib is the cause.
     
  4. Offline

    XRayted

    Yes I can try that too, as we have to wait for an answer of our host. Would that mean you can still use "/lb tool" or "chestaccess" ? Sorry for my (silly) questions.
     
  5. Offline

    DiddiZ

    Sure, you can still lookup older log, but new chest actions won't be logged.
     
  6. Offline

    XRayted

    That is a bit of a bummer. Most of the griefers will go into chests and steal. That means Sprout(dev version) can be used for chessaccess, like we have now?
     
  7. Offline

    DiddiZ

    Yes, spout works as chest api since v1.25

    Logblock has finally got a Jenkins!

    http://diddiz.insane-architects.net:8080/job/LogBlock/changes

    @rtcabooservb
    There you go :D

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

    rtcabooservb

  9. Offline

    XRayted

    Our host was willing to set up MySQL on the server. I did import the database and no issues. I just happen to do "/lb me" and gave me "Exception, check error log".

    Show Spoiler
    2011-08-12 11:51:02 [SEVERE] [LogBlock Lookup] Exception:
    java.sql.SQLException: Invalid use of group function
    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.executeQuery(StatementImpl.java:1474)
    at de.diddiz.LogBlock.CommandsHandler$CommandLookup.run(CommandsHandler.java:413)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    at java.lang.Thread.run(Unknown Source)
    2011-08-12 11:51:09 [SEVERE] [LogBlock Lookup] Exception:
    java.sql.SQLException: Invalid use of group function
    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.executeQuery(StatementImpl.java:1474)
    at de.diddiz.LogBlock.CommandsHandler$CommandLookup.run(CommandsHandler.java:413)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    at java.lang.Thread.run(Unknown Source)
     
  10. Offline

    DiddiZ

  11. Offline

    XRayted

  12. Offline

    DiddiZ

    Don't think so, then it would fail conneting, but that error is a mysql response.
     
  13. Offline

    XRayted

    Alright I will keep you updated and leave the server alone during the weekend. The players are shaking now that I work on it now. Have a great weekend and will follow the post and use build #4 on monday. Or you post again of other numbers :)
     
  14. Offline

    wowp1ayer

    Code:
    2011-08-12 14:58:07 [INFO] ninjaskittles99 [/96.255.46.187:1024] logged in with entity id 159 at ([world] -84.8125, 75.0, 2.1875)
    2011-08-12 14:58:25 [INFO] Time set to 08:00 (8:00 am).
    2011-08-12 14:58:35 [SEVERE] Player: ninjaskittles99 was not properly updated during login!
    2011-08-12 14:58:41 [INFO] [Showcase] Autosaved
    2011-08-12 14:58:51 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-12 14:59:04 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-12 14:59:24 [INFO] wowp1ayer [/192.168.1.50:1661] logged in with entity id 1114 at ([world] -86.72912675555767, 53.0, 5.248648741458121)
    2011-08-12 14:59:31 [SEVERE] Player: wowp1ayer was not properly updated during login!
    2011-08-12 14:59:53 [INFO] [Showcase] Autosaved
    2011-08-12 15:00:11 [SEVERE] Player: wowp1ayer was not properly updated during login!
    2011-08-12 15:00:12 [SEVERE] Player: wowp1ayer was not properly updated during login!
    2011-08-12 15:00:21 [INFO] wowp1ayer lost connection: disconnect.quitting
    2011-08-12 15:00:21 [INFO] Connection reset
    2011-08-12 15:00:22 [SEVERE] Player: ninjaskittles99 was not properly updated during login!
    2011-08-12 15:00:23 [SEVERE] Player: ninjaskittles99 was not properly updated during login!
    2011-08-12 15:00:25 [SEVERE] Player: ninjaskittles99 was not properly updated during login!
    2011-08-12 15:00:51 [SEVERE] Player: ninjaskittles99 was not properly updated during login!
    This error occurs whenever anyone breaks a block. It is that same with regs and OPs. Need help :(
     
  15. Offline

    DiddiZ

  16. Offline

    wowp1ayer

    So should I redownload it?
     
  17. Offline

    DiddiZ

    Could help
     
  18. Offline

    wowp1ayer

    Redownloaded it three times, deleted and redid my Plugins folder one at a time, and Logblock seems to be causing it D: I have no idea what to do.
     
  19. Offline

    Jadedwolf

    It's just hard to change something I've been using since hmod days, but efficiency is something I do need.
     
  20. Offline

    DiddiZ

    Not logblock but spout. Therefore i gave you the link ...
    Also in hMod times LB was better :D
     
  21. Offline

    OrtwinS

    @DiddiZ

    Once again I would like to let you know your plugin is Essential for the survival of my server.
    Without it, I would never have recovered a large city after a map crash (/redo all work)

    Without it, the chest-whipe bug would have been fatal for many players on my server (/redo all chest changes)

    And ofcourse, the griefing.
    From new members I hear sometimes all kinds of horror stories of servers under constant grief attack, and servers dying under that pressure, thanks to you I have had no grief for months :D.

    I will have to break down that shrine of yours, and build a temple complex...
     
  22. Offline

    Plancke

    when i type /yes nothing happens and my defaultcommands says "unknown command" then every 5 mins until restart of server it keep saying something about no confirmation aborting rollback (i can't check now)
     
  23. Offline

    DiddiZ

    Well, just thanks :)
    Can I get a screen when it's done? :D
    Hm, check whether you really put the LogBlockQuestioner jar in there, and when it is, disable all questions in LB config.
     
  24. Offline

    Plancke

    thanks for the quick reply i'll try when i cn get to my server pc.
     
  25. Offline

    Noah Bigelow

    this what i get plz help me

    21:18:53 [INFO] Preparing level "world"
    21:18:53 [INFO] Preparing start region for level 0 (Seed: -539398920)
    21:18:54 [INFO] Preparing start region for level 1 (Seed: -6214953046680119453)
    21:18:54 [INFO] AppleTree v0.6 activated.
    21:18:54 [INFO] [AutoSave] Loading config file
    21:18:54 [INFO] [AutoSave] Version 2.0.1 is enabled: d694121c-2956-4cb4-aa19-f2acf0c14425
    21:18:54 [INFO] [AutoSave][Permission] Custom Permissions "Local Permissions" found: Loaded
    21:18:54 [INFO] [AutoSave][Permission] PermissionsEx not found.
    21:18:54 [INFO] [AutoSave][Permission] Permissions (Phoenix) found: Waiting
    21:18:54 [INFO] [BBROTHER] ------------------------------------
    21:18:54 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    21:18:54 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    21:18:54 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    21:18:54 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    21:18:54 [INFO] [BBROTHER] ------------------------------------
    21:18:54 [INFO] [BBROTHER] Building `bbdata` table...
    21:18:54 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    21:18:54 [INFO] [BBROTHER] Building `bbworlds` table...
    21:18:54 [INFO] [BBROTHER] Building `bbactions` table...
    21:18:54 [INFO] [BBROTHER] Action #1 - BrokenBlock
    21:18:54 [INFO] [BBROTHER] Action #2 - PlacedBlock
    21:18:54 [INFO] [BBROTHER] Action #3 - DestroySignText
    21:18:54 [INFO] [BBROTHER] Action #4 - Teleport
    21:18:54 [INFO] [BBROTHER] Action #5 - DeltaChest
    21:18:54 [INFO] [BBROTHER] Action #6 - Command
    21:18:54 [INFO] [BBROTHER] Action #7 - Chat
    21:18:54 [INFO] [BBROTHER] Action #8 - Disconnect
    21:18:54 [INFO] [BBROTHER] Action #9 - Login
    21:18:54 [INFO] [BBROTHER] Action #10 - DoorOpen
    21:18:54 [INFO] [BBROTHER] Action #11 - ButtonPress
    21:18:54 [INFO] [BBROTHER] Action #12 - LeverSwitch
    21:18:54 [INFO] [BBROTHER] Action #13 - CreateSignText
    21:18:54 [INFO] [BBROTHER] Action #14 - LeafDecay
    21:18:54 [INFO] [BBROTHER] Action #15 - FlintAndSteel
    21:18:54 [INFO] [BBROTHER] Action #16 - TNTExplosion
    21:18:54 [INFO] [BBROTHER] Action #17 - CreeperExplosion
    21:18:54 [INFO] [BBROTHER] Action #18 - MiscExplosion
    21:18:54 [INFO] [BBROTHER] Action #19 - ChestOpen
    21:18:54 [INFO] [BBROTHER] Action #20 - BlockBurn
    21:18:54 [INFO] [BBROTHER] Action #21 - Flow
    21:18:54 [INFO] [BBROTHER] Action #22 - DropItem
    21:18:54 [INFO] [BBROTHER] Action #23 - PickupItem
    21:18:54 [INFO] [BBROTHER] Action #24 - SignDestroyed
    21:18:54 [INFO] [BBROTHER] Action #25 - Heartbeat
    21:18:54 [INFO] [BBROTHER] Action #26 - BlockPistoned
    21:18:54 [INFO] [BBROTHER] Building `bbusers` table...
    21:18:54 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Permissions' (v2.7.2).
    21:18:54 [SEVERE] Another plugin is trying to enable Permissions manually. Don't do this! It's probably me.taylorkelly.bigbrother.BBPermissions
    21:18:54 [INFO] Fake Permissions version 2.7.2 is enabled!
    21:18:54 [INFO] [AutoSave][Permission] Permissions (Phoenix) hooked.
    21:18:54 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.2
    21:18:54 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    21:18:54 [INFO] [BBROTHER] BigBrother 1.10.1-SNAPSHOT (build #648) enabled!
    21:18:55 [INFO] Loaded Essentials build 2.5.6 by [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    21:18:55 [INFO] Loaded EssentialsChat build 2.5.6 by essentials team
    21:18:55 [INFO] Loaded EssentialsGeoIP build 2.5.6 by essentials team
    21:18:55 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    21:18:55 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 5 minutes!
    21:18:55 [INFO] GroupManager version 1.0(alpha-5) [Zombie-Version, please switch to Permissions 3] is enabled!
    21:18:55 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    21:18:55 [INFO] Loaded EssentialsProtect build 2.5.6 by essentials team
    21:18:55 [INFO] Loaded EssentialsSpawn build 2.5.6 by essentials team
    21:18:55 [INFO] [HeroicDeath] 1.8.2.157 enabled.
    21:18:55 [INFO] LogBlockQuestioner v0.02 enabled
    21:18:55 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    21:18:55 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    21:18:55 [INFO] [MagicCarpet] Using Permissions.
    21:18:55 [INFO] SpyerAdmin has completed updating the script successfully.
    21:18:56 [INFO] SpyerAdminCommands module version 1.4 stable, a spying utility for administrators and moderators (CommandBook commands module), is active. Part of the Spyer package by [nickguletskii200]
    21:18:56 [INFO] SpyerFun module version 1.3_3 stable, a spying utility for normal players, is active. Part of the Spyer package by [nickguletskii200]
    21:18:56 [INFO] WorldEdit 4.6 enabled.
    21:18:56 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    21:18:56 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    21:18:56 [INFO] LWC: Permissions API: NijiPermissions
    21:18:56 [INFO] LWC: Currency API: NoCurrency
    21:18:56 [INFO] LWC: Loading SQLite
    21:18:56 [INFO] LWC: Using: Native
    21:18:56 [INFO] LWC: Precached 0 protections.
    21:18:56 [INFO] LWC: At version: 3.31-git-LWC-b9ea01e8c2f66480ada443ba9084dfbe9832f06e-b81jnks
    21:18:56 [INFO] SpyerAdmin module version 1.4 stable, a spying utility for administrators and moderators (main module), is active. Part of the Spyer package by [nickguletskii200]
    21:18:56 [INFO] [dynmap] Loaded 12 shaders.
    21:18:56 [INFO] [dynmap] Loaded 56 perspectives.
    21:18:56 [INFO] [dynmap] Loaded 6 lightings.
    21:18:56 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    21:18:56 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    21:18:56 [INFO] [dynmap] Dynmap WebServer started on null:8123
    21:18:56 [INFO] [dynmap] version 0.20.1 is enabled
    21:18:56 [INFO] LogBlock disabled.
    21:18:56 [INFO] [MobArena] Payment method found (Essentials version: 2.2)
    21:18:56 [INFO] [MobArena] v0.93.4 enabled.
    21:18:56 [INFO] Server permissions file permissions.yml is empty, ignoring it
    21:18:56 [INFO] Done (0.329s)! For help, type "help" or "?"
     
  26. Offline

    Kaikz

    Is there any way to make it log WorldEdit edits and roll them back?
     
  27. Offline

    olrek

    [SEVERE] Player: p1ayer was not properly updated during login!
    I keep getting that error.. It autodownlaods spout and then dc's after about 10 seconds of a non responsive server.
     
  28. Offline

    Sayshal

    Permission nodes?
     
  29. Offline

    Kainzo

    @DiddiZ
    2011-08-13 01:49:10 [SEVERE] [LogBlock Consumer] SQL exception on INSERT INTO `lb-main` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1313218147), 13875, 0, 325, 0, '2399', 12, '-1762');:
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value adjusted 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:272)
    at java.util.TimerThread.mainLoop(Timer.java:555)
    at java.util.TimerThread.run(Timer.java:505)
    Getting that on spout / latest 1.25
     
  30. Offline

    kotpx3

    Can someone tell me if there is an option to log moderators and admins?
     
  31. Offline

    DiddiZ

    Interesting, the LB onLoad method never got called ...
    And LB got disabled without cause. I can only guess that it's some plugin causing that, you could disable some to test whether it works then.
    Not that way, WE has to give the block changes to LB.
    Try latest spout dev build, or disable chest logging and remove spout.
    https://github.com/DiddiZ/LogBlock/wiki/Permissions
    Someone placed a bukkit? :D


    Have to add some code to differentiate between bukkit or a plugin causing that.
    They are logged
     

Share This Page