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

    taher66294

    Man wtf
    Cant u just Make it Without Mysql support?
    It pains in the ass to set it up
    Damn.......
     
  3. Offline

    DiddiZ

    Besides that would be a rather risky process, phpMyAdmin (and MySQL Workbench also) provides very easy to use import/export functions.
     
    latexink likes this.
  4. Offline

    Greylocke

    LogBlock keeps a record of practically every action on a server. Even a VERY small server with only a couple players will generate thousands of records each day. This is the sort of thing that MySQL was designed to do. Quickly.

    Not counting the time to download the install file, it takes like 2 minutes to install MySQL and do a quick login test. They've made it very, very easy. But if you're not comfortable with the installation, then maybe you've got a friend who can help with server admin stuff?
     
    DiddiZ likes this.
  5. Offline

    kside

    /lb savequeue doesn't work for us anymore.
    bukkit 1337, logblock 1.41 build 65
    Spout 510
     
  6. Offline

    DiddiZ

    Doesn't work in which way?
    Use /lb queuesize to see the current queue site.
     
  7. Offline

    kside

    /lb queuesize works, but savequeue doesn't. No output at all, so no idea why it isn't responding.
    (currently the queue is fine, around 5 or so, but when we run tnt events or worldedit /fix water 50, it would put up queues of up to 100k. Or at least it used to.)
     
  8. Offline

    ritonda66

    who is lavaFlow?
    [​IMG]


    i banned him a couple of times and he still can greif.
    BTW: same with water, theere stay WaterFlow placed this block (water) ....
     
  9. Offline

    Soggy

    Alright so, LogBlock isn't working for me. Here's the console error:

    07:59:27 [INFO] [LogBlock] Version check: Your version is up to date
    07:59:27 [INFO] [LogBlock] Connecting to root@jdbc:mysql://localhost:8889/minecraft...
    07:59:27 [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:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    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:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    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:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:185)
    at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:72)
    at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:259)
    at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:76)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:411)
    at org.bukkit.Bukkit.reload(Bukkit.java:182)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:351)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:506)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:485)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:478)
    at java.net.Socket.<init>(Socket.java:375)
    at java.net.Socket.<init>(Socket.java:218)
    at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
    at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
    ... 28 more

    And here's my mysql configuration:

    mysql:
    user: root
    port: 8889
    password: ****
    host: localhost
    database: minecraft

    (password blocked for security purposes)

    It's up to date, MySQL and Apache are running on MAMP (I use a Mac).
    Weirdest part is that the plugin doesn't show up as red when I type /plugins, but none of the commands can be issued either; I get the error 'No database connected. Check your MySQL user/pw and database for typos. Start/restart your MySQL server.'

    So yeah, hope somebody can provide me the information I need to get LogBlock up and running, thanks!
    :D
     
  10. Offline

    latexink

    Can't speak for the author, but I had a similar problem.. try putting the password in quotes in the config.yml... can't remember if it's ' or " (single or double quotes)
     
  11. Offline

    DiddiZ

    You can't ban them, they are both environment :D
    No output usually means queue is empty.
    Are you sure about the port, and is the server running?
     
  12. Offline

    StopSpazzing

    2 Things:

    Shouldnt it be:
    ==================
    Still having same problem with new LB:
    CB#1337
    LB v1.41 build 63
    PEX v1.15

    Code:
    groups:
        Default:
            default: true
            prefix: '[Guest]'
            permissions:
            - factions.kit.halfplayer
            - mcmmo.skills.*
            - mcmmo.ability.*
            - commandbook.rules
            - commandbook.spawn
            - commandbook.msg
            - commandbook.motd
            - commandbook.call
            - lwc.protect
            - mywarp.warp.sign.warp
            - mywarp.warp.basic.warp
            - myhome.home.*
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - iConomy.payment
            - iConomy.holdings

    Guests still have permissions to spawntools:

    /lb permissions gives this:
    [​IMG]
     
  13. Offline

    DiddiZ

    Nah, it's right as it's there. Players with spawnTools were able to spawn all tools, no matter whether they've got the tool permission.
    These are the default bukkit permissions. Seems like you arent't using the permissions bridge (Permissions.jar in PEX package).
     
  14. Offline

    andune

    @DiddiZ There is currently a bug that exists between MCBans 3.3 and LogBlock 1.41 running on RB #1337. This bug can be easily replicated by simply installing LB 1.41 and MCBans 3.3 as the only plugins on RB #1337 (or higher, I've tested up to latest #1459). The error can be seen in this pastebin: http://pastebin.com/bphpAPCn

    As I've poked around in both sources a bit, as best I can tell this is caused by MCBans 3.3 including support for LogBlock using the official LogBlock API (as published here: https://github.com/DiddiZ/LogBlock/wiki/API). So as MCBans is starting up, it forces a LogBlock startup while it's loading in it's onEnable() method. This seems to trigger a Java IllegalAccessError when LogBlock onLoad() tries to instantiate Updater(). I don't know the exact reasons for this, but it's probably related to ClassLoader issues.

    MCBans doesn't even declare a 'softdepend', and in my tests to add it, it didn't resolve the problem, sadly. Strangely, renaming LogBlock.jar to 'aLogBlock.jar' did fix the issue. Anyway I think it's an MCBans issue (since LogBlock works fine until you install MCBans 3.3, and MCBans 3.3 has the same poisonous effect on PEX 1.16 as well), however since MCBans 3.3 works fine under this scenario and only blows up LogBlock, they're claiming "not my issue" for now. Just want you to be aware in case you see people coming here with issues, you might ask if they're running MCBans 3.3 first.

    @DiddiZ ... aaaand after spending hours looking into this last night and giving up on the solution so deciding to just post to make you aware, I finally found the issue this morning (fresh pair of eyes, I guess).

    The reason adding 'softdepend' to MCBans' plugin.yml didn't fix the issue is because MCBans declares a 'Class-Path' attribute in their META-INF/MANIFEST.MF file which includes LogBlock (and PEX). This forces Java to load LogBlock as soon as it touches the JAR file (when Bukkit is looking for plugin.yml to sort out dependencies) and so it loads in the wrong ClassLoader context thus giving the IllegalAccess errors.

    Adding both a 'softdepend' to plugin.yml for MCBans and deleting the erroneous MANIFEST.MF Class-Path entries fixes the issue. I've made MCBans aware so they can fix their plugin, but now you know in case people come here complaining about LogBreak breaking because of an MCBans 3.3 issue.

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

    DiddiZ

    Thanks for figuring that out.
     
  16. Offline

    [qwerty]

    When do you think LB for 1.0.0 will be out? Its the ONLY plugin that is not loading with the server... -_-

    And I have like 40 plugins...
     
  17. Offline

    DiddiZ

    As soon as Bukkit fixes getConfig() returning null. There's not much I can do about.
     
  18. Offline

    Nonin

    My logblock is only rolling back a portion of the grief Example= 6782/16350
    We are running Craftbukkit 1337

    My config:
    Code:
    tools:
      tool:
        defaultEnabled: true
        mode: LOOKUP
        aliases:
        - t
        params: area 0 all sum none limit 15 desc silent
        leftClickBehavior: NONE
        item: 270
        rightClickBehavior: TOOL
        permissionDefault: 'TRUE'
      toolblock:
        params: area 0 all sum none limit 15 desc silent
        permissionDefault: 'TRUE'
        rightClickBehavior: BLOCK
        item: 7
        mode: LOOKUP
        defaultEnabled: true
        aliases:
        - tb
        leftClickBehavior: TOOL
    mysql:
      user: BlackWolf_user
      port: 3306
      password: 414e1cWyYw
      host: localhost
      database: TheBlackWolf1_mysql
    logging:
      hiddenBlocks:
      - 0
      logCreeperExplosionsAsPlayerWhoTriggeredThese: false
      logPlayerInfo: true
      hiddenPlayers: []
      logKillsLevel: PLAYERS
    consumer:
      timePerRun: 200
      useBukkitScheduler: true
      forceToProcessAtLeast: 20
      delayBetweenRuns: 6
    lookup:
      linesLimit: 1500
      defaultTime: 30 minutes
      defaultDist: 20
      linesPerPage: 15
    questioner:
      askClearLogs: true
      banPermission: mcbans.ban.local
      askRollbacks: true
      askRedos: true
      askClearLogAfterRollback: true
      askRollbackAfterBan: false
    updater:
      checkVersion: true
      installSpout: true
    loggedWorlds:
    - world
    - world_nether
    clearlog:
      enableAutoClearLog: false
      auto:
      - world "world" before 365 days all
      - world "world" player lavaflow waterflow leavesdecay before 7 days all
      - world world_nether before 365 days all
      - world world_nether player lavaflow before 7 days all
      dumpDeletedLog: false
    rollback:
      replaceAnyway:
      - 8
      - 9
      - 10
      - 11
      - 51
      maxArea: 400
      dontRollback:
      - 10
      - 11
      - 46
      - 51
      maxTime: 3 days
    version: '1.41'
    
    Console:
    Code:
    20.11 01:25:48 [Disconnect] User rockkills has disconnected, reason: disconnect.endOfStream
    20.11 01:25:48 [Server] INFO Connection reset
    20.11 01:25:15 [Server] WARNING Can't keep up! Did the system time change, or is the server overloaded?
    20.11 01:24:05 [Server] WARNING Can't keep up! Did the system time change, or is the server overloaded?
    20.11 01:23:25 [Server] INFO /173.255.235.251:48688 lost connection
    20.11 01:23:14 [Server] INFO Disconnecting zebra898 [/58.175.226.184:56365]: The Ban Hammer has spoken!
    20.11 01:23:06 [Server] INFO Creating user AddyRules
    20.11 01:23:06 [Multicraft] AddyRules ran command Message of the Day
    20.11 01:23:06 [Connect] User AddyRules, IP 69.246.192.224
    20.11 01:23:06 [Server] INFO Creating empty config: /home/multicraft/servers/theblackwolf1/plugins/Essentials/userdata/addyrules.yml
    20.11 01:21:58 [Server] INFO Reached end of stream
    20.11 01:21:58 [Server] INFO Disconnecting /173.77.252.89:60578: Took too long to log in
    20.11 01:21:57 [Server] INFO [PLAYER_COMMAND] rockkills: /i 7
    20.11 01:21:50 [Server] INFO [PLAYER_COMMAND] rockkills: /warp rock
    20.11 01:21:43 [Server] INFO [PLAYER_COMMAND] rockkills: /tp the
    20.11 01:21:12 [Multicraft] rockkills ran command Message of the Day
    20.11 01:21:12 [Connect] User rockkills, IP 74.197.90.14
    20.11 01:19:37 [Server] INFO Read timed out
    20.11 01:19:37 [Server] INFO Disconnecting /173.77.252.89:60299: Took too long to log in
    20.11 01:18:57 [Server] INFO /173.77.252.89:60268 lost connection
    20.11 01:18:57 [Server] INFO Connection reset
    20.11 01:18:55 [Server] INFO [PLAYER_COMMAND] TheNorthernWolf1: /time day
    20.11 01:18:31 [Server] INFO /173.77.252.89:60244 lost connection
    20.11 01:18:31 [Server] INFO Read timed out
    20.11 01:18:28 [Server] INFO /173.255.235.251:52829 lost connection
    20.11 01:18:18 [Server] WARNING Can't keep up! Did the system time change, or is the server overloaded?
    20.11 01:18:18 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    20.11 01:18:18 [Server] INFO [VANISH] Version 1.8.1 enabled.
    20.11 01:18:18 [Server] INFO [PreciousStones] Payment method: Essentials v2.2
    20.11 01:18:18 [Server] INFO [PreciousStones] (world) fields: 280
    20.11 01:18:18 [Server] INFO [PreciousStones] SQLite Connection successful
    20.11 01:18:18 [Server] INFO [PreciousStones] Version 7.0.2 loaded
    20.11 01:18:18 [Server] INFO LWC: At version: 3.53 (b294)
    20.11 01:18:18 [Server] INFO LWC: Precached 59 protections.
    20.11 01:18:17 [Server] INFO LWC: Using: Native
    20.11 01:18:17 [Server] INFO LWC: Loading SQLite
    20.11 01:18:17 [Server] INFO LWC: Currency API: EssentialsCurrency
    20.11 01:18:17 [Server] INFO LWC: Permissions API: NijiPermissions
    20.11 01:18:17 [Server] INFO LWC: Loaded 137 locale strings (0 overrides)
    20.11 01:18:17 [Server] INFO [Jail] Jail v2.0.3 loaded!
    20.11 01:18:17 [Server] INFO [Jail] Loaded 3 cells.
    20.11 01:18:17 [Server] INFO [Jail] Loaded 0 prisoners.
    20.11 01:18:17 [Server] INFO [Jail] Loaded 1 jail zones.
    20.11 01:18:17 [Server] INFO Loaded EssentialsSpawn build 2.6.4 by: essentials team
    20.11 01:18:17 [Server] WARNING Version mismatch! Please update all Essentials jars to the same version.
    20.11 01:18:17 [Server] INFO LogBlock v1.41 by DiddiZ enabled.
    20.11 01:18:17 [Server] INFO [LogBlock] Scheduled consumer with bukkit scheduler.
    20.11 01:18:17 [Server] INFO [LogBlock] Permissions plugin found.
    20.11 01:18:17 [Server] INFO Loaded EssentialsChat build 2.6.3 by: essentials team
    20.11 01:18:17 [Server] INFO WorldGuard 5.3 enabled.
    20.11 01:18:17 [Server] WARNING WorldGuard: Region file for world "world_nether" missing or inaccessible.
    20.11 01:18:17 [Server] INFO WorldGuard: 7 regions loaded for 'world'
    20.11 01:18:17 [Server] INFO WorldGuard: Loaded configuration for world 'world_nether"
    20.11 01:18:17 [Server] INFO WorldGuard: (world_nether) All fire spread is disabled.
    20.11 01:18:17 [Server] INFO WorldGuard: (world_nether) Lava fire is blocked.
    20.11 01:18:17 [Server] INFO WorldGuard: (world_nether) Lighters are blocked.
    20.11 01:18:17 [Server] INFO WorldGuard: (world_nether) TNT ignition is blocked.
    20.11 01:18:17 [Server] INFO WorldGuard: (world_nether) Single session is enforced.
    20.11 01:18:17 [Server] INFO WorldGuard: Loaded configuration for world 'world"
    20.11 01:18:17 [Server] INFO WorldGuard: (world) All fire spread is disabled.
    20.11 01:18:17 [Server] INFO WorldGuard: (world) Lava fire is blocked.
    20.11 01:18:17 [Server] INFO WorldGuard: (world) Lighters are blocked.
    20.11 01:18:17 [Server] INFO WorldGuard: (world) TNT ignition is blocked.
    20.11 01:18:17 [Server] INFO WorldGuard: (world) Single session is enforced.
    20.11 01:18:17 [Server] INFO WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    20.11 01:18:17 [Server] INFO Essentials: Using Permissions 3 based permissions.
    20.11 01:18:17 [Server] INFO Loaded Essentials build 2.6.3 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    20.11 01:18:17 [Server] WARNING Version mismatch! Please update EssentialsSpawn to the same version.
    20.11 01:18:17 [Server] INFO [Giant Trees] version 0.3.3 is enabled
    20.11 01:18:17 [Server] INFO CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    20.11 01:18:17 [Server] INFO CraftBookCommon 343-2723723 enabled.
    20.11 01:18:17 [Server] INFO LogBlockQuestioner v0.02 enabled
    20.11 01:18:17 [Server] INFO WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    20.11 01:18:17 [Server] INFO WorldEdit 4.7 enabled.
    20.11 01:18:17 [Server] INFO 1 cauldron recipe(s) loaded
    20.11 01:18:17 [Server] INFO CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    20.11 01:18:17 [Server] INFO CraftBookMechanisms 343-2723723 enabled.
    20.11 01:18:17 [Server] INFO [Permissions] version [3.1.6] (Yeti)  loaded
    20.11 01:18:17 [Server] INFO Spout 510 has been initialized
    20.11 01:18:17 [Server] INFO [LogBlock] Connecting to BlackWolf_user@jdbc:mysql://localhost:3306/TheBlackWolf1_mysql...
    20.11 01:18:17 [Server] INFO [LogBlock] Version check: Your version is up to date
    20.11 01:18:17 [Server] INFO [Permissions] (Yeti) was initialized.
    20.11 01:18:17 [Server] SEVERE     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    20.11 01:18:17 [Server] SEVERE     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    20.11 01:18:17 [Server] SEVERE     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    20.11 01:18:17 [Server] SEVERE     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    20.11 01:18:17 [Server] SEVERE     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:501)
    20.11 01:18:17 [Server] SEVERE     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    20.11 01:18:17 [Server] SEVERE     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    20.11 01:18:17 [Server] SEVERE     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    20.11 01:18:17 [Server] SEVERE     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    20.11 01:18:17 [Server] SEVERE     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    20.11 01:18:17 [Server] SEVERE     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    20.11 01:18:17 [Server] SEVERE     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
    20.11 01:18:17 [Server] SEVERE     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    20.11 01:18:17 [Server] SEVERE     at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    20.11 01:18:17 [Server] SEVERE     at org.bukkit.Bukkit.reload(Bukkit.java:182)
    20.11 01:18:17 [Server] SEVERE     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:411)
    20.11 01:18:17 [Server] SEVERE     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
    20.11 01:18:17 [Server] SEVERE     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    20.11 01:18:17 [Server] SEVERE     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    20.11 01:18:17 [Server] SEVERE     at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    20.11 01:18:17 [Server] SEVERE     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    20.11 01:18:17 [Server] SEVERE     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:98)
    20.11 01:18:17 [Server] SEVERE     at com.nijiko.permissions.PermissionWorld.reload(PermissionWorld.java:62)
    20.11 01:18:17 [Server] SEVERE     at com.nijiko.permissions.User.<init>(User.java:27)
    20.11 01:18:17 [Server] SEVERE     at com.nijiko.permissions.ModularControl.getGrp(ModularControl.java:517)
    20.11 01:18:17 [Server] SEVERE     at com.nijiko.permissions.ModularControl.safeGetGroup(ModularControl.java:455)
    20.11 01:18:17 [Server] SEVERE java.lang.Exception: Freshly loaded world object does not exist!
     
  19. Offline

    DiddiZ

    That usually means that the missing blocks were modified later by other players and so didn't need to be rolled back.
     
  20. Offline

    Nonin

    It also says "unspecified action" what would cause that? I'm thinking it would be a hacked client of some sort.
     
  21. Offline

    [qwerty]

    Ok, well I hope they can get it fixed soon!
     
  22. Offline

    DiddiZ

    There are some causes, mainly plugin and bukkit fails, hacked clients are rather unlikely.
     
  23. Offline

    Massimo1993

    @DiddiZ

    i receive this error:
    Code:
    [SEVERE] [LogBlock] Error while loading: null
    i've spout 537 and craftbukkit 1454 and logblock 65
     
  24. Offline

    Flubbz

    Looks nice, I shall try it! :p
     
  25. Offline

    DiddiZ

    Bukkit messed up getConfig() method in CB 1396, they are aware and we'll need to wait for a fix.
     
  26. Offline

    [qwerty]

    Yea LB works nice, been using it for months, but bukkit has to fix it for 1.0.0
     
  27. Offline

    Massimo1993

    @DiddiZ

    can make a version for craftbukkit 1022?
     
  28. Offline

    o0AzzA0o

  29. Offline

    DiddiZ

    Either wait until Bukkit team fixes the bug they introduced in CB 1396 ir use LB 1.30.
    Yeah, you're right, 1.30 should still work (it uses some now depriciated methods, but ...) :D
     
  30. Offline

    jaboy

    you are able to log when a creeper exploded and removed a block .....
    you are able to edit the name to the player name ......
    then it has to be possible to edit it to "a creeper exploded by "player" and destroyed "block" .....

    please ?!

    .... and lb dose not log pistons.... can that be made ... or have i turned it off ?!

    when i did "/lb area" (whitout a number) i got this error (it works fine with a number... just letting you know)

    Code:
    2011-11-20 14:22:43 [WARNING] [LogBlock] Exception in commands handler:
    java.lang.ArrayIndexOutOfBoundsException: 0
        at de.diddiz.LogBlock.QueryParams.parseArgs(QueryParams.java:310)
        at de.diddiz.LogBlock.QueryParams.<init>(QueryParams.java:49)
        at de.diddiz.LogBlock.CommandsHandler.onCommand(CommandsHandler.java:300)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        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:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  31. Offline

    DiddiZ

    You can log creeper explosions either as Creeper or as the player who triggered the creeper, but currently not both.

    Piston logging is not implemented yet, due to difficulties on rollback.
    Ty, that's not what it's intended to be.
     

Share This Page