Minecraft NtfLog plugin mod 2026 download
logo
minecraft mod NtfLog plugin

NtfLog plugin

Game Version: CB 1.3.2-R1.0
Total Downloads: 6,337
Updated: Jan 13, 2013
Created: Mar 18, 2012
Download NtfLog pluginDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Release 1.8 release 90.00 KB Jan 13, 2013 CB 1.3.2-R1.0 1,838 download NtfLog plugin Release 1.8 releaseDownload
NtfLog plugin release 1.7 release 40.57 KB Oct 6, 2012 CB 1.3.2-R1.0 615 download NtfLog plugin NtfLog plugin release 1.7 releaseDownload
Release 1.6 release 41.41 KB Jul 30, 2012 CB 1.2.5-R5.0 785 download NtfLog plugin Release 1.6 releaseDownload
Release 1.5 (Uses 1.2.5 R1.3) release 41.37 KB May 5, 2012 1.2.5 849 download NtfLog plugin Release 1.5 (Uses 1.2.5 R1.3) releaseDownload
Release 1.5 release 41.46 KB Mar 23, 2012 CB 1.2.3-R0.2 748 download NtfLog plugin Release 1.5 releaseDownload
Release 1.4 (for recommended craftbukkit release) release 41.17 KB Mar 20, 2012 CB 1.1-R6 344 download NtfLog plugin Release 1.4 (for recommended craftbukkit release) releaseDownload
Release 1.4 release 41.15 KB Mar 20, 2012 CB 1.2.3-R0.2 303 download NtfLog plugin Release 1.4 releaseDownload
Release 1.3 (for recommended craftbukkit build) release 46.00 KB Mar 19, 2012 CB 1.1-R6 574 download NtfLog plugin Release 1.3 (for recommended craftbukkit build) releaseDownload
Release 1.3 release 46.00 KB Mar 19, 2012 CB 1.2.3-R0.2 110 download NtfLog plugin Release 1.3 releaseDownload
Release 1.0 release 45.95 KB Mar 18, 2012 CB 1.2.3-R0.2 171 download NtfLog plugin Release 1.0 releaseDownload

Screenshots

Description

Share this:
(Formerly known as "ntfwc's embedded block logger plugin")

An embedded database block logging system. 
It allows you to check and rollback/redo the history of any blocks, so you can identify griefers and
undo the damage they have done.

It requires and utilizes the Apache Derby database for the embedded driver.

Features

  • block log query You can check the history of changes for any particular block.
  • rollback You can rollback the changes of any particular user over an area.
  • redo You can redo the changes of any particular user over an area.

Operation details

This plugin starts it's own embedded database upon initialization. It will store block changes in a table called "BLOCK_LOG_TABLE" in this database with the following values: (id BIGINT PRIMARY KEY GENERATED ALWAYS AS IDENTITY NOT NULL, x INT, y INT, z INT, username VARCHAR(16), worldName VARCHAR(40), block_id1 INT, block_data1 SMALLINT, block_id2 INT, block_data2 SMALLINT, time BIGINT) The database itself will be stored in a folder called BlockLogging in the plugin directory. The plugin communicates with this database asynchronously. Every block break and placement done by players is recorded. Note that this does not include changes performed by the server itself or other plugins, such as those done by tnt explosions. It will record up to about 10 block changes for any particular block, and once the amount gets to 14 or above it will delete older block changes to return it to 10.

Comments

Add a comment