promotional bannermobile promotional banner

NtfLog plugin

An embedded block logging system. It supports rollback and redo.

File Details

Release 1.0

  • R
  • Mar 18, 2012
  • 45.95 KB
  • 256
  • CB 1.2.3-R0.2

File Name

ntfwc_blockLoggingPlugin_Release_1.0.zip

Supported Versions

  • CB 1.2.3-R0.2

First release: Commands: /getblocklog - Gets the log of changes for the last location a block was placed /rollbackregion - rolls back the changes of a user over an area defined by two block placements /redoregionblockchanges - redoes the changes of a user over an area defined by two block placements

For memory efficiency, only about 10 changes will be kept for any particular block.*

The rollback and redo can make mistakes.

  • The number recorded can actually be a bit higher than 10, since the ceiling for a deletion operation is actually 14 changes. In other words, the system won't actually delete any recorded changes until there are 14 or more changes for a particular block.