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

    cind3r69

    Hey Guys.

    Does Logblock v29 or v33 work for bukkit 1185? The title sys 1185, 1192+ however v29 says it requires bukkit 1191 so what gives?
     
  3. Offline

    Noogies

    I tried out a new plugin today. It's called Magic v2.08 Spells and Wands. I tried to rollback an action of one of the spells (sandblast) which deposited a big pile of sand in my house. But when I tried /lb rollback area 20 it found zero blocks to rollback.

    Any suggestions? (besides getting rid of the magic plugin).

    The plugin is here... http://fill.bukkit.org/threads/fun-magic-v2-0-8-spells-and-wands-1185.676/
     
  4. Offline

    DiddiZ

    It says 1191-, which means any build prior 1191 including 1185.
    Yeah, tell the dev about the LogBlock api :D
    https://github.com/DiddiZ/LogBlock/wiki/API
     
  5. Offline

    Vision

    @DiddiZ
    Code:
    rollback:
        permissionDefault: 'TRUE'
        replaceAnyway:
        - 8
        - 9
        - 10
        - 11
        - 51
        maxArea: -1
        dontRollback:
        - 10
        - 11
        - 46
        - 51
        maxTime: -1
    
    I'm using those settings in the config.yml along with the corresponding permission node for rollbacking for my admins. Still, when using, as an example '/lb rb player diddiz since 90d' it says that it is too long time defined (for them). Even with 1 minute, it still says so. Myself, as the only OP, can correctly rollback.

    I have tried with maxTime: 365 days, but didn't seem to have any effect.

    I'd appreciate help really much as this has put me in a locked position for several days. Thank you in advance!
     
  6. It works with 1185+

    The Webstats seems to be missing the new blocks. Managed to get the pictures for em by just download them and name them the correct ID no. But If I tried to enter the names for them in the materials-files I get a white screen of death.
    So right now I have to manually check the list for missing pictures and add them and the blocks are named their ID-number and not the name.

    I'm just curious about if you feel you have time to fix it. If not, I'm happy with it as it is anyway :)

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

    RustyDagger

    @DiddiZ

    Could you make commands like /lb rollback prams show the list of things that can be used there's no way to list them in game is there? I was looking for how to rollback just the enderman :/
     
  8. Offline

    DiddiZ

    Yeah, it's a bug, fixed in latest dev build. Either use that, or give your mods ignoreRestrictions permission.

    /lb params
    /lb rb player enderman
    I added them a few days ago, but didn't pack a release. Changed the download link, so you always get the latest version:
    https://github.com/DiddiZ/LogBlockWebStats/zipball/master
     
  9. Offline

    RustyDagger

    lb params dont list what you can use after say player or where player is in the above command. atleast not that fits in my chatbox (standard)
     
  10. Offline

    MarkusE.s.

    How to fix?
    2011-10-02 16:53:58 [INFO] [LogBlock Consumer] Queue overloaded. Size: 1820
     
  11. Offline

    Zaros

    Why don't the chest and sign tables have playerid as well. I can't tell who does stuff...
     
  12. Offline

    DiddiZ

    Look for the same id in main table, these tables are just extensions.
    -> https://github.com/DiddiZ/LogBlock/wiki/FAQ

    Sry, but I'm not really sure what you mean ...
     
  13. Offline

    Charant

    I updated the plugin and now he does not see the settings plugin.
     
  14. Offline

    BearFather

    Im having the same issue as this fellow. Using transling tools, all I can figure out is you told him to update to 33. Which I am running. Here's my log.
    Code:
    2011-10-02 14:51:57 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-02 14:51:57 [INFO] Loading properties
    2011-10-02 14:51:57 [INFO] Starting Minecraft server on *:25565
    2011-10-02 14:51:57 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1072-g3274e1c-b1191jnks (MC: 1.8.1)
    2011-10-02 14:51:57 [INFO] Starting Minequery server on *:25566
    2011-10-02 14:51:58 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2011-10-02 14:51:59 [SEVERE] org.bukkit.Bukkit.getConsoleSender()Lorg/bukkit/command/ConsoleCommandSender; initializing LogBlock v1.30 (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.Bukkit.getConsoleSender()Lorg/bukkit/command/ConsoleCommandSender;
        at de.diddiz.LogBlock.Config.<init>(Config.java:165)
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:68)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-02 14:52:00 [INFO] Spout 1.0.6.403 has been initialized
    2011-10-02 14:52:00 [INFO] Preparing level "spawn1"
    2011-10-02 14:52:00 [INFO] Default game type: 0
    2011-10-02 14:52:00 [INFO] Preparing start region for level 0 (Seed: 5750991163423988923)
    2011-10-02 14:52:01 [INFO] Preparing spawn area: 48%
    2011-10-02 14:52:02 [INFO] Stargate v.0.6.9 is enabled.
    2011-10-02 14:52:02 [INFO] [Stargate] Loaded 1 gate layouts
    2011-10-02 14:52:02 [INFO] [Stargate] {spawn1} No stargates for world
    2011-10-02 14:52:02 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-10-02 14:52:02 [INFO] WorldGuard: Loaded configuration for world 'spawn1"
    2011-10-02 14:52:02 [INFO] WorldGuard: 1 regions loaded for 'spawn1'
    2011-10-02 14:52:02 [INFO] WorldGuard 5.2.3-SNAPSHOT enabled.
    2011-10-02 14:52:02 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    2011-10-02 14:52:02 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-10-02 14:52:02 [INFO] [Stargate] Found Permissions (v2.7.7)
    2011-10-02 14:52:03 [INFO] [MYWARP] [MYWARP]: 211 warps loaded
    2011-10-02 14:52:03 [INFO] [MYWARP] Permissions enabled using: Permissions v2.7.7
    2011-10-02 14:52:03 [WARNING] [MYWARP] Help plugin not detected. Only providing help via /warp help.
    2011-10-02 14:52:03 [INFO] [MYWARP] MyWarp 2.0 enabled
    2011-10-02 14:52:03 [INFO] [INCEPTION] Initial Config is Running.
    2011-10-02 14:52:03 [INFO] [INCEPTION] There were 3 links detected.
    2011-10-02 14:52:03 [INFO] Preparing start region for level 1 (Seed: -4439714551854369003)
    2011-10-02 14:52:04 [INFO] Preparing spawn area for skyworld, 77%
    2011-10-02 14:52:05 [INFO] [Stargate] {skyworld} No stargates for world
    2011-10-02 14:52:05 [INFO] [INCEPTION] World was not found and is being created or loaded = skyworld
    2011-10-02 14:52:05 [INFO] Preparing start region for level 2 (Seed: 603350532039199071)
    2011-10-02 14:52:06 [INFO] Preparing spawn area for survival, 48%
    2011-10-02 14:52:06 [INFO] [Stargate] {survival} Loaded 0 stargates with 0 set as always-on
    2011-10-02 14:52:06 [INFO] [INCEPTION] World was not found and is being created or loaded = survival
    2011-10-02 14:52:06 [INFO] Preparing start region for level 3 (Seed: 1682002317165782067)
    2011-10-02 14:52:07 [INFO] Preparing spawn area for nether, 73%
    2011-10-02 14:52:07 [INFO] [Stargate] {nether} No stargates for world
    2011-10-02 14:52:07 [INFO] [INCEPTION] World was not found and is being created or loaded = nether
    2011-10-02 14:52:07 [INFO] Preparing start region for level 4 (Seed: -3562749747446739573)
    2011-10-02 14:52:09 [INFO] Preparing spawn area for skyworldc, 85%
    2011-10-02 14:52:09 [INFO] [Stargate] {skyworldc} No stargates for world
    2011-10-02 14:52:09 [INFO] [INCEPTION] World was not found and is being created or loaded = skyworldc
    2011-10-02 14:52:09 [INFO] Preparing start region for level 5 (Seed: 247582693731804746)
    2011-10-02 14:52:10 [INFO] Preparing spawn area for creative, 73%
    2011-10-02 14:52:10 [INFO] [Stargate] {creative} Loaded 0 stargates with 0 set as always-on
    2011-10-02 14:52:10 [INFO] [INCEPTION] World was not found and is being created or loaded = creative
    2011-10-02 14:52:10 [INFO] [INCEPTION ERROR] SyncTime is set 'true' with no specified world in 'syncTimeToWorld'. No time sync'd
    2011-10-02 14:52:10 [INFO] [INCEPTION] Validating Overlap.
    2011-10-02 14:52:10 [INFO] [INCEPTION] Secondary/Final Config is Running.
    2011-10-02 14:52:10 [INFO] [INCEPTION] There were 3 links detected.
    2011-10-02 14:52:11 [INFO] [INCEPTION] Worlds Layered and Locked.
    2011-10-02 14:52:11 [INFO] [INCEPTION] Version 1.03 is enabled!
    2011-10-02 14:52:11 [INFO] Starting old inventory conversion...
    2011-10-02 14:52:11 [INFO] Converting old inventories completed
    2011-10-02 14:52:11 [INFO] [MultiInv] version 2.4.1 is enabled!
    2011-10-02 14:52:11 [INFO] [Multiverse-Core] - Version 2.0-b265 Enabled - By Rigby and fernferret
    2011-10-02 14:52:11 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-10-02 14:52:11 [INFO] [AllPay] - Version 3.0 - using only an item based economy for Multiverse-Core v2.0-b265
    2011-10-02 14:52:11 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    2011-10-02 14:52:11 [INFO] [Multiverse-Core] - World Config -- Loaded
    2011-10-02 14:52:11 [INFO] Preparing start region for level 6 (Seed: -8478606775908117621)
    2011-10-02 14:52:12 [INFO] Preparing spawn area for challenge, 40%
    2011-10-02 14:52:13 [INFO] [Stargate] {challenge} Loaded 0 stargates with 0 set as always-on
    2011-10-02 14:52:13 [INFO] [Multiverse-Core] Loading World & Settings - 'challenge' - NORMAL
    2011-10-02 14:52:13 [INFO] [Multiverse-Core] Loading World & Settings - 'creative' - NORMAL with seed: -6993744417294968375
    2011-10-02 14:52:13 [INFO] [Multiverse-Core] Loading World & Settings - 'spawn1' - NORMAL
    2011-10-02 14:52:13 [INFO] [Multiverse-Core] Loading World & Settings - 'skyworldc' - SKYLANDS
    2011-10-02 14:52:14 [INFO] [Multiverse-Core] Loading World & Settings - 'nether' - NETHER
    2011-10-02 14:52:14 [INFO] [Multiverse-Core] Loading World & Settings - 'survival' - NORMAL with seed: -1265794112
    2011-10-02 14:52:14 [INFO] [Multiverse-Core] Loading World & Settings - 'skyworld' - SKYLANDS
    2011-10-02 14:52:14 [INFO] Preparing start region for level 7 (Seed: 904741905741065443)
    2011-10-02 14:52:15 [INFO] Preparing spawn area for punk, 81%
    2011-10-02 14:52:15 [INFO] [Stargate] {punk} No stargates for world
    2011-10-02 14:52:15 [INFO] [Multiverse-Core] Loading World & Settings - 'punk' - NORMAL
    2011-10-02 14:52:15 [INFO] [Multiverse-Core] 8 - World(s) loaded.
    2011-10-02 14:52:15 [INFO] [MyHome] 67 homes loaded
    2011-10-02 14:52:15 [INFO] [MyHome] Permissions enabled using: Permissions v2.7.7
    2011-10-02 14:52:15 [WARNING] [MyHome] Help plugin not detected. Only providing help via /home help.
    2011-10-02 14:52:15 [INFO] [MyHome] MyHome 2.0 enabled
    2011-10-02 14:52:15 [INFO] PermissionsBukkit v1.2 is now enabled
    2011-10-02 14:52:15 [INFO] [iChat] Permissions not found, Checking for GroupManager.
    2011-10-02 14:52:15 [INFO] iChat (v2.4.0-final) enabled
    2011-10-02 14:52:15 [INFO] WorldEdit 370-7fec065 enabled.
    2011-10-02 14:52:15 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-02 14:52:16 [INFO] CommandBook 194-3b00990 enabled.
    2011-10-02 14:52:16 [WARNING] CommandBook: 0 Warps(s) loaded
    2011-10-02 14:52:16 [WARNING] CommandBook: 0 Homes(s) loaded
    2011-10-02 14:52:16 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-10-02 14:52:16 [INFO] CommandBook: 32 banned name(s) loaded.
    2011-10-02 14:52:16 [INFO] CommandBook: 39 kit(s) loaded.
    2011-10-02 14:52:16 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-02 14:52:16 [INFO] [dynmap] Using Permissions 2.7.7 for access control
    2011-10-02 14:52:17 [INFO] [dynmap] Loaded 12 shaders.
    2011-10-02 14:52:18 [INFO] [dynmap] Loaded 56 perspectives.
    2011-10-02 14:52:18 [INFO] [dynmap] Loaded 6 lightings.
    2011-10-02 14:52:18 [INFO] [dynmap] World 'spawn1' disabled
    2011-10-02 14:52:18 [INFO] [dynmap] Loaded 1 maps of world 'skyworld'.
    2011-10-02 14:52:18 [INFO] [dynmap] Loaded 2 maps of world 'survival'.
    2011-10-02 14:52:18 [INFO] [dynmap] Loaded 2 maps of world 'nether'.
    2011-10-02 14:52:18 [INFO] [dynmap] Loaded 1 maps of world 'skyworldc'.
    2011-10-02 14:52:18 [INFO] [dynmap] Loaded 3 maps of world 'creative'.
    2011-10-02 14:52:18 [INFO] [dynmap] World 'challenge' disabled
    2011-10-02 14:52:18 [INFO] [dynmap] Loaded 2 maps of world 'punk'.
    2011-10-02 14:52:18 [INFO] [dynmap] version 0.22.1 is enabled
    2011-10-02 14:52:18 [INFO] [MultiVerse-Portals] - Version 2.0-b254 Enabled - By Rigby and fernferret
    2011-10-02 14:52:23 [INFO] [MultiVerse-Portals]  13 - Portals(s) loaded
    2011-10-02 14:52:23 [SEVERE] Error occurred while enabling LogBlock v1.30 (Is it up to date?): null
    java.lang.NullPointerException
        at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:144)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-02 14:52:24 [INFO] Done (2.400s)! For help, type "help" or "?"
    2011-10-02 14:52:48 [INFO] WorldGuard: Loaded configuration for world 'skyworld"
    2011-10-02 14:52:48 [INFO] WorldGuard: Loaded configuration for world 'skyworldc"
    2011-10-02 14:54:28 [INFO] WorldGuard: Loaded configuration for world 'creative"
    2011-10-02 14:54:28 [INFO] WorldGuard: Loaded configuration for world 'punk"
    2011-10-02 14:55:24 [INFO] WorldGuard: Loaded configuration for world 'challenge"
    2011-10-02 14:55:25 [INFO] New max size: 484
    2011-10-02 14:55:25 [INFO] New max size: 784
    
     
  15. Offline

    DiddiZ

    There is an api brak in cb #1192, so for the rb #1185 #29 works, and for newer builds #33
     
  16. Offline

    RustyDagger

    if i use /lb params it dose not for me list any thing that would come after player like since,before,area those types of things the in game help dose not show. the help system could really use some work in places when you get the command wrong it should offer the format / valid things you can use. so say i did /lb roolback it would pop up saying correct ussage

    /lb list of things for the first argument if i got say the second argument wrong it would offer a list of things that can be used there as well like player,sel area, so on.

    what i am saying is that there are keywords that can be used in commands that are not listed by any help system.
     
  17. Offline

    DiddiZ

    That would be rather complex to implement, especially checking for wrong spelling. I really doubt it'd be worth the effort.
     
  18. Offline

    Jdbye

    Those give me the tool item, but how do I use dynamic tools then?
     
  19. Offline

    olimoli123

    When i write /lb it only comes with /lb help
    Im an op, i have all perms, the latest ones, whats wrong?
     
  20. Offline

    RustyDagger

    No you dont have to check for wrong spelling. if they get some of the command right aka "/lb rollback" then say i input some thing invalid like "saince" it would just list the correct format and possible keywords. help message would be some thing like.

    unknown command <print command here>
    correct format: /lb rollback <object>
    possible objects player,area,selection.

    some thing like this may be some thing to keep in mind for the merged project as its a large bit of work.
     
  21. Offline

    nrkid9

    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136) at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52) at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141) at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:69) at de.diddiz.LogBlock.Config.<init>(Config.java:109) java.io.IOException: Error while writing to config.yml 2011-10-02 23:28:03 [SEVERE] [LogBlock] Error while loading:


    I'm getting that error when trying to load the server but if I try loading it locally it works fine. I'm new to using MySQL so if I'm doing anything wrong, let me know. Thanks for the help :)
     
  22. Offline

    DiddiZ

    Like before:
    /lb t area 10 block fire created
    /lb t mode rollback
    The new thing is, that you can define new tool in config, like an rb tool, to not have to type the two commands above each time.
    There are more and more reports about that issue ...
    Is there a LB error in console at server start?
    Ah, ok. That makes more sence now :D
    Looks like the config.yml is uneditable, like missing write rights
     
  23. Offline

    olimoli123

    http://pastebin.com/9e9Tk6m7
    There u go mate, hope it helps you out!
     
  24. Offline

    DiddiZ

    Then the case is clear:
    There was an api breeak in cb# 1992. Either use lb #29 or cb# 1192+
     
  25. Offline

    dkeulen

    for some reason toolblock doesnt work. when i set the toolblock (i use id 7 - bedrock) it doesnt show a thing, block does gets placed and then pops back in my hand like a tool thought. im using cb1185

    i added the new tool permissions and even the .* permission but it does not work. my config:

    Code:
    loggedWorlds:
    - world
    - world_nether
    mysql:
        port: 3306
        host: localhost
        password: jclbp4ss
        user: jclbuser
        database: jclogblock
    logging:
        logCreeperExplosionsAsPlayerWhoTriggeredThese: false
        logKillsLevel: PLAYERS
        hiddenPlayers: []
        hiddenBlocks:
        - 0
    clearlog:
        dumpDeletedLog: false
        keepLogDays: -1
    questioner:
        askRedos: true
        askClearLogs: true
        askRollbacks: true
        askClearLogAfterRollback: true
        banPermission: mcbans.ban.local
        askRollbackAfterBan: false
    rollback:
        replaceAnyway:
        - 8
        - 9
        - 10
        - 11
        - 51
        dontRollback:
        - 10
        - 11
        - 46
        - 51
        maxTime: 2 days
        maxArea: 50
    consumer:
        delayBetweenRuns: 5
        forceToProcessAtLeast: 20
        timePerRun: 200
        useBukkitScheduler: true
    lookup:
        toolID: 280
        toolQuery: area 0 all sum none limit 15 desc silent
        toolblockID: 7
        toolBlockQuery: area 0 all sum none limit 15 desc silent
        defaultDist: 20
        defaultTime: 30 minutes
        linesPerPage: 15
        linesLimit: 1500
    version: '1.30'
    updater:
        checkVersion: true
        installSpout: true
    tools:
        tool:
            permissionDefault: 'TRUE'
            item: 280
            leftClickBehavior: NONE
            params: area 0 all sum none limit 15 desc silent
            rightClickBehavior: TOOL
            aliases:
            - t
            defaultEnabled: true
            mode: LOOKUP
        toolblock:
            permissionDefault: 'TRUE'
            item: 7
            leftClickBehavior: NONE
            params: area 0 all sum none limit 15 desc silent
            rightClickBehavior: TOOL
            aliases:
            - tb
            defaultEnabled: true
            mode: LOOKUP
     
  26. Offline

    Rookie1296

    Hey , im not prolike in Plugins and first: im German ! so sorry for my english

    following problem:

    I have the CB 1185 , and in the Console it means "LogBlock disabled" ... why ?
    Cause i have not the 1192 CB ? i dont know where i can find it ...

    please help me .. and write in "English 4 Stupids" :D pls
     
  27. Offline

    DiddiZ

    Ich nehme mal an, deutsch ist auch ok :D

    Häng davon ab, welche LB version du hast. Wenn #33 dann ja, ansonsten nein.
    Schau mal in die server.log datei, da müsste beim server start ein langer error log sein, lange bevor LB deaktiviert wird.
     
  28. Offline

    Rookie1296

    Wouh du kannst deusch perfekt :) kann ich dich vielleicht kurz in ICQ oder Skype adden ? kannst mich danach auch wieder löschen :S mir ist das plugin wichtig ^^

    Liebste Grüße
     
  29. Offline

    DiddiZ

    Any concole error? Could think of MySQL connection lost.
    Gerne :D
    Skype name steht im op
     
  30. Offline

    Rookie1296

    tut mir sehr leid ich bin nich so fit bei CB abkürzungen unso :D kp was op ist , adde mich bitte mein namen findeste unter meinem Nicht vorhandenen Profilbild :p!
     

Share This Page