promotional bannermobile promotional banner

WorldBorder

a feature-rich world size limiting plugin, which can also generate or trim a world to your border

File Details

1.8.6

  • R
  • Aug 16, 2016
  • 116.78 KB
  • 61.4K
  • 1.10+2

File Name

WorldBorder.jar

Supported Versions

  • 1.10
  • 1.9
  • 1.8

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.