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

    slaymonok

    hi, i get this messages

    2011-07-08 16:52:38 [WARNING] [LogBlock] BukkitContrib not found. Can't log chest accesses.

    what do it mean and hwo do i fix it?
     
  3. Offline

    Flatliner

    You need to install the bukkit contrib plugin in order for chest logging to work. You can grab it here
     
  4. Offline

    Thom747

    Hello there,
    I have recently been promoted to Mod on the server I play on and I use LogBlock to check for griefers and other illegal/unwanted actions. I personally like the easy way of getting information on the block in question, it is very convenient.
    While using the plugin, however, I have come across a little feature I would like to see added. Seeing that the toolblock by default is bedrock, a very nasty material to get rid of, I would like to see some kind of command implemented to remove the currently held LogBlock tool. This would save people a couple of trips to the nearest lava lake/waste disposal.
    I hope this can be implemented in some way.
    Thanks in advance,
    Thom747
     
  5. Offline

    DiddiZ

    LogBlock v1.20 out now

    Changes see in OP.
    And big thanks to my beta testers NewYorkDaily, Sevenos and Woodzy.


    @Thom747
    Hm, maybe.
     
  6. Offline

    Skacey

    Was having severe lag spikes and tracked it back to LogBlock - I read the forums and tracked it back to delaybetweenruns and timeperrun. I ran some tests and found, for my server, delaybetweenruns didn't affect it with any value from 3-9, all returned spikes (fps 3-8)

    Changing timeperrun had a dramatic affect with 100 spiking bad, 200 almost no spikes, and 400 very smooth.

    YMMV, but wanted to share my findings as it may help another operator solve their issues.
     
  7. Offline

    maxi1134

    Hi , i put the log chest at true but the plugins DONT log the chest , how can i fix that ?

    Im in mysql and all the rest work
     
  8. Offline

    DiddiZ

    Interesting. Would have expected the contrary.
    Most likely you missed BukkitContrib. Either install it manually, or update to LV v1.20, there it gets installed automatically.
     
  9. Offline

    maxi1134

    Ok ty Diddiz
     
  10. Offline

    dep2011

    Code:
    2011-07-09 20:47:48 [INFO] [LogBlock] Version check: Your version is up to date
    2011-07-09 20:47:48 [INFO] [LogBlock] Connecting to eternalmine@jdbc:mysql://square7.ch:3306/eternalmine...
    2011-07-09 20:47:48 [INFO] [LongGrass 3.3] Monitor thread stopped!
    2011-07-09 20:47:49 [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(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.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(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.ConnectionImpl.getInstance(ConnectionImpl.java:378)
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:74)
    at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:201)
    at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:69)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:356)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    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:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
    at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
    ... 32 more
    2011-07-09 20:47:49 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
    at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:69)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:356)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    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:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    I've inserted the mySQL details correct like 3 times and tried multiple sites now, same bug again and again... any help?
     
  11. Offline

    DiddiZ

    Check that the MySQL ser is accepting remote connections.
    The relevant config entries are SkipNetworking (has to be out commented) and bind-address (has to be the ip you your mc server). When you don't have root access, you've to ask your hoster.
     
  12. Offline

    Domochevsky

    Hey,
    i just updated to LogBlock 1.20, and for some reason regular users now have access to .tool, .toolblock, .me and .ignorerestrictions.

    1. What's up with that? (Not using a Permissions plugin. Previously it defaulted to Op Only, but now the console says LP defaults to "standard permissions".)

    2. How can i change this back?
     
  13. Offline

    DiddiZ

    Um, ignorerestictions is bug, thanks for that, but all others were accessible for all before. There's nothing you can do about, besides installing permissions.
     
  14. Offline

    newyorkdaily

    there is a plugin called bukkitcontrib on this website that you must download in order to log chest access
     
  15. Offline

    Ratchet

    having problems rolling back some cobblestone that was made by lava;
    [​IMG]

    infact, rolling back this griefers damage isn't working properly at all.. it's just not getting rid of stuff

    for example some water i'm trying to get rid of won't go..

    [​IMG]
     
  16. Offline

    DiddiZ

    You've to add the player also, like /lb rb player lavaflow griefer, since the placed lavablocks are logged as the placer who did it and the flowed as lava flow.
    Water flows after beeing placed. Atm there is not water flow logging, so you better use //drain from worldedit.
     
  17. Offline

    Ratchet

    I was doing '/lb rb player lavaflow' and it still didn't work.
     
  18. Offline

    DiddiZ

    Meant: /lb rb player <griefer> lavaflow
     
  19. Offline

    Ratchet

    I must be doing something wrong because it's still not working;[​IMG]
     
  20. Offline

    TheRec

    Hello,

    CB953 & LB 1.20
    Code:
    23:58:08  [INFO] [LogBlock] Bukkit provided no block type for the block placed by  SomePlayer at world:518:88141. Please check the conditions this happened  under, and report it to Diddiz or Bukkit.
    This happened when the user placed a doubleslab he spawned (as you don't get to collect those when you break double slabs). If you need more info, please just ask :)
     
  21. Offline

    KiloWhiskey

    @DiddiZ I'm getting this every time someone puts a block of ice down in the Nether.
    Code:
    17:27:10 [INFO] [LogBlock] Bukkit provided no block type for the block placed by Vaniishify at nether:80:32-45. Please check the conditions this happened under, and report it to Diddiz or Bukkit.
    Just thought you'd like to know.

    Is there any chance that something in the config could be causing my new occurrences of "Read timed out" that I'm seeing since the update? Players also seem to be getting EndOfStream errors often and being kicked from the server.

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

    DiddiZ

    Strage, especially the high error count. Errors mean that bukkit couldn't change the block. Maybe a restart could change something, idk. Or give me your ip and i'll see it myself.
    Do you mean placing two single steps to form a doubleslap, or spawning doubleslap blocks and placing these?
    The first is known, the second works for me.
    Hm, placing ice blocks works for me, can't reproduve it. But are you running any plugin affacting ice blocks?
    I guess you are using a remote sql server. You can lower the connection pool usage with setting delayBetween runs to 10 while setting time per run to 400. Tell me wheither it helps.
     
  23. Offline

    tha d0ctor

    something is happening to my logblock, any ideas what?


    Code:
    2011-07-09 19:48:16 [INFO] [obuShutTheHellUp version 0.2] Settings file successfully loaded
    2011-07-09 19:48:16 [INFO] [obuShutTheHellUp version 0.2] Enabled!
    2011-07-09 19:48:16 [INFO] [Achievement] Version 1.1 by IC3D enabled
    2011-07-09 19:48:16 [INFO] [Achievement] Test query sccessful: captainawesome7 has broken air 1 times
    2011-07-09 19:48:16 [INFO] [LogBlock] Permissions found.
    2011-07-09 19:48:16 [INFO] [LogBlock] Scheduled consumer with timer.
    2011-07-09 19:48:16 [INFO] Logblock v1.20 by DiddiZ enabled.
    2011-07-09 19:48:16 [INFO] LWC: Loaded 133 locale strings (0 overrides)
    2011-07-09 19:48:16 [INFO] Using Permissions API
    2011-07-09 19:48:16 [INFO] LWC: Loading MySQL
    2011-07-09 19:48:17 [INFO] LWC: Using: Mysql-connector-java-5.1.14 ( Revision: ${bzr.revision-id} )
    2011-07-09 19:48:17 [INFO] LWC: Precached 1816 protections.
    2011-07-09 19:48:17 [INFO] LWC: At version: 3.21-git-LWC-2936c58564bf9d84e97a9a024af1644c8f67f269-b54jnks
    2011-07-09 19:48:17 [INFO] [Statistician] Version 1.3 By ChaseHQ Starting Up...
    2011-07-09 19:48:17 [INFO] [Statistician] Found Permissions Plugin
    2011-07-09 19:48:17 [INFO] [Statistician] Succesfully Hooked Into Permissions
    2011-07-09 19:48:17 [INFO] [Citizens] Loaded 0 quests.
    2011-07-09 19:48:17 [INFO] [Citizens] Permissions enabled.
    2011-07-09 19:48:17 [INFO] [Citizens] version [1.0.9b] (Odyssey) loaded
    2011-07-09 19:48:17 [INFO] [Citizens] Payment method found (iConomy version: 5)
    2011-07-09 19:48:17 [INFO] [dynmap] Using environment as template: normal
    2011-07-09 19:48:17 [INFO] [dynmap] Configuration of world world
    2011-07-09 19:48:17 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@1e7c860d
    2011-07-09 19:48:17 [INFO] [dynmap] enabled: true
    2011-07-09 19:48:17 [INFO] [dynmap] title: world
    2011-07-09 19:48:17 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-09 19:48:17 [INFO] [dynmap] name: world
    2011-07-09 19:48:17 [INFO] [dynmap] Loading maps of world 'world'...
    2011-07-09 19:48:17 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-09 19:48:17 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-09 19:48:17 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-07-09 19:48:17 [INFO] [dynmap] Using environment as template: nether
    2011-07-09 19:48:17 [INFO] [dynmap] Configuration of world world_nether
    2011-07-09 19:48:17 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@6c8104ee
    2011-07-09 19:48:17 [INFO] [dynmap] enabled: true
    2011-07-09 19:48:17 [INFO] [dynmap] title: world_nether
    2011-07-09 19:48:17 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, background=#300806, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=nether, title=Surface, prefix=nt, maximumheight=127, colorscheme=default, background=#300806}]}]
    2011-07-09 19:48:17 [INFO] [dynmap] name: world_nether
    2011-07-09 19:48:17 [INFO] [dynmap] Loading maps of world 'world_nether'...
    2011-07-09 19:48:17 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-09 19:48:17 [INFO] [dynmap] Loaded 1 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-09 19:48:17 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    2011-07-09 19:48:17 [INFO] [dynmap] Web server is permitting symbolic links
    2011-07-09 19:48:17 [INFO] [dynmap] Loaded 8 components.
    2011-07-09 19:48:17 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-07-09 19:48:17 [INFO] [dynmap] version 0.19.2 is enabled
    2011-07-09 19:48:17 [INFO] [MobArena] v0.92.2 enabled.
    2011-07-09 19:48:17 [INFO] Done (1.972s)! For help, type "help" or "?"
    2011-07-09 19:48:17 [INFO] [FalseBook IC] No Transmitters loaded.
    2011-07-09 19:48:17 [INFO] [FalseBook IC] No Receivers loaded.
    2011-07-09 19:48:17 [INFO] [FalseBook IC] No Sensors loaded.
    2011-07-09 19:48:17 [INFO] [Citizens] Loaded 6 NPCs.
    2011-07-09 19:48:17 [INFO] ControllerBlock: Loaded v4 data - 156 ControllerBlocks loaded
    2011-07-09 19:48:17 [INFO] /79.32.212.193:56585 lost connection
    2011-07-09 19:48:17 [INFO] /96.126.97.111:46986 lost connection
    2011-07-09 19:48:20 [INFO] rasirika6 [/98.199.233.156:49460] lost connection
    2011-07-09 19:48:21 [INFO] Whitelist: Player SHNS0 is trying to join...
    2011-07-09 19:48:21 [INFO] allow!
    2011-07-09 19:48:21 [INFO] SHNS0 [/91.22.180.6:64827] logged in with entity id 2225 at ([world] -246.19111270554876, 39.53584062504456, -535.2838844540352)
    2011-07-09 19:48:21 [INFO] [dynmap] Biome data support is enabled
    2011-07-09 19:48:21 [INFO] Whitelist: Player Fiammi is trying to join...
    2011-07-09 19:48:21 [INFO] allow!
    2011-07-09 19:48:21 [INFO] Fiammi [/79.32.212.193:56586] logged in with entity id 2372 at ([world] -272.70411332897527, 17.0, -552.5605449535129)
    2011-07-09 19:48:22 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:48:22 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:48:22 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:48:22 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:48:23 [INFO] Whitelist: Player rasirika6 is trying to join...
    2011-07-09 19:48:23 [INFO] allow!
    2011-07-09 19:48:23 [INFO] rasirika6 [/98.199.233.156:49463] logged in with entity id 2382 at ([world] -3828.7018025658554, 64.0, -1002.1072216725961)
    2011-07-09 19:48:23 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:48:23 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:48:24 [INFO] /98.199.233.156:49455 lost connection
    2011-07-09 19:48:36 [INFO] Whitelist: Player thad0ctor is trying to join...
    2011-07-09 19:48:36 [INFO] allow!
    2011-07-09 19:48:36 [INFO] thad0ctor [/65.191.188.5:64301] logged in with entity id 2517 at ([world] -47.0, 80.0, -2.375)
    2011-07-09 19:48:37 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:48:37 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:49:18 [INFO] [g] Fiammi: oro
    2011-07-09 19:49:34 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
    2011-07-09 19:49:40 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
    2011-07-09 19:49:46 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
    2011-07-09 19:49:52 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
    2011-07-09 19:49:58 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
    2011-07-09 19:49:59 [INFO] You have selected world 'world'.
    2011-07-09 19:49:59 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:49:59 [INFO]  The current world was reloaded.
    2011-07-09 19:49:59 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:50:00 [INFO] [CONSOLE] Saving world data. Expect lag for a short while.
    2011-07-09 19:50:00 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:50:00 [INFO] Forcing save..
    2011-07-09 19:50:02 [INFO] Save complete.
    2011-07-09 19:50:02 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:50:02 [INFO] [CONSOLE] Save Complete
    2011-07-09 19:50:02 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:50:04 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
    2011-07-09 19:50:10 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
    2011-07-09 19:50:11 [INFO] You have selected world 'world'.
    2011-07-09 19:50:11 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:50:11 [INFO]  The current world was reloaded.
    2011-07-09 19:50:11 [INFO] Unknown console command. Type "help" for help.
    2011-07-09 19:50:16 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
    2011-07-09 19:50:22 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
    2011-07-09 19:50:28 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
    2011-07-09 19:50:34 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
    2011-07-09 19:50:40 [SEVERE] [LogBlock Consumer] SQL exception
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' 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 com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:884)
        at de.diddiz.LogBlock.Consumer.run(Consumer.java:265)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)
     
  24. Offline

    DiddiZ

    Have a look at the FAQ, it's mentioned there.
    -> https://github.com/DiddiZ/LogBlock/wiki/FAQ
     
  25. Offline

    tha d0ctor

    for some reason these commands didn't work in phpmyadmin so I had to edit it automatically in structure > lb-main , seems to work now, why do u not need to set Y as well?

    also would it be bad to have logblock store its log for 365 days or is the over 14 days issue fixed?
     
  26. Offline

    Darq

    When someone turns a step into a double step, it REALLY needs to be fixed. The message is filling up my log, Steps are a pretty common building material on my server.

    LogBlock - Version: 1.20
    Bukkit Version: 953
     
  27. Offline

    KiloWhiskey

    Good thought. I have my world configured to drop ice when it's broken. It might have something to do with the conversion from the player placing it in the nether to it becoming water. Not sure, but that's the only time I've seen the message.

    Nope, local to the server and a pretty powerful system. But either way, I'll give those settings a shot.

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

    DragonMasterNYC

    I just updated to 1.20 and the server loaded just fine with no errors after updating. Then after a routine restart not but a few minutes later we got this:

    Code:
    10.07 00:54:06 [Server] Startup Done (0.296s)! For help, type "help" or "?"
    10.07 00:54:06 [Server] INFO     ... 11 more
    10.07 00:54:06 [Server] INFO     at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    10.07 00:54:06 [Server] INFO     at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    10.07 00:54:06 [Server] INFO     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    10.07 00:54:06 [Server] INFO     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    10.07 00:54:06 [Server] INFO     at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    10.07 00:54:06 [Server] INFO     at java.security.AccessController.doPrivileged(Native Method)
    10.07 00:54:06 [Server] INFO     at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    10.07 00:54:06 [Server] INFO Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.bukkit.selections.Selection
    10.07 00:54:06 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    10.07 00:54:06 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    10.07 00:54:06 [Server] INFO     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    10.07 00:54:06 [Server] INFO     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    10.07 00:54:06 [Server] INFO     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    10.07 00:54:06 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    10.07 00:54:06 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    10.07 00:54:06 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    10.07 00:54:06 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    10.07 00:54:06 [Server] INFO     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    10.07 00:54:06 [Server] INFO     at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:129)
    10.07 00:54:06 [Server] INFO java.lang.NoClassDefFoundError: com/sk89q/worldedit/bukkit/selections/Selection
    10.07 00:54:06 [Server] SEVERE Error occurred while enabling LogBlock v1.20 (Is it up to date?): com/sk89q/worldedit/bukkit/selections/Selection
    10.07 00:54:06 [Server] INFO [LogBlock] Permissions found.
    Now I do understand that it's doesn't need worldedit to work from a previous post, but what could have caused this.

    I can give you a plugin list if need be.

    Thnaks ahead of time.
    Dragon
     
  29. Offline

    godsyn

    Code:
    01:26:15 [INFO] [LogBlock] Bukkit provided no block type for the block placed by xXElectronXx at worldpve:-865:71844. Please check the conditions this happened under, and report it to Diddiz or Bukkit.
    01:26:24 [INFO] [LogBlock] Bukkit provided no block type for the block placed by xXElectronXx at worldpve:-865:71842. Please check the conditions this happened under, and report it to Diddiz or Bukkit.
    >say ELECTRON, what type of block are you placing?
    01:26:30 [INFO] [CONSOLE] ELECTRON, what type of block are you placing?
    01:26:33 [INFO] [PVE]§9xXElectronXx§f§f: ?
    01:26:36 [INFO] [PVE]§9xXElectronXx§f§f: stone half block
    >say thanks
    01:26:39 [INFO] [CONSOLE] thanks
    Seems any stacked 1/2 block causes this.
     
  30. Offline

    dirkson

    Well, the problem vanished as mysteriously as it came to be, so... I don't know! Cheers! -Dirk
     
  31. Offline

    TheRec

    Indeed it is playing a slab on an existing slab... so the known bug, which I didn't know it was known until now, because it never reported it in the console before updating to 1.20 and it's not in the known bugs list ;)
     

Share This Page