1.8.6

Details

  • Filename
    WorldBorder.jar
  • Uploaded by
  • Uploaded
    Aug 16, 2016
  • Size
    116.78 KB
  • Downloads
    60,195
  • MD5
    762b52b587e7b3ae3a2d63ecacfb32a2

Supported Bukkit Versions

  • 1.10
  • 1.9
  • 1.8

Changelog

IMPORTANT NOTE: This version is only intended for Bukkit builds for Minecraft 1.8+, specifically Spigot. Only Spigot 1.8, 1.8.7, and 1.9 builds have actually been tested, though there are no reported problems on Spigot 1.10.

  • Fix for oversight in border knockback code that could lead to server lag if a player crossed the border at an extremely high Y (vertical) position. (by Kagamul)
  • Added Bukkit Events which are fired when Fill and Trim start, for use by other plugins. The Events added are com.wimbli.WorldBorder.Events.WorldBorderFillStartEvent and com.wimbli.WorldBorder.Events.WorldBorderTrimStartEvent. (by Maximvdw)
  • Added public methods to Fill and Trim task which indicate task progress, for use by other plugins. The Methods added are getPercentageCompleted(), getChunksCompleted(), and getChunksTotal(). (by Maximvdw)
  • Cleaned up confusing extra line in server log/console related to Border-checking timed task starting.