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

    darkhog

    Is there or will it be there No-spout version? I don't want to force players to install client mods, especially my server is new.

    BTW. BigBrother is no-no for me, since after using it server lags even on my own computer (where it's running).
     
  3. Offline

    godsyn

    Code:
    05:14:26 [INFO] [LogBlock] Connecting to minecraft@jdbc:mysql://localhost:3306/minecraft...
    05:14:26 [SEVERE] [LogBlock] Error while fetching connection
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
            at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
            at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
            at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
            at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
            at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
            at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
            at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
            at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
            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:579)
            at java.sql.DriverManager.getConnection(DriverManager.java:221)
            at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:71)
            at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:267)
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:77)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            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.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:337)
            at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:198)
            at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
            at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
            at java.net.Socket.connect(Socket.java:579)
            at java.net.Socket.connect(Socket.java:528)
            at java.net.Socket.<init>(Socket.java:425)
            at java.net.Socket.<init>(Socket.java:241)
            at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
            at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
            ... 23 more
    05:14:26 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
            at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:77)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Unable to load. I can connect locally via: the username/password in config.yml
    Seems to be related to changing java versions (sunJDK6 to openJDK7).
     
  4. Offline

    DiddiZ

    Um ... without MySQL this won't work.
    Only spout server plugin is required for chest logging, no need for the client mod
    Sounds unlikely, but not impossible.
    But please check also the basic things: Restarting the mysql, if it has skipnetworking enabled, or bindaddress ser to something other than localhost.
     
  5. Offline

    erdrickk

    I get this error a lot........ and yes I changed the X and Y or Z whatever the FAQ said from SmallINT to MediumINT - like I said, whatever the FAQ said, it's been a while since I've looked

    Thanks for the great plugin btw, our server couldn't survive with out it!

    Code:
    07:47:27 [SEVERE] [LogBlock Consumer] SQL exception on INSERT INTO `lb-world184` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1316530041), 57, 0, 278, 0, '-450', 24, '30');:
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'type' at row 1
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3591)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
    at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779)
    at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)
    at de.diddiz.LogBlock.Consumer.run(Consumer.java:272)
    at java.util.TimerThread.mainLoop(Timer.java:534)
    at java.util.TimerThread.run(Timer.java:484)
     
  6. Offline

    DiddiZ

    Just ignore it, causes no harm at all, besides makeing the console unreadable. Or update to dev build, it's hidden there.
     
  7. Offline

    Raycrash

    @DiddiZ will LB work on 1.8.1 for now ?

    Sorry if this has been answered numerous times :p
     
  8. Offline

    DiddiZ

    Yup, it works.

    And I only answered it 2-3 times, so it's fine :D
     
  9. Offline

    godsyn

    Basic things:
    Code:
    syn@synserv:~/minedev/plugins/LogBlock$ tail -n 6 config.yml | sed 's/password: [^ ]*/password:xxxxxx/'
    mysql:
        port: 3306
        host: localhost
        user: minecraft
        password:xxxxxx
        database: minecraft
    
    Code:
    syn@synserv:~/minedev/plugins/LogBlock$ egrep -A2 -i "network" /etc/mysql/my.cnf
    # Instead of skip-networking the default is now to listen only on
    # localhost which is more compatible and is not less secure.
    bind-address            = 127.0.0.1
    
    (after restart)
    Code:
    syn@synserv:~/minedev/plugins/LogBlock$ ps aux | grep mysql
    mysql    20668  2.8  0.3 102636 14316 ?        Ssl  17:35   0:00 /usr/sbin/mysq d
    syn      21098  0.0  0.0   9136  1032 pts/2    S+   17:35   0:00 grep --color=auto mysql
    
    Code:
    syn@synserv:~/minedev/plugins/LogBlock$ mysql -u minecraft -p -hlocalhost minecraft -e "show grants;" | sed 's/PASSWORD [^ ]*/PASSWORD XXXXXXXXXXXXXXXXXXXXX/'
    Enter password:
    Grants for minecraft@localhost
    GRANT USAGE ON *.* TO 'minecraft'@'localhost' IDENTIFIED BY PASSWORD XXXXXXXXXXXXXXXXXXXXX
    GRANT ALL PRIVILEGES ON `minecraft`.* TO 'minecraft'@'localhost'
    
    Any other suggestions?
     
  10. Offline

    DiddiZ

    Looks good ... what's the exact error message?

    I heard of some rare cases where localhost won't work, but the server ip/domain. You could try that.
     
  11. Offline

    godsyn

    Code:
     19:45: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 serv
     er.
             at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
             at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
             at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
             at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
             at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
             at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
             at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
             at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
             at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
             at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
             at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
             at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
             at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
             at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
             at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
             at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
             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:579)
             at java.sql.DriverManager.getConnection(DriverManager.java:221)
             at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:71)
             at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:267)
             at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:77)
             at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
             at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
             at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
             at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
             at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
             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.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:337)
             at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:198)
             at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
             at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
             at java.net.Socket.connect(Socket.java:579)
             at java.net.Socket.connect(Socket.java:528)
             at java.net.Socket.<init>(Socket.java:425)
             at java.net.Socket.<init>(Socket.java:241)
             at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
             at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
             ... 23 more
     19:45:27 [SEVERE] [LogBlock] Error while loading:
     java.lang.NullPointerException
             at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:77)
             at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
             at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
             at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
             at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
             at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
             at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
    Localhost/127.0.0.1/192.168.1.200 (lan IP) all return above.
    localhost is defined in /etc/hosts
    Thank you for the suggestions. I encourage more if you have them.
    edit: I tried connecting via port (mysql -P) to ensure it wouldn't attempt to connect via socket (to attempt to mimic the way the plugin is connecting)
    results:
    Code:
    syn@synserv:~/minedev$ mysql -u minecraft -p -hlocalhost -P 3306 minecraft -e "show grants;" | sed 's/PASSWORD [^ ]*/PASSWORD XXXXXXXXXXXXXXXXXXXXX/'
    Enter password:
    Grants for minecraft@localhost
    GRANT USAGE ON *.* TO 'minecraft'@'localhost' IDENTIFIED BY PASSWORD XXXXXXXXXXXXXXXXXXXXX
    GRANT ALL PRIVILEGES ON `minecraft`.* TO 'minecraft'@'localhost'
    
    Update: issue resolved. Thank you for your assistance. Apparently it started assuming the connection was from 127.0.0.1 when swapped to jdk7.
    Code:
    syn@synserv:~/minedev$ cat /etc/pgl/pglcmd.conf | grep 127
    WHITE_IP_IN="192.168.1.0/24 127.0.0.1"
    WHITE_IP_OUT="192.168.1.0/24 127.0.0.1"
    
    Adding 127.0.0.1 fixed it.

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

    SchwartzZA

    Can anyone comment if the LB v1.26 works on Bukkit 1167? Or should I use a Dev version of LB?
    Thanks
    (sorry if this has been asked before, I couldn't find any comments about 1167 here.)
     
  13. Offline

    Minecrafted

    Hi, do you have any idea why I can't do a rollback?

    [​IMG]

    I am using /lb rollback player gabemo since 5 minutes

    I was testing it by destroying a block and trying to instantly roll it back to test if it's working.

    Using 1166.
     
  14. Offline

    DiddiZ

    Interesting, have to keep that in mind.
    Hm, do you find that grass when you type "/lb player gabemo since 5 minutes"?
     
  15. Offline

    Ryan Thorn

    Hey, Im currently having a problem with this plugin, Everything is working apart from the fact i can't place Stone blocks on the server. Im not sure if its this plugin, however theres a log that is talking about something to do with the stone block and its the plugins\LogBlock\error\BlockListener.log log, so i suggested that it was something to do with this plugin.

    This is the error it gives me when i try to place a block:
    Code:
    09-20 23:58:07 Bukkit provided no block type for the block placed by Mr_Botox at obsid:-329:13:1216. Item in hand was: STONE.
    It is causing no one on my server to be able to use the Stone Block.

    The Server is running Bukkit 1.8.1 Latest Dev Build.

    Im sorry if there has been an answer to this problem, im not such a great searcher if there already has been :<

    Thanks in Advanced!
    MrBotox.
     
  16. Offline

    DiddiZ

    @Ryan Thorn
    That error is new.
    Looks like something is cancelling the events and LogBlock complains about.
     
  17. Offline

    Ryan Thorn

    Hmm, well i have a collection of plugins installed on the server, however i updated to 1.8.1 and then didnt touch anything and placing stone was fine, but then suddenly it just started doing that. Its weird.
     
  18. Offline

    Minecrafted

  19. Offline

    DiddiZ

  20. Offline

    Minecrafted

    Using /lb savequeue doesn't output anything after I use it but it still doesn't do anything. This is a freshly made world and I'm trying to get the logblock properly working before I let people on it, so I appreciate the help and your fast responses :D
     
  21. Offline

    NeO_Anderson

    Im confused, Im using latest LogBlock and PEX for permissions. When ingame, I do /lb permissions and it says I have:

    logblock.tool
    logblock.me
    logblock.tp

    Yet when I type '/lb tool' it says "you arent allowed to do this"

    Am I missing something?
     
  22. Offline

    DiddiZ

    Sure :D
    No output at all for savequeue means there were no blocks in queue.
    To the other question: Are you able to find the changes with tools or not at all?
    Does it matter when you specify since 999d as time spec?

    Depends, are you using latest release or latest dev build?

    EDIT:
    I case of dev build the permissions changed to:
    logblock.tools.tool
    logblock.tools.toolblock

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

    Minecrafted

    Yes I can see the changes with tools, you can see that in the earlier screenshot.

    It seems to work when I specify 999d as a time spec. Any idea why 5mins-1hour-etc don't work.
     
  24. Offline

    DiddiZ

    Time zone differences between minecraft and MySQL servers?
     
  25. Offline

    Minecrafted

    Ah that would probably make sense, I guess I'll just use the rollback 999d feature, thanks for the help
     
  26. Offline

    Connor Mackay

    Hey im on build 1181 and Im getting the fallowing error

    Code:
    net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    22.09 04:01:23 [Server] INFO     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    22.09 04:01:23 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
    22.09 04:01:23 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
    22.09 04:01:23 [Server] INFO     at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:78)
    22.09 04:01:23 [Server] INFO java.lang.NullPointerException
    22.09 04:01:23 [Server] SEVERE [LogBlock] Error while loading:
    22.09 04:01:23 [Server] INFO     ... 23 more
    22.09 04:01:23 [Server] INFO     at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
    22.09 04:01:23 [Server] INFO     at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
    22.09 04:01:23 [Server] INFO     at java.net.Socket.<init>(Socket.java:218)
    22.09 04:01:23 [Server] INFO     at java.net.Socket.<init>(Socket.java:375)
    22.09 04:01:23 [Server] INFO     at java.net.Socket.connect(Socket.java:478)
    22.09 04:01:23 [Server] INFO     at java.net.Socket.connect(Socket.java:529
    Can you please tell me how to fix this?
     
  27. Offline

    DiddiZ

    Full stacktrace pls
     
  28. Offline

    Connor Mackay

    whats a stacktrace?
     
  29. Offline

    DiddiZ

    Errorlog
     
  30. Offline

    50l3r

    hi, i have a problem with lb permissions

    my users are in the "*" group. I access to all commands.

    when i use "/lb tool" the console say:

    you arent alowed to do this.

    help me please :)
     
  31. Offline

    Connor Mackay

    Code:
    22.09 05:30:44 [Server] INFO New max size: 784
    22.09 05:30:44 [Server] INFO New max size: 484
    22.09 05:30:44 [Multicraft] (Member) Odin ran command Message of the Day
    22.09 05:30:44 [Connect] User (Member) Odin, IP unknown
    22.09 05:30:44 [Disconnect] User Odin has disconnected, reason: unknown
    22.09 05:30:43 [Server] INFO [MultiInv] Shared worlds loaded with no errors
    22.09 05:30:43 [Multicraft] Odin ran command Message of the Day
    22.09 05:30:43 [Connect] User Odin, IP 50.98.49.43
    22.09 05:30:43 [Server] INFO [FalseBook IC] Loaded selftriggered ICs: 0 failed
    22.09 05:30:43 [Server] INFO [FalseBook IC] Loaded selftriggered ICs: 0 done
    22.09 05:30:40 [Server] INFO /207.216.50.12:61945 lost connection
    22.09 05:30:40 [Server] INFO /207.216.50.12:61943 lost connection
    22.09 05:30:40 [Server] INFO /50.98.49.43:51454 lost connection
    22.09 05:30:40 [Server] INFO [FalseBook Block] 0 protected gateblocks successfully loaded.
    22.09 05:30:40 [Server] INFO [FalseBook Block] 0 Doors successfully loaded.
    22.09 05:30:40 [Server] INFO [FalseBook Block] 0 Bridges successfully loaded.
    22.09 05:30:39 [Server] Startup Done (0.949s)! For help, type "help" or "?"
    22.09 05:30:39 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    22.09 05:30:39 [Server] INFO LogBlock disabled.
    22.09 05:30:39 [Server] INFO [VanishNoPickup] 1.9.12+essentials2 enabled.
    22.09 05:30:39 [Server] INFO [VanishNoPickup] Essentials detected and hooked.
    22.09 05:30:39 [Server] INFO [Multiverse-Core] - Attached to Permissions
    22.09 05:30:39 [Server] INFO WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    22.09 05:30:39 [Server] INFO WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    22.09 05:30:39 [Server] INFO [PermissionsCompat] Compatibility layer enabled.
    22.09 05:30:39 [Server] INFO [ChatManager] ChatManager disabled!
    22.09 05:30:39 [Server] INFO [ChatManager] ChatManager disabled. Check config.yml!
    22.09 05:30:39 [Server] INFO Loaded EssentialsProtect build 2.5.7 by essentials team
    22.09 05:30:38 [Server] INFO Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    22.09 05:30:38 [Server] INFO [Modifyworld] Modifyworld enabled!
    22.09 05:30:38 [Server] INFO This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    22.09 05:30:38 [Server] INFO Loaded EssentialsGeoIP build 2.5.7 by essentials team
    22.09 05:30:38 [Server] INFO Loaded EssentialsChat build 2.5.7 by essentials team
    22.09 05:30:38 [Server] INFO SpamHammer 1.7a enabled.
    22.09 05:30:38 [Server] INFO Loaded EssentialsXMPP build 2.5.7 by essentials team
    22.09 05:30:38 [Server] WARNING config broken for xmpp
    22.09 05:30:38 [Server] INFO [PermissionsEx] v1.14 enabled
    22.09 05:30:38 [Server] INFO [PermissionsEx] Superperms support enabled.
    22.09 05:30:38 [Server] INFO Loaded EssentialsSpawn build 2.5.7 by essentials team
    22.09 05:30:38 [Server] INFO [AuthMe] Version 0.84 is enabled!
    22.09 05:30:38 [Server] INFO [AuthMe] Cache for registrations is enabled!
    22.09 05:30:38 [Server] INFO [AuthMe] Using flatfile as datasource!
    22.09 05:30:38 [Server] INFO [MultiVerse-Portals]  Found WorldEdit. Using it for selections.
    22.09 05:30:38 [Server] INFO WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    22.09 05:30:38 [Server] INFO WorldEdit 4.6 enabled.
    22.09 05:30:37 [Server] INFO FalseBookIC v0.87alpha DEV#3 by GeMo enabled
    22.09 05:30:37 [Server] INFO SpamBuster version 0.1 enabled!
    22.09 05:30:37 [Server] WARNING [Multiverse-Core] Portal batman has an invalid DESTINATION!
    22.09 05:30:37 [Server] WARNING [Multiverse-Core] Portal vipland has an invalid DESTINATION!
    22.09 05:30:37 [Server] INFO [MultiVerse-Portals]  14 - Portals(s) loaded
    22.09 05:30:35 [Server] INFO [MultiVerse-Portals] - Version 2.0-b210 Enabled - By Rigby and fernferret
    22.09 05:30:35 [Server] INFO FalseBookCart v0.87alpha DEV#3 by GeMo enabled
    22.09 05:30:35 [Server] INFO [MultiVerse-NetherPortals] - Version 2.0-b208 Enabled - By Rigby and fernferret
    22.09 05:30:35 [Server] SEVERE [MultiVerse-NetherPortals]  Please set 'allow-nether=true' in your server.properties file!
    22.09 05:30:35 [Server] SEVERE [MultiVerse-NetherPortals]  Nether is DISABLED, NetherPortals WILL NOT WORK.
    22.09 05:30:35 [Server] INFO FalseBookExtra v0.87alpha DEV#3 by GeMo enabled
    22.09 05:30:35 [Server] INFO Loaded Essentials build 2.5.7 by [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
    22.09 05:30:33 [Server] INFO [Multiverse-Core] 2 - World(s) loaded.
    22.09 05:30:32 [Server] INFO [Multiverse-Core] Loading World & Settings - 'Survival' - NORMAL
    22.09 05:30:32 [Server] INFO Preparing start region for level 1 (Seed: 1750754796367175411)
    22.09 05:30:32 [Server] INFO [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    22.09 05:30:32 [Server] INFO [Multiverse-Core] - World Config -- Loaded
    22.09 05:30:32 [Server] INFO [Multiverse-Core] - Multiverse Config -- Loaded
    22.09 05:30:32 [Server] INFO [AllPay] - Version 1.0.3 - hooked into Essentials Economy for Multiverse-Core v2.0-b252
    22.09 05:30:32 [Server] INFO [Multiverse-Core] - Attached to Permissions
    22.09 05:30:31 [Server] SEVERE [Multiverse-Core] Please set 'spawn-monsters=true' in your server.properties file!
    22.09 05:30:31 [Server] SEVERE [Multiverse-Core] In order to let Multiverse fully control your worlds:
    22.09 05:30:31 [Server] SEVERE [Multiverse-Core] Monster spawning has been DISABLED.
    22.09 05:30:31 [Server] INFO [Multiverse-Core] - Version 2.0-b252 Enabled - By Rigby and fernferret
    22.09 05:30:31 [Server] INFO antirain 0.2 initialized
    22.09 05:30:31 [Server] INFO [MultiInv] version 2.3.2 is enabled!
    22.09 05:30:31 [Server] INFO FalseBookChat v0.87alpha DEV#2 by GeMo enabled
    22.09 05:30:31 [Server] INFO [FalseBook Chat] 0 ChatRooms loaded.
    22.09 05:30:31 [Server] INFO WorldGuard 5.2.2 enabled.
    22.09 05:30:31 [Server] INFO WorldGuard: Unable to register missing event type SNOW_FORM
    22.09 05:30:31 [Server] INFO WorldGuard: Loaded configuration for world 'world"
    22.09 05:30:31 [Server] INFO WorldGuard: (world) Fire spread is UNRESTRICTED.
    22.09 05:30:31 [Server] INFO WorldGuard: (world) Lava fire is blocked.
    22.09 05:30:31 [Server] INFO WorldGuard: (world) Lighters are PERMITTED.
    22.09 05:30:31 [Server] INFO WorldGuard: (world) TNT ignition is PERMITTED.
    22.09 05:30:31 [Server] INFO WorldGuard: (world) Single session is enforced.
    22.09 05:30:31 [Server] INFO WorldGuard: Blacklist loaded.
    22.09 05:30:31 [Server] WARNING Found option with no value blacklist.txt for 'Deny Fire'
    22.09 05:30:31 [Server] WARNING Found option with no value blacklist.txt for 'Deny Flint'
    22.09 05:30:31 [Server] WARNING Found option with no value blacklist.txt for 'Deny GunPowder'
    22.09 05:30:31 [Server] WARNING Found option with no value blacklist.txt for 'Deny Lighter'
    22.09 05:30:31 [Server] WARNING Found option with no value blacklist.txt for 'Deny Water Bucket'
    22.09 05:30:31 [Server] WARNING Found option with no value blacklist.txt for 'Deny Lava Bucket'
    22.09 05:30:31 [Server] WARNING Found option with no value blacklist.txt for 'Deny Lava'
    22.09 05:30:31 [Server] WARNING Found option with no value blacklist.txt for 'Deny Stationary Lava'
    22.09 05:30:31 [Server] WARNING Found option with no value blacklist.txt for 'Deny Stationary Water'
    22.09 05:30:31 [Server] WARNING Found option with no value blacklist.txt for 'Deny Water'
    22.09 05:30:31 [Server] WARNING Found option with no heading blacklist.txt for 'Deny Bedrock'
    22.09 05:30:31 [Server] INFO WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    22.09 05:30:31 [Server] INFO [FalseBook Core] FalseBookCore v0.87alpha DEV#3 by GeMo enabled!
    22.09 05:30:31 [Server] INFO [FalseBook Block] 2 Cauldrons successfully loaded.
    22.09 05:30:31 [Server] INFO FalseBookBlock v0.87alpha DEV#3 by GeMo enabled
    22.09 05:30:31 [Server] INFO [FalseBook Block] 3100 Books loaded!
    22.09 05:30:30 [Server] INFO Preparing start region for level 0 (Seed: 1298563696859378724)
    22.09 05:30:30 [Server] INFO Default game type: 0
    22.09 05:30:30 [Server] INFO Preparing level "world"
    22.09 05:30:30 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22.09 05:30:30 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    22.09 05:30:30 [Server] INFO     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    22.09 05:30:30 [Server] INFO     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    22.09 05:30:30 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
    22.09 05:30:30 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
    22.09 05:30:30 [Server] INFO     at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:78)
    22.09 05:30:30 [Server] INFO java.lang.NullPointerException
    22.09 05:30:30 [Server] SEVERE [LogBlock] Error while loading:
    22.09 05:30:30 [Server] INFO     ... 23 more
    22.09 05:30:30 [Server] INFO     at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
    22.09 05:30:30 [Server] INFO     at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
    22.09 05:30:30 [Server] INFO     at java.net.Socket.<init>(Socket.java:218)
    22.09 05:30:30 [Server] INFO     at java.net.Socket.<init>(Socket.java:375)
    22.09 05:30:30 [Server] INFO     at java.net.Socket.connect(Socket.java:478)
    22.09 05:30:30 [Server] INFO     at java.net.Socket.connect(Socket.java:529)
    22.09 05:30:30 [Server] INFO     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    22.09 05:30:30 [Server] INFO     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
    22.09 05:30:30 [Server] INFO     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
    
     

Share This Page