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

    Butkicker12

  3. Offline

    DiddiZ

    That's not true, but only nothing that required larger code changes
     
  4. Offline

    cuco

    If somebody dies I often get this:
    Code:
    21:48:48 [INFO] [HeroicDeath] FLATUS74 hugged a creeper
    21:48:48 [INFO] [Tombstone] FLATUS74 died.
    21:48:48 [INFO] [Tombstone] FLATUS74 No chest in inventory.
    21:48:49 [SCHWERWIEGEND] [LogBlock Consumer] SQL exception on INSERT INTO `lb-main` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1315770528), 29, 0, 276, 0, '112', 69, '355');:
    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 org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
            at java.lang.Thread.run(Thread.java:679)
    
     
  5. Offline

    DiddiZ

    No harm at all. Ignore it, or update to dev.
     
  6. Offline

    nitroxygen

    @DiddiZ
    My mysql host has this
    • 5 Concurrent Connections
    • 2500 Max Queries Per Hour
    • 2500 Max Updates Per Hour
    • 2500 Max Connections Per Hour
    • 25MB Space
    Would this work????
     
  7. Offline

    DiddiZ

    Queries per hours will work, you may increase delayBetweenRuns to 10.
    But the space seems to be a bit limited. I don't know how many active players you've got.
    When there are only a few players (<10) it'll work, otherwise you'll be only able to log few days ago.
     
  8. This was fun. I did a search on player "Waterflow" and ended up here. Strangest thing since I've never heard of this player until I installed this plugin and he showed up twice within 5 min after....

    Seems like someone else had him visiting. Anyone know who it is?
     
  9. Offline

    DiddiZ

    WaterFlow is an environment "player". It's flowed water :D
     
  10. Offline

    dschertler

    Hello, I'm trying to set up Lb today and I followed the video in the config section. Downloaded MySQL, downloaded Wamp, and in the config file I changed the world and world_nether to FH_Public and FH_Public_nether because those are associated with the names of my worlds. Below the config file I renamed both worlds to FH_Public ect. and set all values to true. But when I started the Server I recieved the error ERROR while fetching connection java sql exeption: access denied for user "root"@"localhost" (using Password: YES) this is one of many errors I get plz help.
     
  11. Offline

    tootybob

    @DiddiZ Hello, I just installed lockblock. I have spout and everything. When I type /plugins, logblock shows up red...Though the config file is completely the way it should be. Also /lb doesn't work. BTY there is nothing in the server log.

    @DiddiZ actually it says sqlite connection failed...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  12. Well. The enviroment is messing up my stats :p
     
  13. Offline

    DiddiZ

    Check wether you typed (and quoted) the pw correctly. Try to use your domain/ip instead of localhost.
    Well, i'm pretty sure it's doesn't say anything about sqlite :D
    Please paste the error at server start. (You may have to search in server.log)
    There is an "excludedPlayers" option in webstats. Forgot to make flow hidden by default.
     
  14. Offline

    dschertler

    Hello, I figured out what my other problem was. The installation of Wamp changed my ip so I had to reforward all ports, and redownload MySQL, and make a new database/user.
    Now I'm running into a conflict between LB and Multiverse 2.0. I tryed renaming all of my world files in lowercase, because when I start my server it says. [Multiverse-Core] loading world settings 'FH_PVP' - NORMAL
    java.io.IOExeption:Not in GZIP format.
    logged worlds looks like this
    loggedWorlds:
    - FH_Public
    - FH_Public_nether
    - Walker
    - Skyworld
    And corresponding names underneath the config file.
    plz help
     
  15. Offline

    chroma

    Use this plugin religiously on our server, wonderful work overall.
    have a question however
    Recently a rogue mod or two have been deleting rollback logs. this might be intentional or down to general ineptitude and just using /y /y

    My question is if i set
    askClearLogAfterRollback: false​
    Will this remove the option to delete the roll-back log and delete automatically, or will it simply remove the option and keep the log?

    Essentially im looking for a way to remove the delete option and maintain a backup of the roll logs, any way of doing so?
     
  16. Offline

    Kainzo

    Lately whenever I do /lb - it freezes the server completely and then recovers, however /lb rb cmds still work and I can use the toolblock - thoughts?
     
  17. Offline

    DiddiZ

    Same probem as reload: version check
     
  18. Offline

    Kainzo

    I see. I did try the latest build you linked me, that also has the same issues. Unsure if its something config related though.
     
  19. Offline

    DiddiZ

    There is a config option to disable version check.
     
  20. Offline

    Hubok

    I'm now having issues with LogBlock after getting the SQL up...

    Code:
    2011-09-12 18:27:48 [INFO] Starting minecraft server version Beta 1.7.3
    2011-09-12 18:27:48 [INFO] Loading properties
    2011-09-12 18:27:48 [INFO] Starting Minecraft server on *:8008
    2011-09-12 18:27:48 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    2011-09-12 18:27:48 [INFO] [PermissionsEx] sql backend registered!
    2011-09-12 18:27:48 [INFO] [PermissionsEx] file backend registered!
    2011-09-12 18:27:48 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-09-12 18:27:48 [INFO] [PermissionsEx] p2compat backend registered!
    2011-09-12 18:27:48 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-09-12 18:27:48 [INFO] [PermissionsEx] Initializing file backend
    2011-09-12 18:27:49 [INFO] [LogBlock] Version check: Your version is up to date
    2011-09-12 18:27:49 [INFO] [LogBlock] Connecting to hubok_admin@jdbc:mysql://69.175.120.122:3306/hubok_mc...
    2011-09-12 18:27:50 [INFO] [LogBlock] Found 1imports.
    2011-09-12 18:27:50 [INFO] [LogBlock] Trying to import queue-1315866360903-0.sql ...
    
     
  21. Offline

    DiddiZ

    It hangs there?
    Move the .sql file out of plugins/logblock/imports nd import manually.
     
  22. Offline

    Fragstuff

    Hey @ all....logblock dont work!!! :( :( :(

    Here my config file:
    Fuck i want to mark my exceptions in red but now there is overall /color :( :( :(...sry...ignore it pls

    Code:
    loggedWorlds:
    - MineCraft-Game.de
    clearlog:
        dumpDeletedLog: false
        keepLogDays: -1
    questioner:
        askClearLogAfterRollback: true
        askRedos: true
        askClearLogs: true
        askRollbacks: true
    logging:
        hiddenPlayers: []
        hiddenBlocks:
        - 0
        logCreeperExplosionsAsPlayerWhoTriggeredThese: false
        logKillsLevel: PLAYERS
    rollback:
        replaceAnyway:
        - 8
        - 9
        - 10
        - 11
        - 51
        maxArea: 50
        dontRollback:
        - 10
        - 11
        - 46
        - 51
        maxTime: 2 days
    consumer:
        delayBetweenRuns: 6
        forceToProcessAtLeast: 20
        timePerRun: 200
        useBukkitScheduler: true
    lookup:
        defaultDist: 20
        toolBlockQuery: area 0 all sum none limit 15 desc silent
        defaultTime: 30 minutes
        toolblockID: 7
        linesLimit: 1500
        toolID: 270
        toolQuery: area 0 all sum none limit 15 desc silent
        linesPerPage: 15
    version: '1.26'
    mysql:
        driver: com.mysql.jdbc.Driver
        url : jdbc:mysql://localhost:3306/logblock
        port: 3306
        host: localhost
        user: logblock
        password: istdochegal
        database: MinecraftLogBlock
    
    Code:
    2011-09-13 02:00:37 [INFO] Starting minecraft server version Beta 1.7.3
    2011-09-13 02:00:37 [INFO] Loading properties
    2011-09-13 02:00:37 [INFO] Starting Minecraft server on 85.214.231.243:25565
    2011-09-13 02:00:37 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-09-13 02:00:37 [INFO] LWC: Loading shared objects
    2011-09-13 02:00:37 [INFO] LWC: Protection cache: 0/10000
    2011-09-13 02:00:37 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-09-13 02:00:38 [INFO] [Permissions] (Yeti) was initialized.
    2011-09-13 02:00:38 [INFO] [MCStats] Loading MCStats
    2011-09-13 02:00:38 [INFO] [MCStats] Restoring player statistics.
    2011-09-13 02:00:38 [INFO] [LogBlock] Version check: Your version is up to date
    2011-09-13 02:00:38 [INFO] [LogBlock] [COLOR=rgb(255, 0, 0)]Connecting to logblock@jdbc:mysql://localhost:3306/MinecraftLogBlock...[/COLOR]
    [COLOR=rgb(255, 0, 0)]2011-09-13 02:00:38 [INFO] [LogBlock] Creating table lb-MineCraft-Game.de.[/COLOR]
    [COLOR=rgb(255, 0, 0)]2011-09-13 02:00:38 [SEVERE] [LogBlock] Error while loading:[/COLOR]
    [COLOR=rgb(255, 0, 0)]com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'lb-MineCraft-Game.de' already exists[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at java.lang.reflect.Constructor.newInstance(Constructor.java:532)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at com.mysql.jdbc.Util.getInstance(Util.java:382)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at de.diddiz.LogBlock.Updater.createTable(Updater.java:110)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at de.diddiz.LogBlock.Updater.checkTables(Updater.java:97)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:80)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)[/COLOR]
    [COLOR=rgb(255, 0, 0)]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)[/COLOR]
    2011-09-13 02:00:38 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-09-13 02:00:38 [INFO] [P2] version 3.2 has been enabled.
    2011-09-13 02:00:39 [INFO] [P2Aliases] 1.3 Enabled.
    2011-09-13 02:00:39 [INFO] Preparing level "MineCraft-Game.de"
    2011-09-13 02:00:39 [INFO] Preparing start region for level 0 (Seed: 4070726811211628940)
    2011-09-13 02:00:39 [INFO] Preparing start region for level 1 (Seed: 6129936507440977733)
    2011-09-13 02:00:40 [INFO] WorldEdit 4.6 enabled.
    2011-09-13 02:00:40 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-09-13 02:00:40 [INFO] [MineBackup] 2 worlds loaded.
    2011-09-13 02:00:40 [INFO] [MineBackup] version 0.4.2.1 ready
    2011-09-13 02:00:40 [INFO] [MineBackup]  + 0 backup(s) deleted
    2011-09-13 02:00:40 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-09-13 02:00:40 [INFO] FalseBookBlock v0.87alpha DEV#3 by GeMo enabled
    2011-09-13 02:00:40 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-09-13 02:00:40 [INFO] LogBlockQuestioner v0.02 enabled
    2011-09-13 02:00:40 [INFO] [NoAFK] Permission enabled
    2011-09-13 02:00:40 [INFO] [NoAFK] version 0.2.3 enabled
    2011-09-13 02:00:40 [INFO] MCBans: mcbans version 2.9.2 is enabled!
    2011-09-13 02:00:40 [INFO] MCBans: Voting enabled!
    2011-09-13 02:00:40 [INFO] MCBans: Debug mode active!
    2011-09-13 02:00:40 [INFO] MCBans: Checking for premium!
    2011-09-13 02:00:40 [INFO] port=25565&sid=MineCraft-Game&maxplayers=100&mcb_version=2.9.2&exec=server_premium&ip=85.214.231.243&version=git-Bukkit-0.0.0-945-g73697a4-b1000jnks+%28MC%3A+1.7.3%29
    2011-09-13 02:00:40 [INFO] {"premium":"n"}
    2011-09-13 02:00:40 [INFO] MCBans: Server NOT premium!
    2011-09-13 02:00:40 [INFO] [FalseBook Core] FalseBookCore v0.87alpha DEV#3 by GeMo enabled!
    2011-09-13 02:00:41 [INFO] [GiantShop][1.5.6](Vibrating Finger) was succesfully enabled
    2011-09-13 02:00:41 [INFO] [GiantShop] now using bukkit superperms!
    2011-09-13 02:00:41 [INFO] [GiantShop] Can't find help....
    2011-09-13 02:00:41 [INFO] [AutoAnnouncer] Permissions support enabled!
    2011-09-13 02:00:41 [INFO] [AutoAnnouncer] Settings Loaded (4 announces).
    2011-09-13 02:00:41 [INFO] [AutoAnnouncer] Scheduled every 5 minutes!
    2011-09-13 02:00:41 [INFO] [AutoAnnouncer] v1.3-06.25 is enabled!
    2011-09-13 02:00:41 [INFO] [AutoAnnouncer] Developed by: [Sharkiller]
    2011-09-13 02:00:41 [INFO] Stargate v.0.6.7-dev is enabled.
    2011-09-13 02:00:41 [INFO] [Stargate] Loaded 1 gate layouts
    2011-09-13 02:00:41 [INFO] [Stargate] {MineCraft-Game.de} Loaded 2 stargates with 0 set as always-on
    2011-09-13 02:00:41 [INFO] [Stargate] {MineCraft-Game.de_nether} No stargates for world
    2011-09-13 02:00:41 [INFO] [Stargate] Found Permissions (v3.1.6)
    2011-09-13 02:00:41 [INFO] [SpawnMob] Permission system found, plugin enabled
    2011-09-13 02:00:41 [INFO] [SpawnMob] Version 1.9.6 enabled.
    2011-09-13 02:00:41 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-09-13 02:00:41 [INFO] [Towny] Using: Permissions, iConomy
    2011-09-13 02:00:41 [INFO] [Towny] Error could not read protection.world_mob_removal_entities from config.yml
    2011-09-13 02:00:41 [INFO] [Towny] Error: WorldMob:  is not an acceptable class.
    2011-09-13 02:00:41 [INFO] [Towny] Version: 0.73.1 - Mod Enabled
    2011-09-13 02:00:41 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-09-13 02:00:41 [INFO] WorldGuard: (MineCraft-Game.de) Single session is enforced.
    2011-09-13 02:00:41 [INFO] WorldGuard: (MineCraft-Game.de) TNT ignition is blocked.
    2011-09-13 02:00:41 [INFO] WorldGuard: (MineCraft-Game.de) Lighters are blocked.
    2011-09-13 02:00:41 [INFO] WorldGuard: (MineCraft-Game.de) Lava fire is blocked.
    2011-09-13 02:00:41 [INFO] WorldGuard: (MineCraft-Game.de) Fire spread is UNRESTRICTED.
    2011-09-13 02:00:41 [INFO] WorldGuard: Loaded configuration for world 'MineCraft-Game.de"
    2011-09-13 02:00:41 [INFO] WorldGuard: (MineCraft-Game.de_nether) Single session is enforced.
    2011-09-13 02:00:41 [INFO] WorldGuard: (MineCraft-Game.de_nether) TNT ignition is blocked.
    2011-09-13 02:00:41 [INFO] WorldGuard: (MineCraft-Game.de_nether) Lighters are blocked.
    2011-09-13 02:00:41 [INFO] WorldGuard: (MineCraft-Game.de_nether) Lava fire is blocked.
    2011-09-13 02:00:41 [INFO] WorldGuard: (MineCraft-Game.de_nether) Fire spread is UNRESTRICTED.
    2011-09-13 02:00:41 [INFO] WorldGuard: Loaded configuration for world 'MineCraft-Game.de_nether"
    2011-09-13 02:00:41 [INFO] WorldGuard: 11 regions loaded for 'MineCraft-Game.de'
    2011-09-13 02:00:41 [INFO] WorldGuard 5.2.2 enabled.
    2011-09-13 02:00:41 [INFO] [Citizens] Loaded 0 quests.
    2011-09-13 02:00:41 [INFO] [Citizens] Permissions enabled.
    2011-09-13 02:00:41 [INFO] [Citizens] version [1.0.9d] (Odyssey) loaded
    2011-09-13 02:00:41 [INFO] [iConomy] Logging is currently disabled.
    2011-09-13 02:00:41 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-09-13 02:00:41 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-09-13 02:00:41 [INFO] [GiantShop] hooked into iConomy.
    2011-09-13 02:00:41 [INFO] [Stargate] Found iConomy (v5.01)
    2011-09-13 02:00:41 [INFO] [iConomy] hooked into Permissions.
    2011-09-13 02:00:41 [INFO] [Citizens] Payment method found (iConomy version: 5)
    2011-09-13 02:00:41 [INFO] FalseBookIC v0.87alpha DEV#3 by GeMo enabled
    2011-09-13 02:00:41 [INFO] exec=ping
    2011-09-13 02:00:41 [INFO] up
    2011-09-13 02:00:41 [INFO] [MinecraftViewer] v1.0d Plugin Enabled.
    2011-09-13 02:00:41 [INFO] [MinecraftViewer] Query running on 85.214.231.243:25565
    2011-09-13 02:00:41 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-09-13 02:00:41 [INFO] Using Permissions API
    2011-09-13 02:00:41 [INFO] LWC: Loading SQLite
    2011-09-13 02:00:41 [INFO] LWC: Using: Native
    2011-09-13 02:00:42 [INFO] LWC: Precached 1787 protections.
    2011-09-13 02:00:42 [INFO] LWC: At version: 3.30-git-LWC-94b93dd42195692ed1823346544359d5917274a2-b69jnks
    2011-09-13 02:00:42 [INFO] [MCStats] Enabling MCStats
    2011-09-13 02:00:42 [INFO] bInfo not installed!
    2011-09-13 02:00:42 [INFO] [MCStats] bInfo not detected, disabling group support.
    2011-09-13 02:00:42 [INFO] [MCStats] Payment method found (iConomy version: 5)
    2011-09-13 02:00:42 [INFO] CommandBook 1.5.2-customized enabled.
    2011-09-13 02:00:42 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-09-13 02:00:42 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-09-13 02:00:42 [INFO] CommandBook: 1 kit(s) loaded.
    2011-09-13 02:00:42 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-09-13 02:00:42 [INFO] [Permissions] SQL Interface enabled!
    2011-09-13 02:00:42 [INFO] [PlugMan] Starting Up! - Version: 1.3.2 by bekvon
    2011-09-13 02:00:42 [INFO] [PlugMan] Found Permissions Plugin!
    2011-09-13 02:00:42 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-09-13 02:00:42 [INFO] [HeroChat] Permissions 3.1.6 found.
    2011-09-13 02:00:42 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - Hooked into Permissions.
    2011-09-13 02:00:42 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - v10 loaded.
    2011-09-13 02:00:42 [INFO] FalseBookExtra v0.87alpha DEV#3 by GeMo enabled
    2011-09-13 02:00:42 [INFO] DropChest version 0.8.3 is enabled!
    2011-09-13 02:00:42 [INFO] Chest loaded.
    2011-09-13 02:00:42 [INFO] PlgEssentials version 4.6 is enabled!
    2011-09-13 02:00:42 [INFO] MCMACOMPAT r15A
    2011-09-13 02:00:42 [INFO] McMyAdmin Compatibility Plugin version r15A started.
    2011-09-13 02:00:42 [INFO] FalseBookCart v0.87alpha DEV#3 by GeMo enabled
    2011-09-13 02:00:42 [INFO] [dynmap] Loaded 12 shaders.
    2011-09-13 02:00:42 [INFO] [dynmap] Loaded 56 perspectives.
    2011-09-13 02:00:42 [INFO] [dynmap] Loaded 6 lightings.
    2011-09-13 02:00:42 [INFO] [dynmap] Loaded 2 maps of world 'MineCraft-Game.de'.
    2011-09-13 02:00:42 [INFO] [dynmap] Loaded 2 maps of world 'MineCraft-Game.de_nether'.
    2011-09-13 02:00:42 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-09-13 02:00:42 [INFO] [dynmap] version 0.20.1 is enabled
    2011-09-13 02:00:42 [INFO] LogBlock disabled.
    2011-09-13 02:00:42 [INFO] (NoCheat) Did you know? NoCheat now supports the new Bukkit-Permission system. You can activate it in the config file.
    2011-09-13 02:00:42 [INFO] (NoCheat) Did you know? There will be a change in the near future to how movement in CraftBukkit works, which will break NoCheats moving-check(s) completely, causing tons of false positives. Be careful if you tend to run bleeding edge builds of CraftBukkit.
    2011-09-13 02:00:42 [INFO] (NoCheat) Did you know? This version of NoCheat was written for CraftBukkit RB 1000, but may still work for some older or newer versions.
    2011-09-13 02:00:42 [INFO] (NoCheat) Did you know? You can find detailed information about all configuration options of NoCheat in the file "descriptions.txt" in your "plugins/NoCheat" folder
    2011-09-13 02:00:42 [INFO] (NoCheat) Did you know? You can deactivate these Messages in the config file, if they annoy you.
    2011-09-13 02:00:42 [INFO] [NoCheat] version [1.11] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-09-13 02:00:42 [INFO] [NoCheat] version [1.11] is enabled with the following checks: moving speedhack flying fastswim
    2011-09-13 02:00:42 [INFO] [mcMMO] Permissions version 3.1.6 found, using Permissions.
    2011-09-13 02:00:42 [INFO] Loading Config File...
    2011-09-13 02:00:43 [INFO] [mcMMO] Permissions version 3.1.6 found, using Permissions.
    2011-09-13 02:00:43 [INFO] mcMMO version 1.1.13 is enabled!
    2011-09-13 02:00:43 [INFO] ScrollingMenuSign: Permissions detected
    2011-09-13 02:00:43 [INFO] ScrollingMenuSign: CommandSigns API not available
    2011-09-13 02:00:43 [INFO] ScrollingMenuSign: read 0 macros from file.
    2011-09-13 02:00:43 [INFO] ScrollingMenuSign: ScrollingMenuSign version 0.5.1 is enabled!
    2011-09-13 02:00:43 [INFO] BookWorm v1.4 loaded!
    2011-09-13 02:00:43 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-09-13 02:00:43 [INFO] Done (0.452s)! For help, type "help" or "?"
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from Fenster 4.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from Fenster1.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from zimmer.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from Tor3.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from Tor1.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from brücke.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from fen.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from Fenster2.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from Tür.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from Fenster 3.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from Stadttor.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from fenster1.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from Mine.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from bar.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from Tor2.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from tür.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 1 Areas loaded from Fenster.db.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-09-13 02:00:43 [INFO] [FalseBook Block] 2888 protected gateblocks successfully loaded.
    2011-09-13 02:00:44 [INFO] [Citizens] Loaded 16 NPCs.
    2011-09-13 02:00:46 [INFO] [FalseBook IC] Loaded selftriggered ICs: 16 done
    2011-09-13 02:00:46 [INFO] [FalseBook IC] Loaded selftriggered ICs: 36 failed
    2011-09-13 02:00:46 [INFO] [FalseBook IC] List of failed ICs:
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 4, [MC1110] @ Location - World: MineCraft-Game.de , X: -1012 , Y: 64 , Z: 115
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 5, [MC0111] @ Location - World: MineCraft-Game.de , X: -1012 , Y: 64 , Z: 107
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 6, [MC0111] @ Location - World: MineCraft-Game.de , X: -1001 , Y: 67 , Z: 101
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 8, [MC0111] @ Location - World: MineCraft-Game.de , X: -1014 , Y: 64 , Z: 115
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 9, [MC0272] @ Location - World: MineCraft-Game.de , X: -1003 , Y: 64 , Z: 115
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 10, [MC0272] @ Location - World: MineCraft-Game.de , X: -938 , Y: 62 , Z: 276
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 11, [MC0272] @ Location - World: MineCraft-Game.de , X: -929 , Y: 65 , Z: 272
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 12, [MC0272] @ Location - World: MineCraft-Game.de , X: -949 , Y: 65 , Z: 266
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 13, [MC0272] @ Location - World: MineCraft-Game.de , X: -932 , Y: 65 , Z: 270
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 15, [MC0111] @ Location - World: MineCraft-Game.de , X: -938 , Y: 69 , Z: 267
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 16, [MC1110] @ Location - World: MineCraft-Game.de , X: -935 , Y: 63 , Z: 267
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 17, [MC1110] @ Location - World: MineCraft-Game.de , X: -935 , Y: 63 , Z: 268
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 18, [MC0272] @ Location - World: MineCraft-Game.de , X: -946 , Y: 63 , Z: 268
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 19, [MC0111] @ Location - World: MineCraft-Game.de , X: -937 , Y: 70 , Z: 267
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 20, [MC0111] @ Location - World: MineCraft-Game.de , X: -938 , Y: 70 , Z: 267
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 21, [MC0111] @ Location - World: MineCraft-Game.de , X: -938 , Y: 70 , Z: 268
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 22, [MC0111] @ Location - World: MineCraft-Game.de , X: -937 , Y: 70 , Z: 268
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 23, [MC1110] @ Location - World: MineCraft-Game.de , X: -934 , Y: 63 , Z: 266
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 25, [MC0272] @ Location - World: MineCraft-Game.de , X: -936 , Y: 62 , Z: 276
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 26, [MC0272] @ Location - World: MineCraft-Game.de , X: -941 , Y: 63 , Z: 283
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 27, [MC0272] @ Location - World: MineCraft-Game.de , X: -941 , Y: 63 , Z: 282
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 28, [MC0272] @ Location - World: MineCraft-Game.de , X: -938 , Y: 68 , Z: 269
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 29, [MC0272] @ Location - World: MineCraft-Game.de , X: -942 , Y: 70 , Z: 270
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 30, [MC0420] @ Location - World: MineCraft-Game.de , X: -841 , Y: 77 , Z: 410
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 31, [MC0420] @ Location - World: MineCraft-Game.de , X: -840 , Y: 77 , Z: 412
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 33, [MC0272] @ Location - World: MineCraft-Game.de , X: -841 , Y: 63 , Z: 412
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 34, [MC0272] @ Location - World: MineCraft-Game.de , X: -841 , Y: 63 , Z: 411
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 36, [MC0262] @ Location - World: MineCraft-Game.de , X: 385 , Y: 66 , Z: 512
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 37, [MC0262] @ Location - World: MineCraft-Game.de , X: 356 , Y: 81 , Z: 502
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 38, [MC0262] @ Location - World: MineCraft-Game.de , X: 355 , Y: 80 , Z: 504
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 39, [MC0262] @ Location - World: MineCraft-Game.de , X: 355 , Y: 80 , Z: 507
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 40, [MC0262] @ Location - World: MineCraft-Game.de , X: 356 , Y: 84 , Z: 518
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 41, [MC0262] @ Location - World: MineCraft-Game.de , X: 358 , Y: 66 , Z: 520
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 42, [MC0262] @ Location - World: MineCraft-Game.de , X: 356 , Y: 86 , Z: 519
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 43, [MC0262] @ Location - World: MineCraft-Game.de , X: 164 , Y: 61 , Z: 512
    2011-09-13 02:00:46 [INFO] [FalseBook IC] ID: 45, [MC0262] @ Location - World: MineCraft-Game.de , X: 355 , Y: 80 , Z: 515
     
  23. Offline

    DiddiZ

    Go into the world config and change the table name to something without dots :D
     
  24. Offline

    Fragstuff

    Thanks :) :) :) It works now :)

    One more question? I set chestaccess to "True" but logblock dont record the access....when i type "/lb chestaccess" then nothing happens...they told me only that no results are found...but i drop and take things from chests ???!!!!

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

    DiddiZ

    Tried "/lb savequeue" for force the queue to be processed immediately?
    Is spout properly installed (not red)?
     
  26. Offline

    Fragstuff

    Spout??? ohhh....no..we don't use spout
    Is it really necessary to use spout ?
     
  27. Offline

    DiddiZ

    Yeah, without spout no chest logging.
     
  28. Offline

    Hubok

    There is no .sql file in there...
     
  29. Offline

    lipe123

    Duuuude how do I disable water and lava flow? In the new config file those options just vanished and even when I put them manually back nothing happens and its still logged.

    I had to drop the tables from the database just to be able to use the computer, over 10 million lines of stupid water and lava flow BS was destroying the sql server and the computer in general. PLEASE give use the option back not to log this.
     
  30. Offline

    DiddiZ

    Huh? The options are still there.
    Ah, did you notice that they moved to world specific config files?

    And before you drop the whole table again: /lb clearlog player lavaflow waterflow
    Then I didn't get right what your problems are.
     
  31. Offline

    sheep100

    will this log people that doesnt have spout too?
     

Share This Page