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

    Tyl3r684

    uhm???

    16.03 16:26:18 [Server] INFO [Jail] Enabling Jail v2.1.1
    16.03 16:26:18 [Server] INFO [LogBlock] Successfully imported stored queue. (1 rows imported, 31 errors)
    16.03 16:26:18 [Server] INFO [LogBlock] Successfully imported queue-1331929402525-0.sql.
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929402), 17, 2, 60, 0, '49956', 64, '49945');': Data truncation: Out of range value adjusted for column 'x' at row 1
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929401), 17, 2, 60, 0, '49956', 64, '49944');': Data truncation: Out of range value adjusted for column 'x' at row 1
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929400), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 98, 0, 0, '69996', 67, '69831');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929399), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 0, 98, 0, '69997', 67, '69831');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] INFO AutoRank 0.6 : Enabled.
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929399), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 0, 98, 0, '69996', 67, '69831');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929398), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 98, 0, 0, '69995', 67, '69832');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] INFO AutoRank 0.6 : data file loaded
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929396), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 0, 98, 0, '69996', 67, '69832');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929396), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 0, 98, 0, '69995', 67, '69832');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929396), 17, 3, 0, 0, '49957', 64, '49946');': Data truncation: Out of range value adjusted for column 'x' at row 1
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929395), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 0, 98, 0, '69995', 67, '69834');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929395), 17, 9, 3, 0, '49957', 64, '49946');': Data truncation: Out of range value adjusted for column 'x' at row 1
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929394), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 0, 98, 0, '69995', 67, '69835');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929393), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 0, 98, 0, '69995', 67, '69836');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] INFO AutoRank 0.6 : config file loaded
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929393), 17, 3, 60, 0, '49957', 63, '49946');': Data truncation: Out of range value adjusted for column 'x' at row 1
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929393), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 0, 98, 0, '69995', 67, '69837');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929393), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 0, 98, 0, '69995', 67, '69838');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929393), 17, 2, 60, 0, '49956', 64, '49947');': Data truncation: Out of range value adjusted for column 'x' at row 1
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929392), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 0, 98, 0, '69995', 67, '69839');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] INFO [AutoRank] Enabling AutoRank v0.6
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929392), (SELECT playerid FROM `lb-players` WHERE playername = 'Reztex'), 0, 98, 0, '69995', 67, '69840');': Data truncation: Out of range value adjusted for column 'x' at row 2
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929392), 17, 2, 60, 0, '49957', 64, '49947');': Data truncation: Out of range value adjusted for column 'x' at row 1
    16.03 16:26:18 [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1331929392), 17, 2, 60, 0, '49958', 64, '49947');': Data truncation: Out of range value adjusted for column 'x' at row 1
     
  3. Offline

    bigggan

    DiddiZ
    What can i do? logs reach easely 100 000 edits in queue in our creative server.

    Code:
    consumer:
      timePerRun: 100
      useBukkitScheduler: false
      forceToProcessAtLeast: 1000
      delayBetweenRuns: 1
    What is the best setting to make the consumer work? Is it safe to turn it way up? (Lag/Load wise).
     
  4. Offline

    zimko

    For information for server ave very many people .
    If you ave over 15 000 player in your data base, log block cant't add newuser (last player ave id 65535)
    A solution is easy : just change with phpmyadmin your structure table and set 'playerid' at INT for all table content this.
    And sorry for my bad english.
     
  5. Offline

    nopresnik

    Hi, I have tried a few mysql databases and they are all slow... Keep getting queue overload... This is really making me mad as I have to reset the map all the time... Im loosing people on my server because of this. Ive tried everything. Please help!
     
  6. Offline

    sarcorules

    I have a problem, Log Block isn't logging to my MySQL database. i'd place a block and then click it with the bedrock or pickaxe then it says "No Results". Thanks. There are no errors in the console by the way
     
  7. Offline

    pacmanjones

    Where can we find the latest LogBlockQuestioner? The dev page has the logblock.jar only.
     
  8. Offline

    nopresnik

    Hi, I have tried a few mysql databases and they are all slow... Keep getting queue overload... This is really making me mad as I have to reset the map all the time... Im loosing people on my server because of this. Ive tried everything. Please help!
     
  9. Offline

    Warzouz

    Hello !

    First thx for this very usefull plugin.

    I'm looking for a way to log which different chest where accessed by a player on the whole server whith coordinantes.

    When a player doesn't play anymore, we use to collect all his stuff and put it in our bank (common chests). As Big Brother logged every thing in text files per player, we designed a script to extract this information.

    Is there some way to do that with LB ?

    Thx for the help.
     
  10. Offline

    Mr_H4mm3r

    Code:
    2012-03-17 13:43:11 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Communications link failure during commit(). Transaction resolution unknown.
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    at com.mysql.jdbc.Util.getInstance(Util.java:382)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    at com.mysql.jdbc.ConnectionImpl.commit(ConnectionImpl.java:1672)
    at de.diddiz.util.MySQLConnectionPool$JDCConnection.commit(MySQLConnectionPool.java:146)
    at de.diddiz.LogBlock.Consumer.run(Consumer.java:299)
    at com.bergerkiller.bukkit.nolagg.examine.TimedWrapper.run(TimedWrapper.java:17)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    at java.lang.Thread.run(Unknown Source)
    It worked fine.. Until I deleted my lb-world and the others..
     
  11. Offline

    Navan

    No idea on how to fix it, but the error is due to that log event occurring at a large x/z coord. The server I help maintain had someone go all the way out to around 65k x with help from tp'ng and nether and it threw that exact same error. I purged out the queue to clear it (they decided to build stuff), then someone else used a warp that was placed to it and did stuff that caused the error to reappear.
     
  12. Offline

    Doidle


    Try to eat the chicken it might work it worked for me.
     
  13. Offline

    nopresnik

    Does anyone have a good database host? The ones I have tried are really slow.
    Speeding up the timeperrun didnt do anything
     
  14. Offline

    mrkirby153

    PLEASE UPDATE THIS TO 1.2!!!
     
  15. Offline

    DevilF

    Hi,

    Please can you update your LogBlock plugin? Please can you do that? This is one of best anty-griefering tools I ever had used. If you dont want to update can you give me some others good anty-grifernigs tolls (plugin) ? Thx you so much ! I love this plugin my server culdnt life without LogBlock I probably use this WatchDog but it is very stupid plugin... Please update this to minecraft 1.2.3 !!!!!! ;)

    Im not so good in Engish just understead that xD
     
  16. Offline

    CrazyColoradan

    Why do i keep hearing about a "table?" I did nothing with a table, All i did was add a database to MYSQL, then add the password and username to the config.yml in logblock.. anyways, here what my server.log says

    Code:
    [LogBlock] Enabling LogBlock v1.52
    2012-03-18 20:00:37 [INFO] [LogBlock] [LogBlock] Permissions plugin not found. Using Bukkit Permissions.
    2012-03-18 20:00:37 [INFO] [LogBlock] [LogBlock] Scheduled consumer with bukkit scheduler.
    2012-03-18 20:00:37 [INFO] [LogBlock] LogBlock v1.52 by DiddiZ enabled.
    2012-03-18 20:00:37 [INFO] [mcMMO] Enabling mcMMO v1.3.02-b412
    2012-03-18 20:00:37
     
  17. Offline

    sikkens1997

    Hello, if I do /lb area 3 chestacces I get a list of what has been broken/placed in an area of 3. I don't get anything to do with Chests and items. Any fix for this?
     
  18. Offline

    Wakafanykai123

    How do you edit the blacklist?
     
  19. Offline

    Freddie589

    Same I just tried to find it, but all of the versions I found where for 1.1 or older, any chance of a download link for this DiddiZ?
     
  20. Offline

    DiddiZ

    https://github.com/DiddiZ/LogBlockQuestioner/downloads
    logging.hiddenPlayers?
    hiddenPlayers: [name, name2, name3]
    /lb savequeue
    /lb logging (make sure chestacess is logged at all)
    Use the dev builds :D
    https://github.com/DiddiZ/LogBlock/wiki/FAQ
    /lb writelogfile player name chestaceess coords
    Should do
    Otherwise, when type and replaces are both 54 it's a chest access.
    consumer.forceToProcess: 1000
    Or get a local MySQL server.
    /lb savequeue
    And don't forget to change it in the data tables aswell.
    It should work better with the bukkit scheduler, but anyway you just can install a local MySQL server.
     
  21. Offline

    sikkens1997

    Ok to ur reply on

    /lb savequeue
    /lb logging (make sure chestacess is logged at all)


    I did /lb savequeue it doesn't give any message. And ChestAcces is being logged.
     
  22. Offline

    Jay98d

    Hey I have had this problem for weeks, and logblock is a important part of my server, Whenever i try to use most logblock commands including rollback it says Error, check log. And when i try to use wooden pickaxe or bedrock to check griefs I get nothing. PLEASE HELP
     
  23. Offline

    Njago

    my Problem is...if lb ask me if it want to continue and i should say /yes and i did it and nothing happens (sry for my bad english)....but why?
     
  24. Offline

    Superhykle

    can you still log a block by using just the stick or is it all with the commands cause just a stick is much easier:D
     
  25. Offline

    pherce

    Creepers don't seemed to be tied to the players who set them off anymore. We have
    Code:
      logCreeperExplosionsAsPlayerWhoTriggeredThese: true
    
    in the config.yml.
    Known issue or is this incorrect?

    We're on CB 2087 ver 110 LB.
     
  26. Offline

    RaesWolf

    So I have the latest builds but for some reason Logblock does not work. It shows it should be working and all the files are correct but its just not acting even as an OP it will show anything in anway. It literally acts as if its not even installed.

    ___EDIT :


    It works in the original Worlds but not in the new worlds we have made even though I have gone into the config file and added the name of the new world like I would normally do and it generated a config file which I checked and made sure it would log certain things and yet it still doesnt work
     
  27. Offline

    DiddiZ

    Tested and confirmed. It seems like creeper.getTarget() always returns null when it actually should be the player. Likely bukkit fix required.
    Of course
    Update the LogBlockQuestioner.
    Try "/lb logging" in the new worlds. The world names listed under loggedWorlds are case sensitive.
    Is it too hard to paste the error log? :D
    It's located in server.log.
    So queue is empty and chestlogging is enabled, therefore it should work ...
    /lb queuesize
     
  28. Offline

    greyjester

    ok i have been trying to get logblock to run on my 1.2.3-r0.1 server and am having a bit of a difficult time everytime i reset the server the .config file resets to default settings why is this happening please help thanks and i am running a xampp mysql if that helps

    heres a link to the problem i am having

    http://pastebin.com/Tq4DmBcR
     
  29. Offline

    aciid

    Great plugin many thanks.

    Would be useful for option to automatically run /savequeue before any lookups are done but nonetheless it works well.
     
  30. Offline

    DiddiZ

    Maybe you are saving the file with wrong line endings, try linux (LF).
    Try consumer.forceToProcess: 1000 or a local MySQL server.
     
  31. Offline

    aciid

    Yo I know this is no longer under development but wouldn't it be possible to add "world all" parameter?

    You already have the code since /ban will rollback all worlds, I need this command to undo rollbacks via bans since I don't want to have to visit or list each world when undoing a ban rollback

    Edit: Also please explain the format of onlinetime in the database, I see a number such as 12345 is that 1:23:45 (h:m:s) or just the total seconds or minutes online? Please tell, thanks.
     

Share This Page