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 Apr 26, 2012What do I put near the log world thing...
-
View User Profile
-
Send Message
Posted Apr 25, 2012I'm having this error:
2012-04-25 23:43:28 [SEVERE] [LogBlock Consumer] SQL exception on INSERT INTO `lb-world` (date, playerid, replaced, type, data, x, y, z) VALUES (FROM_UNIXTIME(1335382302), 3, 0, 3, 0, '49965', 64, '-165');: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'x' at row 1 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3591) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570) at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779) at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622) at de.diddiz.LogBlock.Consumer.run(Consumer.java:292) at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) at java.lang.Thread.run(Thread.java:722)
Anyone know how to fix it?
EDIT: Never mind, I fixed it myself. I had to edit the structure of the X and Z and change values to a higher number (from 6 to 9), and change Type to "MEDIUMINT", and problem was solved.
SUGGESTION: Maybe the developper should increase this to a higher number aswell, because people tend dto /tppos to distant places to avoid griefers...
-
View User Profile
-
Send Message
Posted Apr 25, 2012@craftallnight
2012-04-25 15:36:32 [INFO] [LogBlock] Enabling LogBlock v1.41
Again, Download a Dev Build. The latest is v1.52
-
View User Profile
-
Send Message
Posted Apr 25, 2012helo all
my server log:
any idea?
-
View User Profile
-
Send Message
Posted Apr 25, 2012@CosmicVoyager
I need more information on how your webserver, database server, and minecraft server are setup.
A) Do these all run off of the same host machine?
B) Is logblock webstats setup to use a local connection? Example: localhost port 3306 username joe password smith
-
View User Profile
-
Send Message
Posted Apr 24, 2012Greetings,
When I try to view logblock webstats from another computer it says " address is not allowed to connect to this MySQL server".
How do I set it so it is public? Do I need to change the MySQL config file? Where is it on Mac, please?
Thanks
-
View User Profile
-
Send Message
Posted Apr 24, 2012@mima19
with logblock 1.52, cb rb 1.2.5 1.0, and bpermissions 2.9.1, I can't reproduce your error.
-
View User Profile
-
Send Message
Posted Apr 24, 201201:43:15 [INFO] [LogBlock] Enabling LogBlock v1.52 01:43:15 [INFO] [LogBlock] [LogBlock] Permissions plugin not found. Using Bukkit Permissions. 01:43:15 [INFO] [LogBlock] [LogBlock] Scheduled consumer with bukkit scheduler. 01:43:15 [INFO] [LogBlock] LogBlock v1.52 by DiddiZ enabled.
Even thou I have bPermission.
-
View User Profile
-
Send Message
Posted Apr 24, 2012@briankdk
found it:-)
https://github.com/DiddiZ/LogBlock/wiki/FAQ
-
View User Profile
-
Send Message
Posted Apr 24, 2012@briankdk
Please anyone ???
how to fix the out of range error :-(
-
View User Profile
-
Send Message
Posted Apr 24, 2012@Paul_VB
I have made a video tutorial on how to install LogBlock and the needed mysql database with WAMP.
Part 1 - http://www.youtube.com/watch?v=gz6UVLRxE58 Part 2 - http://www.youtube.com/watch?v=g2i2bM6KHAs
WAMP is good for beginners. Its for windows and has apache, mysql and phpmyadmin, also sqlbuddie for easy database management.
For a bit more advanced users i recommend XAMPP which is way better really if you get the hang of it.
For Linux there is LAMP and for mac there is MAMP.
Good luck :D
-
View User Profile
-
Send Message
Posted Apr 24, 2012@SafeFatNoob
Repository Links: (non 8080)
LogBlock.jar 1.52 Last Successful Snapshot (java1.7)
http://tinyurl.com/77vokr6
LogBlockQuestioner.jar 0.3 Last Successful Snapshot (java 1.7)
http://tinyurl.com/7fpe82j
@Paul_VB
http://dev.mysql.com/usingmysql/get_started.html
-
View User Profile
-
Send Message
Posted Apr 24, 2012@deleted_7554077
Thank you.
-
View User Profile
-
Send Message
Posted Apr 24, 2012@DoctorBoyd Enable chestaccess: true in the world specific config file world.yml
-
View User Profile
-
Send Message
Posted Apr 23, 2012@nate302
Thanks for your help. The error is gone after deleting the database and creating a new one.
A new problem came up. I noticed that it won't detect chestaccess. It worked in testing but not in the main server. Any thoughts?
I'll post back here if I figure it out but I can't test until the weekend.
-
View User Profile
-
Send Message
Posted Apr 23, 2012Was working until yesterday http://pastie.org/3840345
-
View User Profile
-
Send Message
Posted Apr 23, 2012@nate302
ok, so what is an sql database and how do i set one up?
-
View User Profile
-
Send Message
Posted Apr 23, 2012@nate302
Thanks for your help, but it still doesn't work. It seems I can't connect to websites with a :8080 in the address.
It is possible for someone to upload the plugin via Medafire or something???
-
View User Profile
-
Send Message
Posted Apr 22, 2012@SafeFatNoob
Logblock 1.5.2:
http://tinyurl.com/7mqftj4
Questioner v 0.3:
http://tinyurl.com/6nmwogf
NOTE: Both are compiled with java 1.7!
@Paul_VB
It means you have no sql database setup for logblock.
@mima19
because you need to list it in the config under worlds that are logged. Keep in mind the world's name is case sensitive. By enabling it, a server restart should make a separate config file for that world, giving you world specific options for logging.
-
View User Profile
-
Send Message
Posted Apr 22, 2012No database connected? what does that mean??