1.1.2

Details

  • Filename
    FactionsTop.jar
  • Uploaded by
  • Uploaded
    Mar 18, 2017
  • Size
    561.42 KB
  • Downloads
    4,600
  • MD5
    7166791994c43db180dae0ff06548261

Supported Bukkit Versions

  • 1.11
  • 1.10
  • 1.9
  • CB 1.7.9-R0.2
  • 1.8.3

Changelog

1.1.2

I urge everyone who uses this plugin to update to this latest build, especially if you have a large server where performance is key.

  • CONFIGURATION CHANGES REQUIRED: Switched to a more conventional MVdW placeholder naming scheme. If you have any plugins that use these placeholders, they must use the newer names or they will not be registered.
    • Original:
      Code (Text):
      - {factions-top-rank-#} - The faction name of this specific rank.
      - {factions-top-rank-last} - The faction name ranked last place.
    • New:
      Code (Text):
      - {factionstop_name:*}
      - The faction name of a rank by replacing * with a number.
      - The faction name in last place by replacing * with "last".
  • Major performance fix: Force immediate recalculation on chunk unload. More can be seen here: https://github.com/novucs/factions-top/commit/de3293a3d3cedee321cb163d8efb9747edaddd4c
  • Simply disable economy support if Essentials economy API does not load rather than fail.
  • Fix multiple database persistence issues.