LogBlock
Works 100% with 1.7 / 1.8
The best block logging and rollback solution for the savvy server administrator.
LogBlock is the best block logging plugin for Bukkit server. Not only is it awesomely powerful, it’s blazing fast! Everything is logged into a MySQL database, allowing developers to hook in and produce things such as player stats and even administrative panels. Every loggable action can be logged with LogBlock: WorldEdit, leave decay, fire, sign changes, explosions, chest changes, player and animal deaths, chat, commands and more!
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
LogBlock will very rarely break between Minecraft / Bukkit updates, however if you find it does, please be sure to try a development build from above, as we generally test new releases there until deemed stable.
What is LogBlock?
LogBlock is a tool which allows you to keep track of almost everything on your server, while also giving you the ability to rollback (revert) or redo changes made by users and natural occurrences such as liquid flow or leaf decay. Additionally, LogBlock is able to log and rollback chest contents, sign text and more! LogBlock was originally created by bootswithdefer for HMod, ported to Bukkit by DiddiZ and is now actively maintained by md_5, ammar2 and the community of developers on Bukkit. We accept pull requests on GitHub frequently which means that community developers can add features they wish to see quicker than LogBlock developers are able to from tickets. All database actions are run not only in their own threads, but are queued into a consumer to minimize lag on the main thread. This is great for larger servers! All optional features (not dependencies below) are enabled and disabled from within the config file allowing complete control over what is logged thus ensuring database size is kept to a minimum.
Notices
Most virtual chest plugins are not compatible with LogBlock. Because they do not set the player who is opening the “chest”, LogBlock can’t do what it’s meant to be able to do, thus, making errors in your console. Please report these issues to the fake-chest plugin developer, NOT LogBlock developers.
Issues are read more frequently on the GitHub Issues page as compared to the comments below. When updating to LB1.57, if you already have a large database and have changed your columns to MEDIUMINT, INT or LARGEINT, you do not need the updater to fix this for you automatically. To stop this behaviour, simply change “version” in the configuration to ‘1.57’.
If you are experiencing an error such as this please read the FAQ for answers.
If you're receiving errors regarding players from the consumer such as "[Consumer] Failed to add player <playername>" then change all `playerid` columns to MEDIUMINT or INT in each table that contains them. This may take a long time if you have a lot of rows.
Optional Dependencies
- WorldEdit (Recommended)
- Permissions plugin
- LogBlock Questioner
Need help?
Found a bug or an issue? Please report it (and attach code if you know how to squash it) on our ticket manager.
Just need help in general or have an urgent, more private bug? Join us on IRC at irc.esper.net #LogBlock and ping a +o or +v for faster help. Webchat is available here if you don't have a client, or prefer to use it.
As always, check if your question is on the FAQ before asking!
Installation
More Information
- FAQ (read me first!)
- Command reference
- Configuration
- Helpful Commands
- MySQL Connection Problems
- MySQL Schema
- SQL Queries
- Parameters
Are you a Developer?
If you wish to contribute to the LogBlock project, head on over to the GitHub page, fork the project and submit your pull request(s).
If you wish to develop a plugin that interacts with LogBlock in some way, read up on the API here. Support for API and more can be found in the IRC channel, which is listed above.
Developer builds can be found here. (These builds have not been approved by the BukkitDev staff. Use them at your own risk.)
Still need help? Join us on IRC at irc.esper.net #LogBlock and ping a +o or +v for faster help.
Please do not post comments requesting support. Report bugs here or, alternatively, talk to a real person. Commenting below is a surefire way to not receive help.
-
View User Profile
-
Send Message
Posted Oct 25, 2012Can you please update this to 1.4 whenever it comes out. This is my favorite logging plugin.
-
View User Profile
-
Send Message
Posted Oct 23, 2012How does one use logblock to check for Cake eating? It seems to be an option in each world's yml file.
-
View User Profile
-
Send Message
Posted Oct 23, 2012i've CHESTACCESS: false in a world config but the chest access still getting logged :/
-
View User Profile
-
Send Message
Posted Oct 21, 2012Not sure what this error is, but i know it has to deal with maybe MySQL connection and storing? Please let me know the issue. Thanks.
http://pastie.org/5094554
-
View User Profile
-
Send Message
Posted Oct 20, 2012@AndyMcB1
I quote from above: " Commenting below is NOT the optimal way to get help. Try asking on IRC first. By the way, IRC. Click me to connect to IRC "
-
View User Profile
-
Send Message
Posted Oct 19, 2012hey md5 hows it goin
-
View User Profile
-
Send Message
Posted Oct 18, 2012Um..
When doing /lb tp
java.lang.ArrayIndexOutOfBoundsException: 1
at de.diddiz.LogBlock.CommandsHandler.onCommand(CommandsHandler.java:284)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180)
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:502)
at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:915)
at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:828)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:810)
at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:111)
at net.minecraft.server.ServerConnection.b(SourceFile:35)
at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:561)
at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
-
View User Profile
-
Send Message
Posted Oct 18, 2012My server seems to have some issues. i have magically acquired some 2000 Import files. after attempting to import them for almost 24 hours now. LogBlock has only imported 400.... What do i do?
-
View User Profile
-
Send Message
Posted Oct 18, 2012Is it possible to automatically delete logblock data after a certain amount of time? I would like to only keep logs of the past 60 days.
-
View User Profile
-
Send Message
Posted Oct 17, 2012@CosmicVoyager
go into your MySQL command client, and then do database [name] create;
-
View User Profile
-
Send Message
Posted Oct 16, 2012Hello.
I installed MySQL and have it running.
When I start the server it says
[INFO] [LogBlock] Connecting to root@jdbc:mysql://localhost:3306/minecraft_logblock... [SEVERE] [LogBlock] Error while fetching connection: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'minecraft_logblock'
How do I create the database? Please add more detailed steps for setting up MySQL.
How do i add the things on this web page?
https://github.com/LogBlock/LogBlock/wiki/MySQL-Configuration
Thanks
-
View User Profile
-
Send Message
Posted Oct 16, 2012@KDMinecraftServer
In your world config, make sure the databases are all different
-
View User Profile
-
Send Message
Posted Oct 15, 2012Can a command be issued from the console to rollback from a specific point on the map?
-
View User Profile
-
Send Message
Posted Oct 15, 2012@TanveerGT5
This is 100x better. I've been using it for the better part of a year.
-
View User Profile
-
Send Message
Posted Oct 14, 2012Well i was waiting in the irc channel like an hour and no one asked XD so here's the question:
I have a world for hunger games and i want it to get rollbacked every round, so i have all logges, chests, fire... etc, and i make /lb rb world hunger_world BUT, only the block changes are rollbacked, anyone knows why???
-
View User Profile
-
Send Message
Posted Oct 13, 2012@TanveerGT5
Same question :$
-
View User Profile
-
Send Message
Posted Oct 12, 2012How does this compare to hawkeye reloaded? which is the superior
-
View User Profile
-
Send Message
Posted Oct 12, 2012@mooseintree I had this too, but if you set it like here:
https://github.com/LogBlock/LogBlock/wiki/FAQ
this problem disappear ;)
but I have another one...
2012-10-12 20:34:45 [INFO] Player Disconnected hrac.
2012-10-12 20:34:45 [INFO] com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' at row 1
and some players can't to join to my server...
What I can do with this?
Edit: ok, it works, I have to restart my server, I edit it on running server :/.. sorry about this...
-
View User Profile
-
Send Message
Posted Oct 11, 2012Can any one tell me what this is all about?
http://pastebin.com/rgf5ngtN
-
View User Profile
-
Send Message
Posted Oct 9, 2012@jamietech
Possible to log TnT as who exploded them like creepers is done?