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

    MikeA

    Sorry about that, thanks.

    I am using Build 193 (Spout) and chest logging still does not work, your main post says 189+, correct?
     
  3. Offline

    DiddiZ

    The message is a bit old now, I might remove that. The current spout version is something about #350. But some pople state to have problems with spout and MC 1.8
     
  4. Offline

    Sayshal

  5. Offline

    AsHperson

    (heres my entire log) lb error:
    >device-7ebf09:bukkit1.8 MyMac$ java -Xmx2024M -Xms2024M -jar craftbukkit.jar
    161 recipes
    17 achievements
    18:17:30 [INFO] Starting minecraft server version Beta 1.8.1
    18:17:30 [INFO] Loading properties
    18:17:31 [INFO] Starting Minecraft server on 5.70.199.27:25565
    18:17:31 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1043-g979f4e1-b1149jnks (MC: 1.8.1)
    18:17:32 [SEVERE] Could not load 'plugins/bChat.jar' in folder 'plugins':
    while parsing a block mapping
    in "<reader>", line 1, column 1:
    format: '[%PREFIX%|%SUFFIX%%WHIT ...
    ^
    expected <block end>, but found FlowSequenceStart
    in "<reader>", line 2, column 1:
    [
    ^

    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
    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)
    18:17:33 [INFO] InfoReader instantiated.
    18:17:33 [INFO] [LogBlock] Version check: Your version is up to date
    18:17:34 [INFO] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
    18:17:35 [SEVERE] [LogBlock] Error while fetching connection
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
    at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
    at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:185)
    at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:71)
    at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:267)
    at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:77)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:478)
    at java.net.Socket.<init>(Socket.java:375)
    at java.net.Socket.<init>(Socket.java:218)
    at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
    at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
    ... 23 more
    18:17:35 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
    at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:77)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    18:17:35 [INFO] Preparing level "world"
    18:17:35 [INFO] Default game type: 0
    18:17:36 [INFO] Preparing start region for level 0 (Seed: 4082752757631751045)
    18:17:37 [INFO] Preparing spawn area: 0%
    18:17:38 [INFO] Preparing spawn area: 16%
    18:17:39 [INFO] Preparing spawn area: 32%
    18:17:40 [INFO] Preparing spawn area: 48%
    18:17:41 [INFO] Preparing spawn area: 60%
    18:17:42 [INFO] Preparing spawn area: 77%
    18:17:43 [INFO] Preparing start region for level 1 (Seed: 4082752757631751045)
    18:17:43 [INFO] Preparing spawn area: 0%
    18:17:44 [INFO] Preparing spawn area: 4%
    18:17:45 [INFO] Preparing spawn area: 40%
    18:17:46 [INFO] Preparing spawn area: 65%
    18:17:47 [INFO] Preparing spawn area: 97%
    18:17:48 [INFO] bInfo enabled
    18:17:48 [INFO] [bPermissions] version 1.1 is enabled!
    18:17:48 [INFO] CraftBukkitUpToDate version 2.6.7 is enabled!
    18:17:48 [INFO] LogBlockQuestioner v0.02 enabled
    18:17:48 [INFO] [NoLagg] Auto-save field bound to 'u'!
    18:17:48 [INFO] NoLagg version 1.11 is enabled!
    18:17:48 [INFO] CButD: CraftBukkit is Outdate, try to download new version
    18:17:49 [INFO] [Regios] Spout not detected. No Spout support.
    18:17:49 [INFO] [Regios] Checking directories.
    18:17:49 [INFO] [Regios] Deleting directory @_root/plugins/Regios/Dependancies
    18:17:49 [INFO] [Regios] Directory check completed.
    18:17:49 [INFO] [Regios] Checking configuration files.
    18:17:49 [INFO] [Regios] Configuration check completed.
    18:17:49 [INFO] [Regios] Loading configuration files.
    18:17:49 [INFO] [Regios] Loaded default region configuation file.
    18:17:49 [INFO] [Regios] No economy preset specified in config.
    18:17:49 [INFO] [Regios] Loading world configuration for world : world
    18:17:49 [INFO] [Regios] Loading world configuration for world : world_nether
    18:17:49 [INFO] [Regios] Configuration files loaded successfully!
    18:17:49 [INFO] [Regios] No Regions to load.
    18:17:49 [INFO] [Regios] Permissions support enabled!
    18:17:49 [INFO] [Regios] Starting scheduler task...
    18:17:49 [INFO] [Regios] Scheduler task initiated!
    18:17:49 [INFO] [Regios] Regios version 4.0.71 enabled successfully!
    18:17:49 [INFO] [Regios] Regios Developed by [Adamki11s].
    18:17:49 [SEVERE] Error occurred while enabling StopTalkingAutoBan v0.1 (Is it up to date?): null
    java.lang.NullPointerException
    at me.blackburn.STAB.Main.onEnable(Main.java:48)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:892)
    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)
    18:17:49 [INFO] LogBlock disabled.
    18:17:49 [INFO] Server permissions file permissions.yml is empty, ignoring it
    18:17:49 [INFO] Done (1.454s)! For help, type "help" or "?"
    18:17:58 [INFO] The automatic update-Check only work every 6 hours, the last check was 1 minutes ago.
    18:18:12 [INFO] CButD: CraftBukkit download new Build, please stop the server and copy /Users/MyMac/Desktop/bukkit1.8/bukkit_update/craftbukkit-0.0.1-SNAPSHOT.jar to your Main-Folder.
    18:19:53 [INFO] /5.70.199.27:57584 lost connection
    18:20:02 [INFO] AsHperson [/5.70.199.27:57586] logged in with entity id 269 at ([world] 188.5625, 82.09375, 349.59375)
    18:20:02 [INFO] Reading permission nodes from defaultGroups.yml
    18:20:02 [INFO] New max size: 484
    18:20:02 [INFO] New max size: 784
     
  6. Offline

    DiddiZ

    First, you've got a syntax error in bChat config file.
    You didn't set the MySQL connection data for LB in config.
     
  7. Offline

    Kubko

    hey, the plugin works fine.. i only have 1 problem though: the time is something like 380 minutes off, so when i for example break a block, and want to rollback it, i need to type /lb rollback player playername since 400m and it works, it wont work with 5m or 1m. i'm using a non-local mysql server, could this be the source of the problem?
     
  8. Offline

    DiddiZ

    Yeah, it can take a bit until the blocks come to database.
    You can force that using /lb savequeue
     
  9. Offline

    timzy

    I'm having quite a bit of trouble with alot of [Consumer] Que Overloaded (or similiar) aswell as the permission nodes not really working, using bPermissions.
    /lb toolblock basically just give a "You aren't allowed to do this".

    Using the latest dev. builds for all of it, Spout, LB & Bukkit - is that what's causing it?

    EDIT:
    1.7.3 server does give a lot of Overloaded messages, but the permission problem seems to have vanished.
     
  10. Offline

    Heliwr

    If you are using a build with dynamic tools (#19+) you need to add permissions nodes for logblock.tools.tool and logblock.tools.toolblock, and perhaps remove the legacy tool entries from the lookup: section of your config.yml.
     
  11. Offline

    DiddiZ

    Adjust your consumer settings, so it gets processed faster:
    https://github.com/DiddiZ/LogBlock/wiki/FAQ
     
  12. Offline

    shadydeath999

    @DiddiZ why does logblock actually need spout to run?
     
  13. Offline

    DiddiZ

    Searching for the word spout in the op was too hard? :D

    Chest logging, and no, no client mod needed.
     
  14. Offline

    shadydeath999

    is there a way to NOT use spout? or prevent it from downloading?
     
  15. Offline

    Rallerbabz

    omg, what is wrong with this plugin!?

    I updated and suddenly it began to download Spout which is incompatible atm and which I dont use...Srsly.. I had a talk with the spout dev lead about it and he said that they dont want any plugin to auto download spout....Please fix this...Also - Isnt it possible to use it without spout?
     
  16. Offline

    DiddiZ

    Disable chest logging.
    Disable chest logging.
     
  17. Offline

    Kane

    @DiddiZ I love chest logging but I noticed you still use spout :p What lessons have you not learned as of recent <3
     
  18. Offline

    DiddiZ

    Yeah, last two month spout worked fine, but seemingly it crashs on every MC update ...
     
  19. Offline

    timzy

    Thank you both, fixed it! <'3
     
  20. Offline

    Starrk

    Where do I disable Chest Logging?
    I see LogChestAccess = false

    but I can't find anything about chests in the config.yml
     
  21. Offline

    DiddiZ

    Have a look at the world specific config files
     
    Starrk likes this.
  22. Offline

    Starrk


    Yeah I tried this however it didn't seem to be enabled to log chests. I've removed LogBlock and it still continues to download it so it shouldn't be this plugin. Any ideas what other plugin auto-downloads? Thanks!

    EDIT : Found it! It's NarrowtuxLib!
     
  23. Offline

    AsHperson

    k, ill try that and sorry for the long post, i would put it in a collapseable menu if i knew how to.

    it is still getting errors, and this time i was able to get it into pastebin! http://pastebin.com/tnegWvhq

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

    DiddiZ

    Most errors are essntials related, but ...
    [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
    You still didn't add your mysql connection data. When you don't have a MySQL server, install MySQL, ask your hoster about, or use db4free.net.
     
  25. Offline

    AsHperson

    I erased the mysql settings it shouldnt have tried to connect to one first I dont know what mysql is and i want an option to toggle it off, I may figure it out later but probably on another application later and implement this after, I just want a way to disable it.
     
  26. Offline

    Xanxth

    Why won't it pick up those STUPID endermen? I can't roll them back...
     
  27. Offline

    Sayshal

    It hasnt been updated to track them.
     
  28. Offline

    Savoie

    Will this work with 1.8 blocks even though it isn't updated yet? All the basic functions? If so I could launch my server today... :oops:
     
  29. Offline

    Sayshal

    ALL my plugins work on 1.8 now.. Logblock/spout included.
     
  30. Offline

    Savoie

    have you had any problems with it?
     
  31. Offline

    Sayshal

    Nope. Use the dev builds of everything. I have:
    bPermissions, mChat, mChatEssentials,LogBlock,LWC,Shop,Spout,iConomy 6,WorldEdit,WorldGuard,CommandBook.
     

Share This Page