promotional bannermobile promotional banner

/f top | Factions Top by Novucs

An efficient and comprehensive factions ranking system

File Details

1.1.2

  • R
  • Mar 18, 2017
  • 561.42 KB
  • 4.7K
  • CB 1.7.9-R0.2+4

File Name

FactionsTop.jar

Supported Versions

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

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.