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 Sep 21, 2013It doesnt log a russian text, It writes like "???????" when logs a russian text in chat, will it be fixed?
-
View User Profile
-
Send Message
Posted Sep 20, 2013Does anyone know a good MySQL database website? please someone help!
-
View User Profile
-
Send Message
Posted Sep 19, 2013Im not sure if the give command getting player heads in 1.7 has anything to do with it, but in 1.7 will head griefs be able to be rolled back and not become skelly heads?
-
View User Profile
-
Send Message
Posted Sep 19, 2013@megasnipez_
/lb toolblock on
-
View User Profile
-
Send Message
Posted Sep 18, 2013ive had logblock for about 3 months and now when i place the bedrock it shows nothing.
-
View User Profile
-
Send Message
Posted Sep 16, 2013Hello, I have a parameter question.
I am setting up a method for my players to check how much they have dug out in a certain area. I would like to have logblock display a total of the blocks that that player dug. What is the correct format?
I have tried /lb sum players sel player playername but it returns info for all players. How can I ask for a sum of just one player? I would like the display to show like "1244 (created) 3000 (destroyed) Notch (Player)
-
View User Profile
-
Send Message
Posted Sep 15, 2013please help ;)
16.09 01:05:52 [Server] INFO at java.lang.Thread.run(Thread.java:724)
16.09 01:05:52 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
16.09 01:05:52 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
16.09 01:05:52 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
16.09 01:05:52 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftTask.run(CraftTask.java:53)
16.09 01:05:52 [Server] INFO at de.diddiz.LogBlock.AutoClearLog.run(AutoClearLog.java:23)
16.09 01:05:52 [Server] INFO at de.diddiz.LogBlock.QueryParams.<init>(QueryParams.java:50)
16.09 01:05:52 [Server] INFO at de.diddiz.LogBlock.QueryParams.parseArgs(QueryParams.java:618)
16.09 01:05:52 [Server] INFO java.lang.IllegalArgumentException This world ('Sanctum_sandbox') isn't logged
16.09 01:05:52 [Server] SEVERE Failed to schedule auto ClearLog:
16.09 01:05:52 [Server] INFO at java.lang.Thread.run(Thread.java:724)
16.09 01:05:52 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
16.09 01:05:52 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
16.09 01:05:52 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
16.09 01:05:52 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftTask.run(CraftTask.java:53)
16.09 01:05:52 [Server] INFO at de.diddiz.LogBlock.AutoClearLog.run(AutoClearLog.java:23)
16.09 01:05:52 [Server] INFO at de.diddiz.LogBlock.QueryParams.<init>(QueryParams.java:50)
16.09 01:05:52 [Server] INFO at de.diddiz.LogBlock.QueryParams.parseArgs(QueryParams.java:618)
16.09 01:05:52 [Server] INFO java.lang.IllegalArgumentException This world ('Sanctum_sandbox') isn't logged
16.09 01:05:52 [Server] SEVERE Failed to schedule auto ClearLog:
-
View User Profile
-
Send Message
Posted Sep 7, 2013This was my first mysql attempt and it went well! I'm just curious about some details. How far does the rollback go back? I was hoping to have an arena type world that would rollback to the original state.
-
View User Profile
-
Send Message
Posted Sep 6, 2013@HTML5MPH
Yeah, they need to add that.
-
View User Profile
-
Send Message
Posted Sep 2, 2013@HTML5MPH
MySQL will see you faster throughput.
@ddonofrio
Hmm. Probably try advertising elsewhere, thanks.
@Pr0jectConqu3r
Unfortunately with current schema we aren't able to store this information. Known issue being worked on.
@OtterTrotter
Run optimize and cleanup on your tables. :)
@Mecraft175
Yes. Please read config page on the wiki!
-
View User Profile
-
Send Message
Posted Sep 2, 2013Whats the best way to clean up my logblock tables? I've deleted rows under a certain value but the table size has stayed the same? I have been having allot of mysql crashes lately and after clearing out 5 million of my 10 million rows in my main table the crashes have become much less frequent.
-
View User Profile
-
Send Message
Posted Sep 1, 2013Just went to ban and rollback a griefer, found that LogBlock is not working with Item Frames. It doesn't seem to log them at all. Am i just out dated, or is this a known bug? tyty -Pr0
-
View User Profile
-
Send Message
Posted Aug 29, 2013Can you make another version that doesn't make you use MySQL? I am not wasting my time setting that up when I can just use core protect or Log World.
-
View User Profile
-
Send Message
Posted Aug 26, 2013How can i tell if a player has stolen armour off a horse?
Or stolen anything actually?
Cheers
-
View User Profile
-
Send Message
Posted Aug 26, 2013HI, is there a PER WORLD systeme please?? thanks
-
View User Profile
-
Send Message
Posted Aug 24, 2013@skyost thats kind of messed up, advertising your plugin in someone else's thread
-
View User Profile
-
Send Message
Posted Aug 24, 2013Can I request a UI rework? The ingame lookup/help pages are getting boring :P. Can you make it a bit cleaner and nicer looking? Thank you :).
-
View User Profile
-
Send Message
Posted Aug 19, 2013Please help My sql not working
-
View User Profile
-
Send Message
Posted Aug 17, 2013http://pastebin.com/bw6sdh8Z
what is wrong? no solution at FAQ
FIX: ALTER TABLE `lb-WORLDNAME` CHANGE `id` `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT
should be FAQed
-
View User Profile
-
Send Message
Posted Aug 17, 2013@megasnipez_
Already does, enable in config...