Björn Teichmann 602b1192d1 Fix SMALLINT only allowing 65535 players to log
We just ran into the problem where new users didn't make any edits and after some digging I just found out why:
The playerid in the kb-players table was a SMALLINT. Changing that to an INT should work for some more years now ;-)
2013-03-30 09:58:57 +01:00
2012-11-02 13:30:07 +05:00
2010-12-18 14:49:45 -07:00
2013-03-10 18:16:57 +01:00
2012-03-13 11:54:48 -03:00

This plugin logs block changes such as breaking, placing, modifying, or burning to a MySQL Database. It can be used as an anti-griefing tool to find out who made a particular edit, or even roll back changes by certain players.

Originally written by bootswithdefer, for hMod, ported to Bukkit by me, because of the inability to identfy griefers. BigBrother also did't work, so I was forced to do it myself. The honor belongs to bootswithdefer for the sourcecode, I only spent about 8 hours to transcribe. All functions except sign text logging shold work as in hMod. The use of permissions plugin is possible, but not necessary.
S
Description
Logs blocks.
Readme
3.4 MiB
Languages
Java 100%