Release 1.0

Details

  • Filename
    ntfwc_blockLoggingPlugin_Release_1.0.zip
  • Uploaded by
  • Uploaded
    Mar 18, 2012
  • Size
    45.95 KB
  • Downloads
    191
  • MD5
    fe6a016fafbac0ec94e7732caf5ab2b6

Supported Bukkit Versions

  • CB 1.2.3-R0.2

Changelog

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.