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.
Does logblock work with 1.7.9 UUID's
@Lord_Cuddles
Go into PhpMyAdmin and drop the table :)
Is there a way to clear the chat database? Entering /lb clearlog chat doesn't do anything, am I doing it wrong?
hello,
When will update with uuids?
@eprimex
It doesn't work for it :/
Anyone tested LogBlock with asyncWorldEdit ?
@fungreenfox
I don't want it to ask me either! All I want it to do is NOT rollback after each ban... I don't want a yes or no question. And the plugin is outdated, inactive and doesn't not exist any longer from what I understand so...?
does this plugin log the commands used by players?
@jamietech
toolblock:
params: area 0 all sum none limit 15 desc silent
permissionDefault: false
rightClickBehavior: BLOCK
item: 7
mode: LOOKUP
canDrop: false
canToggle: false
defaultEnabled: true
aliases:
- tb
leftClickBehavior: TOOL
I did as you said. The command "/lb tb off" still works.
Also tried to add a "canToggle" just to see if it'd work, nope.
@asacavanagh
Set 'permissionDefault' to 'FALSE' as per FAQ.
@jamietech
So.. I have to remove the ability to use the toolblock completely to stop this problem? That's the only way I can see it working.. Even after looking at the FAQ.
A 'logblock.toolblock.toggle' permission node would be a nice addition...
A few players have been caught just putting the bedrock in a chest, toggling it, then placing them. Instead of having to use modifyworld or other controllers, a simple permission removal would be so much better/easier..
@asacavanagh
Don't give them the permission. Check the FAQ.
@snipershotmaster
Create a new tool set to use that command.
@Max633
Use 'kills' and subsequent params. https://github.com/LogBlock/LogBlock/wiki/Params#type
@Willcomputerguy79
You can either setup clearlog or do it manually.
Is there a way to disabled the command "/lb tb [off/on]"?
Players spawn the bedrock for the toolblock, then /lb tb off and place the block... I can't see anything to disable that without disabling the tool altogether which I don't want to do.
how do i make it so that LB will always rollback whats in the worledit region without entering the sel parameter?
I had a ramdisk issue where I lost a whole month of world changes (and the backups for that time turned out corrupt). I just used "/lb redo" and all 45000+ changes were restored in a couple seconds. Thanks logblock
Great plugin!!!
Hello How to rollback kill animals? Is this possible?
Thanks.
@dimitri_dm2
I also guess so.
The exiting part is when you look at https://github.com/LogBlock/LogBlock/wiki/FAQ where it says : It tries to rollback a different player. Specify the exact player with <>s: /lb rollback player <player>.
This would have to be rewritten into
It tries to rollback a different UUID. Specify the exact UUID with <>s: /lb rollback player <UUID>.
@Willcomputerguy79
there are 3 ways, flatfile, mysql or by command. Wiki can tell. If hole world is new, you can just delete the flatfile named after that world. But, if you have started on loggin into same file with the new world under same name, you need to use the command lb purge.
@BiGUNMAN
under questioner: you have askRollbacks: true, change to false or answer No, when asked for rollback. This requires the extra plugin, LogblockQuestioner to use that function with yes and no, but you might have something in the config close to this.