v1.27

Details

  • Filename
    BKCommonLib.jar
  • Uploaded by
  • Uploaded
    Sep 23, 2012
  • Size
    138.22 KB
  • Downloads
    20,092
  • MD5
    0f989b35fe190d4c1f1416aaaf7e11e0

Supported Bukkit Versions

  • CB 1.3.2-R0.1

Changelog

  • Added entity swapping logic
  • Fixed some unsafe casts and added tryCast.
  • WorldListener is gone, there are now EntityAdd and EntityRemove events.
  • Added a nextTick function to execute runnables the next tick. This is done by the BKCommonLib plugin, which executes all the runnables in a synchronized list. (two lists are used to prevent thread locking while executing).
  • This version is also CraftBukkitUpToDate compatible.