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 Aug 10, 2012would be cool to separare permissions for rollback, I am sure for 100% this will rocks on all servers, cuz 99% of mods are unknown ppl to admin in rl. And rollback is very helpful for all staff, admin can't be 24/7 :) thx.
-
View User Profile
-
Send Message
Posted Aug 10, 2012If you are experiencing an error such as this please read the FAQ for answers.
@GodWar101
-
View User Profile
-
Send Message
Posted Aug 10, 2012@rushn_hobo
Same error, any help?
-
View User Profile
-
Send Message
Posted Aug 10, 2012I got this weird error, does anyone know how to fix it? http://pastebin.com/1r6bT3dZ (I use logblock version 1.57 and bukkit recommended build 1.3.1)
-
View User Profile
-
Send Message
Posted Aug 10, 2012I used this query: http://paste2.org/p/2101429
and got this error: http://paste2.org/p/2101438
-
View User Profile
-
Send Message
Posted Aug 10, 2012@jamietech
Thankyou, I'll try that now.
-
View User Profile
-
Send Message
Posted Aug 10, 2012@MarioG1
Please run the alter query for each of your world tables.
-
View User Profile
-
Send Message
Posted Aug 10, 2012@jamietech
Sorry but I don't know the command that I need to apply for the LogBlock database and I know very little how to edit the tables.
Anyway LogBlock managed to convert the tables himself.
It only took him bloody 2 hours to finish :D God dang it!
I feel sorry for the guys that have way bigger databases then me :D
-
View User Profile
-
Send Message
Posted Aug 10, 2012I get an error on start-up but later everything works fine.
http://pastebin.com/Rktw2bcE
It seems like lobglbock tries to update and the table lb-world but i don't have a world called world and that the reason why it doesn't exist.
-
View User Profile
-
Send Message
Posted Aug 9, 2012@LmnDK
Complain to developer of 'alphachest' to use correct Bukkit API methods. Get him to PM me if he doesn't understand.
@Joymo
You can do so yourself using ALTER TABLE `lb-world-ether` MODIFY `playerid` MEDIUMINT NOT NULL
@lbb601
Ensure they have the permission for the toolblock.
@asbomine
Change your params to allow your search to not have a output limit and use pages.
@deleted_7554077
Update the database yourself and change config option 'version' to '1.57'
-
View User Profile
-
Send Message
Posted Aug 9, 2012on update to LogbBlock v1.57 my server gets stuck on updating tables
database is run locally craftbukkit 1.3.1R1.0
-
View User Profile
-
Send Message
Posted Aug 9, 2012@md5 How long does the 1.57 version update the LogBlock tables default size?
5 minutes, 10 minutes?
And when the server is shutdown in the middle of the conversion will it continue after the server is restarted
Thanks!
For me it hangs the server while converting, tho a better option would be to let the server load 100% and then start converting.
Thanks
-
View User Profile
-
Send Message
Posted Aug 9, 2012Any chance logging of sand / gravel falling, blocks holding items (torch, Sign, Etc), Stairs position (on Redo), Log position, and fix redstone lamp not rolling back. There has been some crazy griefs and logblock is absolutely failing the server without these features. As griefers are getting smarter and know how to abuse logblock not logging these / not rolling back these.
-
View User Profile
-
Send Message
Posted Aug 9, 2012@asbomine
/lb lookup area <area> since <time> chestaccess
Or go in your config and change the default line limit for your tool.
-
View User Profile
-
Send Message
Posted Aug 9, 2012I love how I can look into how a chest was modified in-game. But how can I get a more complete look? It only shows the last 15 or so modifications. How can I check how it was modified further than 15 modifications ago?
-
View User Profile
-
Send Message
Posted Aug 9, 2012Is this compadible with permissionsex? I gave someone the - logblock.spawnTools and they cant do /lb toolblock.
-
View User Profile
-
Send Message
Posted Aug 9, 2012Our players table is full:
2012-08-10 00:42:52 [WARNING] [LogBlock] Error while importing: 'INSERT INTO `lb-world_ether` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1344551717), 65584, 1, 0, 0, '-289', 38, '1358');': Data truncation: Out of range value for column 'playerid' at row 1
Could you please get the player ID upgraded to Medium or Small INT as well?
-
View User Profile
-
Send Message
Posted Aug 9, 2012Hi i get this, about, all the time :)
http://pastebin.com/86SRREn4
-
View User Profile
-
Send Message
Posted Aug 9, 2012@funfair91
What?
@JJHatton
Please expand on 'something about mysql'
-
View User Profile
-
Send Message
Posted Aug 9, 2012Hi, i am using bpermission
Using 1.2.5 and i found out that the permission is not found in the console