v0.8

Details

  • Filename
    LogOres.jar
  • Uploaded by
  • Uploaded
    Sep 10, 2011
  • Size
    32.34 KB
  • Downloads
    2,975
  • MD5
    21f5112a076da01968630debbcc45b6d

Supported Bukkit Versions

  • CB 1.0.1-R1
  • CB 1337
  • CB 1060

Changelog

v0.8 - September 10, 2011


  • Small performance improvement in onBlockBreak(); for the majority of mining
    we now only have to do a single if() integer comparison and we're done.
  • Major improvement to cave detection. Plugin now efficiently stores the last
    50 blocks a player has mined in a circular buffer. When doing a cave check
    (which happens in a separate thread, not on main Bukkit thread), it now checks
    nearby air blocks against the player's recently mined blocks to determine if
    they are in a cave or a player-mined tunnel. This results in significantly
    more accurate cave detection and therefore less false positives.