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

    Unknown_Mage

    2012-04-07 15:04:17 [SEVERE] [LogBlock Consumer] SQ exception on INSERT INTO `lb-mainworld` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1333836243), 27, 10, 49, 0, '123351', 10, '1364');:
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value adjusted 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 de.diddiz.LogBlock.Consumer.run(Consumer.java:292)
    at de.diddiz.LogBlock.CommandsHandler$CommandSaveQueue.run(CommandsHandler.java:525)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    at java.lang.Thread.run(Unknown Source)

    I got this error spammed on my console.
    LB Version 1.51
    CraftBukkit 1.2.4R1.0

    Sometimes my queue gets overloaded also.
     
  3. Offline

    incure

    @scolesy46 You need to update to the Dev build. It's compatible with 1.2.5 and solves the problem you're having. I had the same problem on my server.
     
  4. Offline

    DiddiZ

    https://github.com/DiddiZ/LogBlock/wiki/FAQ
    Check if you got logblock.tools.toolblock permissions
    /lb permissions
    And if the world is logged ad all:
    /lb logging
    If not, add its name (case sensitive to loggedWorlds)
    Not if you dump the data from your old mysql server and import it to your new database.
    /lb logging
    That shows you the exact world name.
     
  5. Offline

    hiiiboy111

    PLEASE PLEASE HELP
    I am trying out logblock and have some griefs that i want to fix.
    It always says "You aren't aloud to do this" I dont know how to fix it!!!

    I can post the permissions.yml for every body to look at and help.


    Code:
    users:
     
      hiiiboy111:
     
        group:
     
        - Owner
     
      BerpDerp:
     
        group:
     
        - head
     
      Death_Cobraz:
     
        group:
     
        - Moderator
     
        - Builder
     
      conman0414:
     
        group:
     
        - Moderator
     
      Rap_Attack:
     
        group:
     
        - Moderator
     
        - Jrmod
     
        - Builder
     
      BusterBurbanV6:
     
        group:
     
        - Builder
     
      xjrocker:
     
        group:
     
        - Helper
     
      sinisterbunny:
     
        group:
     
        - Jrmod
     
        - Builder
     
      LaxFan17: {}
     
      wolfdeity:
     
        group:
     
        - Moderator
     
      XXXDMAC16XXX:
     
        group:
     
        - Builder
     
      cantoloupefruit:
     
        group:
     
        - Builder
     
      CYFRESS:
     
        group:
     
        - Builder
     
      phonebooth101:
     
        group:
     
        - Builder
     
      SkaterBigB:
     
        group:
     
        - Jrmod
     
        - Builder
     
      TheHolyMaster:
     
        group:
     
        - Jrmod
     
        - Helper
     
        - Builder
     
      charlottexx:
     
        group:
     
        - Ma
     
        - Builder
     
      youthanzia:
     
        group:
     
        - Builder
     
      rave765:
     
        group:
     
        - Builder
     
      oB_R_E_E_Zz_Y_o:
     
        group:
     
        - Builder
     
      Notch:
     
        group:
     
        - King
     
      Shogun1016:
     
        group:
     
        - Builder
     
      jsmalls128: {}
     
      Tilldawg:
     
        group:
     
        - Builder
     
      Droung6:
     
        group:
     
        - King
     
        - Youtube
     
        - Youtube1
     
        - Builder
     
      Digibit: {}
     
      pwnU2387:
     
        group:
     
        - Youtube
     
        - Builder
     
      a_green_lemon1:
     
        group:
     
        - Builder
     
      wildcatkyle10:
     
        group:
     
        - Builder
     
      spartonking118:
     
        group:
     
        - Builder
     
      bumisking663: {}
     
      lanoyo: {}
     
      ult_master: {}
     
      Smasher306: {}
     
      TConnel:
     
        group:
     
        - Builder
     
      wojo123456789:
     
        group:
     
        - Helper
     
      izxINV1SIBL3zHDz:
     
        group:
     
        - Builder
     
      mendez1971:
     
        group:
     
        - Builedr
     
        - Ma
     
        - Builder
     
      devonator5000:
     
        group:
     
        - Jrmod
     
        - Moderator
     
        - Builder
     
      darren5395:
     
        group:
     
        - Helper
     
        - Ma
     
        - Bump
     
        - Builder
     
      Lefriam:
     
        group:
     
        - Builder
     
      arnaldoooooO: {}
     
      BLACKOPSNiNgA: {}
     
      ROFL_Headcrab:
     
        group:
     
        - Builder
     
      Ninjastar123: {}
     
      lilbrat2:
     
        group:
     
        - Builder
     
      kyle504:
     
        group:
     
        - Builder
     
      boonie828:
     
        group:
     
        - Builder
     
      cokelopez:
     
        group:
     
        - Builder
     
      halofreak79:
     
        group:
     
        - Builder
     
      mrghostkid1:
     
        group:
     
        - Bump
     
      Petronator9: {}
     
      Metamence: {}
     
      PokeJosh:
     
        group:
     
        - Builder
     
      silverfiredragon: {}
     
      xburner10: {}
     
      kennykenny12: {}
     
      Mynewolf: {}
     
      FoxWolf226: {}
     
      wolfwoodnyo: {}
     
      NinjaLuv3: {}
     
      akhy: {}
     
      jonahtaco:
     
        group:
     
        - Bump
     
        - Builder
     
      99Jack99: {}
     
      TyDK:
     
        group:
     
        - Bump
     
      blades9000: {}
     
      cheezeforme:
     
        group:
     
        - Builder
     
      rourke995: {}
     
      blackieally: {}
     
      N3VER_F0RG0TTEN: {}
     
      paleo8:
     
        group:
     
        - Helper
     
      browno156:
     
        group:
     
        - Builder
     
      gutZslayer:
     
        group:
     
        - Builder
     
      MjoeC: {}
     
      RadicalDylan:
     
        group:
     
        - Builder
     
      RadicalDustin:
     
        group:
     
        - Builder
     
      Machews:
     
        group:
     
        - Builder
     
      OKCBiggie:
     
        group:
     
        - Builder
     
      Food_Ninja: {}
     
      Bloxxer159: {}
     
      Suutari: {}
     
      Distander: {}
     
      Stunt_wax:
     
        group:
     
        - Builder
     
      IndigoR3apZ:
     
        group:
     
        - Builder
     
      xCapitol_Killer:
     
        group:
     
        - Builder
     
      Jhass:
     
        group:
     
        - Builder
     
      qweyztv: {}
     
      daye711:
     
        group:
     
        - Helper
     
        - Builder
     
      vDubStepZ:
     
        group:
     
        - Builder
     
      Killzu91:
     
        group:
     
        - Builder
     
      Skwable_Hawk: {}
     
      Kithin7:
     
        group:
     
        - Builder
     
      echokitty06: {}
     
      lolcolin21: {}
     
      blakeblake99:
     
        group:
     
        - Builder
     
      TallMine: {}
     
      brybuck2000__:
     
        group:
     
        - Builder
     
      jakexbox10:
     
        group:
     
        - Builder
     
      Crabbymac:
     
        group:
     
        - Builder
     
      BopTheCreeper:
     
        group:
     
        - Builder
     
      redstonegabe:
     
        group:
     
        - Builder
     
      SuperTreGamer:
     
        group:
     
        - Builder
     
      annonymoose: {}
     
      mrroger1234:
     
        group:
     
        - Builder
     
      dprdpr4:
     
        group:
     
        - Builder
     
      BlackPikachu5:
     
        group:
     
        - Builder
     
      Harroc: {}
     
      BlackShadow969: {}
     
      xLxLxAxMxA:
     
        group:
     
        - Builder
     
      caitegirl: {}
     
      XDHardy:
     
        group:
     
        - Redstone
     
        - Builder
     
        - Ma
     
      XDShells:
     
        group:
     
        - Builder
     
      XDNinja:
     
        group:
     
        - Helper
     
      rvsoccer8:
     
        group:
     
        - Builder
     
      mendezz1971:
     
        group:
     
        - Ma
     
      MooBott:
     
        group:
     
        - Builder
     
      psyco_monkey:
     
        group:
     
        - Builder
     
      LupoMortale:
     
        group:
     
        - Builder
     
      Davidlklklklklk:
     
        group:
     
        - Builder
     
      Imperia64:
     
        group:
     
        - Builder
     
      digndelve:
     
        group:
     
        - Builder
     
      Matt13_97:
     
        group:
     
        - Builder
     
      warmage007:
     
        group:
     
        - Builder
     
      SpilledJava:
     
        group:
     
        - Builder
     
      ajnmark1:
     
        group:
     
        - head
     
        - Admin
     
      XDKiller:
     
        group:
     
        - Builder
     
      cool_kid_0320:
     
        group:
     
        - Builder
     
      lucus1697:
     
        group:
     
        - Builder
     
      Yodaddy1122:
     
        group:
     
        - Admin
     
      l_Cookie_l:
     
        group:
     
        - Builder
     
      thisisnicnac99:
     
        group:
     
        - Builder
     
      ratata:
     
        group:
     
        - Builder
     
      Hicobicco:
     
        group:
     
        - Builder
     
      birdbees:
     
        group:
     
        - Builder
     
      anishp16:
     
        group:
     
        - Builder
     
      ari3sam:
     
        group:
     
        - Builder
     
      powercell09:
     
        group:
     
        - Builder
     
      cdigby:
     
        group:
     
        - Builder
     
      tehplayerz:
     
        group:
     
        - Builder
     
      HoboWithBacon:
     
        group:
     
        - Builder
     
      benen12:
     
        group:
     
        - Builder
     
      gjello321:
     
        group:
     
        - Moderator
     
        - Builder
     
      ColbyCheeseBoy:
     
        group:
     
        - Builder
     
      Dzenis213:
     
        group:
     
        - Builder
     
      DexNeenja:
     
        group:
     
        - Builder
     
      Jorge19skate2:
     
        group:
     
        - Builder
     
      blazecandy124:
     
        group:
     
        - Builder
     
      dragoniga:
     
        group:
     
        - Builder
     
      williamzdabomb:
     
        group:
     
        - Builder
     
      andrewmd:
     
        group:
     
        - Builder
     
      ahnialator6:
     
        group:
     
        - Builder
     
      tigerrudy:
     
        group:
     
        - Builder
     
      Campeze:
     
        group:
     
        - head
     
        prefix: '&4[Admin]&6'
     
      Pilot88:
     
        group:
     
        - Builder
     
      Flamestarck:
     
        group:
     
        - Builder
     
      Worty64:
     
        group:
     
        - Builder
     
      Ninja_Clone:
     
        group:
     
        - Builder
     
      TheDiggingEmpire:
     
        group:
     
        - Builder
     
      duderocks1998:
     
        group:
     
        - Builder
     
      killstreek456:
     
        group:
     
        - Builder
     
      500farts:
     
        group:
     
        - Builder
     
      trickshot360:
     
        group:
     
        - Moderator
     
      NosePicker5555:
     
        group:
     
        - Builder
     
      eboy9696:
     
        group:
     
        - Builder
     
      Bladez99:
     
        group:
     
        - Builder
     
    groups:
     
      Rulebreaker:
     
        default: false
     
        prefix: '&7[Rulebreaker]&f '
     
        permissions:
     
        - modifyworld.chat
     
        options:
     
          rank: '5'
     
      Guest:
     
        default: true
     
        prefix: '&0(&aNewComer&0)&7 '
     
        suffix: '&a'
     
        permissions:
     
        - modifyworld.*
     
        - essentials.warp
     
        - essentials.spawn
     
        - essentials.list
     
        - essentials.help
     
        - essentials.helpop
     
        - essentials.msg
     
        - ChestShop.shop.buy.*
     
        - ChestShop.shop.sell.*
     
        - ChestShop.shop.create.*
     
        - mobarena.join
     
        - mobarena.leave
     
        - essentials.tpa
     
        - essentials.tpaccept
     
        - essentials.tpdeny
     
        - chestbank.use.*
     
        - lwc.protect
     
        - ancasino.use
     
        - essentials.sethome
     
        - essentials.balance
     
        - essentials.signs.use.warp
     
        - autorank.check
     
        - pvparena.user
     
        - essentials.pay
     
        - stealthlogin.stealth
     
        - essentials.rules
     
        options:
     
          rank: '3'
     
      Builder:
     
        default: false
     
        prefix: '&0(&3Citizen&0)&7 '
     
        suffix: '&a'
     
        permissions:
     
        - modifyworld.*
     
        - essentials.tpa
     
        - essentials.tpaaccept
     
        - essentials.tpdeny
     
        - essentials.back.ondeah
     
        - essentials.back
     
        - essentials.help
     
        - essentials.home
     
        - essentials.sethome
     
        - essentials.helpop
     
        - essentials.spawn
     
        - essentials.afk
     
        - essentials.warp
     
        - essentials.msg
     
        - essentials.balance
     
        - permissions.pl
     
        - essentials.rules
     
        - essentials.motd
     
        - ChestShop.shop.buy
     
        - ChestShop.shop.sell
     
        - ChestShop.shop.create
     
        - mobarena.join
     
        - mobarena.leave
     
        - sms.use
     
        inheritance:
     
        - Guest
     
      Elder:
     
        default: false
     
        prefix: '&0(&6Elder&0)&8 '
     
        permissions:
     
        - essentials.signs.create.warp
     
        - essentials.me
     
        - fastgrow.*
     
        inheritance:
     
        - Builder
     
      Helper:
     
        prefix: '&0(&3Citizen&0) &7 '
     
        suffix: '&6:Helper:'
     
        permissions:
     
        - essentials.list
     
        - essentials.ping
     
        - essentials.give.item-263
     
        - essentials.itemspawn.item-263
     
        inheritance:
     
        - Builder
     
      Mayor:
     
        prefix: '&d[Mayor]&b '
     
        suffix: '&a'
     
        permissions:
     
        - essentials.list
     
        - essentials.ping
     
        - essentials.give.item-263
     
        - essentials.itemspawn.item-263
     
        inheritance:
     
        - Builder
     
      King:
     
        prefix: '&6[King]&b '
     
        suffix: '&a'
     
        permissions:
     
        - essentials.nick
     
        - essentials.back
     
        - essentials.back.ondeath
     
        - essentials.itemspawn.item-265
     
        - essentials.give.item-265
     
        - essentials.me
     
        inheritance:
     
        - Mayor
     
      Lord:
     
        prefix: '&c[Lord]&b '
     
        suffix: '&a'
     
        permissions:
     
        - essentials.createwarp
     
        - nc.fly
     
        - colors.*
     
        - essentials.clearinventory
     
        - essentials.me
     
        - essentials.give.item-266
     
        - essentials.itemspawn.item-[266]
     
        inheritance:
     
        - King
     
      Emperor:
     
        prefix: '&4[Emperor]&b '
     
        permissions:
     
        - essentials.tp
     
        - essentials.nick
     
        - nocheat.fly
     
        inheritance:
     
        - Lord
     
      mod1:
     
        prefix: '&4[Mod]&b '
     
        permissions:
     
        - essentials.tp
     
        - essentials.nick
     
        - nocheat.fly
     
        inheritance:
     
        - Emperor
     
      Moderator:
     
        prefix: '&0(&bMod&0)&c '
     
        permissions:
     
        - essentials.tphere
     
        - essentials.delwarp
     
        - worldedit.wand
     
        - worldedit.set
     
        - worldedit.undo
     
        - essentials.broadcast
     
        - essentials.weather.*
     
        - essentials.tempban
     
        - essentials.protect.*
     
        - ac.*
     
        - essentials.time.*
     
        inheritance:
     
        - mod1
     
      Admin:
     
        prefix: '&0(&bAdmin&0)&c '
     
        permissions:
     
        - commands.here
     
        - never.use.tabs
     
        - worldedit.*
     
        - essentials.*
     
        - mcbans.*
     
        - mobdisguise.*
     
        - multiverse.mvtp
     
        - permissionsex.*
     
        - worldguard.*
     
        - glowstonelanterns.*
     
        - logblock.tools.tool
     
        - logblock.tools.toolblock
     
        inheritance:
     
        - Moderator
     
      head:
     
        prefix: '&0(&bAdmin&0)&c '
     
        permissions:
     
        - '*'
     
        inheritance:
     
        - Admin
     
      Owner:
     
        prefix: '&0(&bAdmin&0) [&6creator&0]&c '
     
        permissions:
     
        - logblock.spawnTools
     
        - '*'
     
        inheritance:
     
        - Admin
     
      wg-invincible: {}
     
      wg-amphibious: {}
     
      RulesBreaker: {}
     
      Youtube1: {}
     
    
     
  6. Offline

    incure

  7. Offline

    hiiiboy111

    I tried that, but it's showing the same message. I cannot do [/lb tool] [/lb tool on] [/lb toolblock] [/lb toolblock on]

    I do not know how to fix it so here is my new permissions.yml
    AND, if you can try to help on my server, that would be great
    IP: smp.millioncraft.net

    PERMISSIONS.yml

    HTML:
    users:
      hiiiboy111:
        group:
        - Owner
      BerpDerp:
        group:
        - head
      Death_Cobraz:
        group:
        - Moderator
        - Builder
      conman0414:
        group:
        - Moderator
      Rap_Attack:
        group:
        - Moderator
        - Jrmod
        - Builder
      BusterBurbanV6:
        group:
        - Builder
      xjrocker:
        group:
        - Helper
      sinisterbunny:
        group:
        - Jrmod
        - Builder
      LaxFan17: {}
      wolfdeity:
        group:
        - Moderator
      XXXDMAC16XXX:
        group:
        - Builder
      cantoloupefruit:
        group:
        - Builder
      CYFRESS:
        group:
        - Builder
      phonebooth101:
        group:
        - Builder
      SkaterBigB:
        group:
        - Jrmod
        - Builder
      TheHolyMaster:
        group:
        - Jrmod
        - Helper
        - Builder
      charlottexx:
        group:
        - Ma
        - Builder
      youthanzia:
        group:
        - Builder
      rave765:
        group:
        - Builder
      oB_R_E_E_Zz_Y_o:
        group:
        - Builder
      Notch:
        group:
        - King
      Shogun1016:
        group:
        - Builder
      jsmalls128: {}
      Tilldawg:
        group:
        - Builder
      Droung6:
        group:
        - King
        - Youtube
        - Youtube1
        - Builder
      Digibit: {}
      pwnU2387:
        group:
        - Youtube
        - Builder
      a_green_lemon1:
        group:
        - Builder
      wildcatkyle10:
        group:
        - Builder
      spartonking118:
        group:
        - Builder
      bumisking663: {}
      lanoyo: {}
      ult_master: {}
      Smasher306: {}
      TConnel:
        group:
        - Builder
      wojo123456789:
        group:
        - Helper
      izxINV1SIBL3zHDz:
        group:
        - Builder
      mendez1971:
        group:
        - Builedr
        - Ma
        - Builder
      devonator5000:
        group:
        - Jrmod
        - Moderator
        - Builder
      darren5395:
        group:
        - Helper
        - Ma
        - Bump
        - Builder
      Lefriam:
        group:
        - Builder
      arnaldoooooO: {}
      BLACKOPSNiNgA: {}
      ROFL_Headcrab:
        group:
        - Builder
      Ninjastar123: {}
      lilbrat2:
        group:
        - Builder
      kyle504:
        group:
        - Builder
      boonie828:
        group:
        - Builder
      cokelopez:
        group:
        - Builder
      halofreak79:
        group:
        - Builder
      mrghostkid1:
        group:
        - Bump
      Petronator9: {}
      Metamence: {}
      PokeJosh:
        group:
        - Builder
      silverfiredragon: {}
      xburner10: {}
      kennykenny12: {}
      Mynewolf: {}
      FoxWolf226: {}
      wolfwoodnyo: {}
      NinjaLuv3: {}
      akhy: {}
      jonahtaco:
        group:
        - Bump
        - Builder
      99Jack99: {}
      TyDK:
        group:
        - Bump
      blades9000: {}
      cheezeforme:
        group:
        - Builder
      rourke995: {}
      blackieally: {}
      N3VER_F0RG0TTEN: {}
      paleo8:
        group:
        - Helper
      browno156:
        group:
        - Builder
      gutZslayer:
        group:
        - Builder
      MjoeC: {}
      RadicalDylan:
        group:
        - Builder
      RadicalDustin:
        group:
        - Builder
      Machews:
        group:
        - Builder
      OKCBiggie:
        group:
        - Builder
      Food_Ninja: {}
      Bloxxer159: {}
      Suutari: {}
      Distander: {}
      Stunt_wax:
        group:
        - Builder
      IndigoR3apZ:
        group:
        - Builder
      xCapitol_Killer:
        group:
        - Builder
      Jhass:
        group:
        - Builder
      qweyztv: {}
      daye711:
        group:
        - Helper
        - Builder
      vDubStepZ:
        group:
        - Builder
      Killzu91:
        group:
        - Builder
      Skwable_Hawk: {}
      Kithin7:
        group:
        - Builder
      echokitty06: {}
      lolcolin21: {}
      blakeblake99:
        group:
        - Builder
      TallMine: {}
      brybuck2000__:
        group:
        - Builder
      jakexbox10:
        group:
        - Builder
      Crabbymac:
        group:
        - Builder
      BopTheCreeper:
        group:
        - Builder
      redstonegabe:
        group:
        - Builder
      SuperTreGamer:
        group:
        - Builder
      annonymoose: {}
      mrroger1234:
        group:
        - Builder
      dprdpr4:
        group:
        - Builder
      BlackPikachu5:
        group:
        - Builder
      Harroc: {}
      BlackShadow969: {}
      xLxLxAxMxA:
        group:
        - Builder
      caitegirl: {}
      XDHardy:
        group:
        - Redstone
        - Builder
        - Ma
      XDShells:
        group:
        - Builder
      XDNinja:
        group:
        - Helper
      rvsoccer8:
        group:
        - Builder
      mendezz1971:
        group:
        - Ma
      MooBott:
        group:
        - Builder
      psyco_monkey:
        group:
        - Builder
      LupoMortale:
        group:
        - Builder
      Davidlklklklklk:
        group:
        - Builder
      Imperia64:
        group:
        - Builder
      digndelve:
        group:
        - Builder
      Matt13_97:
        group:
        - Builder
      warmage007:
        group:
        - Builder
      SpilledJava:
        group:
        - Builder
      ajnmark1:
        group:
        - head
        - Admin
      XDKiller:
        group:
        - Builder
      cool_kid_0320:
        group:
        - Builder
      lucus1697:
        group:
        - Builder
      Yodaddy1122:
        group:
        - Admin
      l_Cookie_l:
        group:
        - Builder
      thisisnicnac99:
        group:
        - Builder
      ratata:
        group:
        - Builder
      Hicobicco:
        group:
        - Builder
      birdbees:
        group:
        - Builder
      anishp16:
        group:
        - Builder
      ari3sam:
        group:
        - Builder
      powercell09:
        group:
        - Builder
      cdigby:
        group:
        - Builder
      tehplayerz:
        group:
        - Builder
      HoboWithBacon:
        group:
        - Builder
      benen12:
        group:
        - Builder
      gjello321:
        group:
        - Moderator
        - Builder
      ColbyCheeseBoy:
        group:
        - Builder
      Dzenis213:
        group:
        - Builder
      DexNeenja:
        group:
        - Builder
      Jorge19skate2:
        group:
        - Builder
      blazecandy124:
        group:
        - Builder
      dragoniga:
        group:
        - Builder
      williamzdabomb:
        group:
        - Builder
      andrewmd:
        group:
        - Builder
      ahnialator6:
        group:
        - Builder
      tigerrudy:
        group:
        - Builder
      Campeze:
        group:
        - head
        prefix: '&4[Admin]&6'
      Pilot88:
        group:
        - Builder
      Flamestarck:
        group:
        - Builder
      Worty64:
        group:
        - Builder
      Ninja_Clone:
        group:
        - Builder
      TheDiggingEmpire:
        group:
        - Builder
      duderocks1998:
        group:
        - Builder
      killstreek456:
        group:
        - Builder
      500farts:
        group:
        - Builder
      trickshot360:
        group:
        - Moderator
      NosePicker5555:
        group:
        - Builder
      eboy9696:
        group:
        - Builder
      Bladez99:
        group:
        - Builder
      taiyuba:
        group:
        - Builder
      xXBigTitzXx:
        group:
        - Builder
      xxninjakittysxx:
        group:
        - Builder
      Aczzz1:
        group:
        - Builder
    groups:
      Rulebreaker:
        default: false
        prefix: '&7[Rulebreaker]&f '
        permissions:
        - modifyworld.chat
        options:
          rank: '5'
      Guest:
        default: true
        prefix: '&0(&aNewComer&0)&7 '
        suffix: '&a'
        permissions:
        - modifyworld.*
        - essentials.warp
        - essentials.spawn
        - essentials.list
        - essentials.help
        - essentials.helpop
        - essentials.msg
        - ChestShop.shop.buy.*
        - ChestShop.shop.sell.*
        - ChestShop.shop.create.*
        - mobarena.join
        - mobarena.leave
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - chestbank.use.*
        - lwc.protect
        - ancasino.use
        - essentials.sethome
        - essentials.balance
        - essentials.signs.use.warp
        - autorank.check
        - pvparena.user
        - essentials.pay
        - stealthlogin.stealth
        - essentials.rules
        options:
          rank: '3'
      Builder:
        default: false
        prefix: '&0(&3Citizen&0)&7 '
        suffix: '&a'
        permissions:
        - modifyworld.*
        - essentials.tpa
        - essentials.tpaaccept
        - essentials.tpdeny
        - essentials.back.ondeah
        - essentials.back
        - essentials.help
        - essentials.home
        - essentials.sethome
        - essentials.helpop
        - essentials.spawn
        - essentials.afk
        - essentials.warp
        - essentials.msg
        - essentials.balance
        - permissions.pl
        - essentials.rules
        - essentials.motd
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - ChestShop.shop.create
        - mobarena.join
        - mobarena.leave
        - sms.use
        inheritance:
        - Guest
      Elder:
        default: false
        prefix: '&0(&6Elder&0)&8 '
        permissions:
        - essentials.signs.create.warp
        - essentials.me
        - fastgrow.*
        inheritance:
        - Builder
      Helper:
        prefix: '&0(&3Citizen&0) &7 '
        suffix: '&6:Helper:'
        permissions:
        - essentials.list
        - essentials.ping
        - essentials.give.item-263
        - essentials.itemspawn.item-263
        inheritance:
        - Builder
      Mayor:
        prefix: '&d[Mayor]&b '
        suffix: '&a'
        permissions:
        - essentials.list
        - essentials.ping
        - essentials.give.item-263
        - essentials.itemspawn.item-263
        inheritance:
        - Builder
      King:
        prefix: '&6[King]&b '
        suffix: '&a'
        permissions:
        - essentials.nick
        - essentials.back
        - essentials.back.ondeath
        - essentials.itemspawn.item-265
        - essentials.give.item-265
        - essentials.me
        inheritance:
        - Mayor
      Lord:
        prefix: '&c[Lord]&b '
        suffix: '&a'
        permissions:
        - essentials.createwarp
        - nc.fly
        - colors.*
        - essentials.clearinventory
        - essentials.me
        - essentials.give.item-266
        - essentials.itemspawn.item-[266]
        inheritance:
        - King
      Emperor:
        prefix: '&4[Emperor]&b '
        permissions:
        - essentials.tp
        - essentials.nick
        - nocheat.fly
        inheritance:
        - Lord
      mod1:
        prefix: '&4[Mod]&b '
        permissions:
        - essentials.tp
        - essentials.nick
        - nocheat.fly
        inheritance:
        - Emperor
      Moderator:
        prefix: '&0(&bMod&0)&c '
        permissions:
        - essentials.tphere
        - essentials.delwarp
        - worldedit.wand
        - worldedit.set
        - worldedit.undo
        - essentials.broadcast
        - essentials.weather.*
        - essentials.tempban
        - essentials.protect.*
        - ac.*
        - essentials.time.*
        inheritance:
        - mod1
      Admin:
        prefix: '&0(&bAdmin&0)&c '
        permissions:
        - logblock.tools.toolblock
        - logblock.*
        - commands.here
        - never.use.tabs
        - worldedit.*
        - essentials.*
        - mcbans.*
        - mobdisguise.*
        - multiverse.mvtp
        - permissionsex.*
        - worldguard.*
        - glowstonelanterns.*
        - logblock.tools.tool
        - logblock.tools.toolblock
        inheritance:
        - Moderator
      head:
        prefix: '&0(&bAdmin&0)&c '
        permissions:
        - '*'
        inheritance:
        - Admin
      Owner:
        prefix: '&0(&bAdmin&0) [&6&ocreator&0]&c '
        permissions:
        - logblock.*
        - logblock.tools.tool
        - logblock.tools.toolblock
        - '*'
        inheritance:
        - head
      wg-invincible: {}
      wg-amphibious: {}
      RulesBreaker: {}
      Youtube1: {}
    
     
  8. Offline

    Carlos Fuentes

    Two questions for everyone:

    Where can I find the latest version of LogBlock Questioner so my rollbacks can function?

    and

    When I updated to 1.2.5 (and the latest version of lb) when I try to use /lb tool or /lb block, it gives me the following error: "No database connected. Check your MySQL server user/pw and database for typos. Start/Restart your MySQL server." I tried both suggestions, and neither work. it worked fine before. What gives?

    Cheers, thanks for the help in advance
     
  9. Offline

    Scholesy46

    tools:
    tool:
    defaultEnabled: true
    mode: LOOKUP
    aliases:
    - t
    params: area 0 all sum none limit 15 desc silent
    leftClickBehavior: NONE
    item: 270
    rightClickBehavior: TOOL
    permissionDefault: 'TRUE'
    toolblock:
    params: area 0 all sum none limit 15 desc silent
    permissionDefault: 'TRUE'
    rightClickBehavior: BLOCK
    item: 7
    mode: LOOKUP
    defaultEnabled: true
    aliases:
    - tb
    leftClickBehavior: TOOL
    mysql:
    user: demoscholmc
    port: 3306
    password: ******************
    host: db4free.net
    database: demoscholmc
    logging:
    hiddenBlocks:
    - 0
    logCreeperExplosionsAsPlayerWhoTriggeredThese: false
    logPlayerInfo: true
    hiddenPlayers: []
    logKillsLevel: PLAYERS
    consumer:
    timePerRun: 1000
    useBukkitScheduler: true
    forceToProcessAtLeast: 20
    delayBetweenRuns: 1
    lookup:
    linesLimit: 1500
    defaultTime: 30 minutes
    defaultDist: 20
    linesPerPage: 15
    questioner:
    askClearLogs: true
    banPermission: mcbans.ban.local
    askRollbacks: true
    askRedos: true
    askClearLogAfterRollback: true
    askRollbackAfterBan: false
    updater:
    checkVersion: true
    loggedWorlds:
    - world
    - world_nether
    - world_the_end
    clearlog:
    enableAutoClearLog: false
    auto:
    - world "world" before 365 days all
    - world "world" player lavaflow waterflow leavesdecay before 7 days all
    - world world_nether before 365 days all
    - world world_nether player lavaflow before 7 days all
    dumpDeletedLog: false
    rollback:
    replaceAnyway:
    - 8
    - 9
    - 10
    - 11
    - 51
    maxArea: 50
    dontRollback:
    - 10
    - 11
    - 46
    - 51
    maxTime: 2 days
    version: '1.50'
    its all how it should be, can you go through it and tell me if there are any mistakes
     
  10. Offline

    Ch4t4r

    I enabled the kill-logging feature but how do I lookup who killed an Player? In the Mysql database are only some strange numbers I cant assign to players names...
     
  11. Offline

    jlhscar

    I have latest dev build of logblock
    just got the questioner from the V 1.50 download
    I get this error:

    15:08:54 [SEVERE] Error occurred while enabling LogBlockQuestioner v0.02 (Is it
    up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/event/Event$Type
    at de.diddiz.LogBlockQuestioner.LogBlockQuestioner.onEnable(LogBlockQues
    tioner.java:15)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232
    )
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:543)
    at org.bukkit.Bukkit.reload(Bukkit.java:182)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    6)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    73)
    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.
    java:469)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:596)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:565)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.Event$Type
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 16 more
     
  12. Offline

    drdeft

    me too!!! this error!
     
  13. Offline

    winter4w

    I cant do /yes I get unknown command !!!!!!!!!!!!!!!!!
     
  14. Offline

    Malific

    DiddiZ
    Companion to my question previously about accessing kills.

    Is there a way to add in date/time stamps to the "writelogfile chat"

    Also do you need me to go make a ticket somewhere for these two items?
     
  15. Offline

    CreeperInside

    You need to install "LogblockQuestioner"
     
  16. Offline

    drdeft

    Does LogblockQuestioner compatible with bukkit 1.2.5 ?
     
  17. Offline

    tonihoks

    i have i konw how to do it i have use it befor but now it is not warking shince the new update
     
  18. Offline

    nopresnik

    When i rollback stairs, stairs always roll back facing north. Not the direction they where placed.
     
  19. Offline

    jasonmcdill

    Bear with me, I'm a bit noob..
    I installed successfully and mysql connects as it should but when i tell the config files which worlds to log it crashes and doesn't log anything with any of the tools.. i tried enabling the tools it didn't work, i don't get any errors while using commands in game only on the console which asks if LB is up to date.

    what am i doing wrong?
     
  20. Offline

    spencer454

    when i rollback a player it rollbacks fine but before it use to say how many block he placed/destroyed and it use to say are you sure you want to do this and i use to say /yes. but why dose it not say this no more can someone help me please

    when i roolback it doesn't ask are you sure you want to do this /yes /no

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

    ProGamerzFTW

    In LogBlock, when i do /lb savequeue, i get "Unable to save queue" no matter how small it is.. Why is this? And when I start up my server with people in it, my queue slowly goes up?

    I am using a payed host and using a mysql from db4free.net

    Also recieving:

    [Server] WARNING [LogBlock] Error while importing: 'INSERT INTO `lb-main` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1334148770), (SELECT playerid FROM `lb-players` WHERE playername = 'dkznike'), 1, 0, 0, '146', 49, '-71');': Column 'playerid' cannot be null
     
  22. Offline

    Fishman_z

    Logblock works just fine on my 1.2.5 server. (That is good)

    There is one issue though that allows players to bypass locked doors: all the player has to do is follow an npc villager in through the door.

    So- it would be great if locked doors were impossible for npc villagers to open.

    just thought you might wanna know:)
     
  23. Offline

    Connahx3

    Nothing happens when I right click with the tools and with the bedrock, it just places bed rock.

    I have it all set up properly, could the problem be that my mysql isn't local?
    I'm hosting my server from a company.
     
  24. Offline

    owenftw

    It still works for me on 1.2.5 :)
     
  25. Offline

    PSNetSon

    I could really use some help setting LogBlock up.
    I've followed all of the recommended tutorials.
    I know that LogBlock is connecting to my Wamp MySQL server but it wont write to the tables.

    Any help? :)
     
  26. Message me and we'll take a look at it. :)
     
  27. Offline

    DiddiZ

    /lb permissions
    /lb logging
     
  28. Hello!
    First: Great plugin!

    I do have a minor problem. I have a wamp server running, I Have the plugin running. The plugin works ingame, but it doesn't create any tables on my sql wamp server.
    It looks like they don't connect or something, because otherwise it would create tables, no?

    Thanks in advance for any info,
    Nicolas
     
  29. Offline

    DiddiZ

    Minor? :D
    Check server.log for the error message, if it can't connect, it'll say why.
     

  30. Here it is :p
    I meant 'minor' as in probably an easy fix lol.
     
  31. Offline

    Anthony45654

    Is there a way to rollback someone breaking specific blocks? Such as, if I want to rollback someone using X-Ray, and they were able to get a ton of diamond ore that way, but they built really nice things that I want to keep on the server, how would I go about ONLY rolling back the diamond ore they broke?

    Really need to know this! Thanks!

    If needed, my LogBlock version is: 1.52
     

Share This Page