LadyCailinBot
LadyCailinBot
Comment by CyaNox I am uncertain if there are other conditions that may influence my results as it seemed to work flawlessly not too long ago. Since I have a...
Comment by LadyCailin I am definitely checking to see if the connection is up before I process a command, but for whatever reason, I guess that's returning true when it...
Comment by LadyCailin So, many database connections will close automatically if they aren't used for a while, and the "isConnected" method of these databases doesn't work properly, unless the connection...
Comment by TerrorBite Rather than manually running a test query of your own devising (i.e. ``` SELECT 1 ```) on the connection, you can call ``` [http://docs.oracle.com/javase/7/docs/api/java/sql/Connection.html#isValid%28int%29 isValid(timeout)] ``` on...
Comment by LadyCailin The version of SQLite that is linked doesn't have isValid (it's a newer method). https://bukkit.atlassian.net/browse/BUKKIT-2576 So I've added it, but I have to catch an AbstractMethodError, and...
Comment by TerrorBite We're still getting errors like these. Why doesn't CommandHelper catch and handle a `jedis.exceptions.JedisConnectionException`?
Comment by LadyCailin CHLog is meant for logging to files, however, we can create a new logging mechanism which is meant for logging to screen and to file, and integrate...
Comment by Andy Here's what I was thinking for resolving Enchantment names/IDs/Aliases: https://github.com/andypandy89/worldedit/commit/d03ea61b965b919b3390fbc16d052f5b931116fe Its structure is identical to ClothColor.java.
Comment by wizjany Mathmatically looks fine to me. Whoever "normally considers" 6 am is wrong probably. ``` 0 0 sec day 600 30 sec 1200 1 min 1800 90 sec...
Comment by _._ First, sorry for using wrong words. "Time tick" had to read "Minecraft time." But when the sun is just on the player's head, what we call "noon",...