HeadsLeaderBoards V4.0.2

Details

  • Filename
    HeadLeaderBoards-V4.0.2.jar
  • Uploaded by
  • Uploaded
    Jan 28, 2015
  • Size
    83.36 KB
  • Downloads
    10,595
  • MD5
    1b56a9c6efb4ccd5156457d41a376c0a

Supported Bukkit Versions

  • 1.8.1

Changelog

V4.0.2

  • Adds direct UUID support.
  • Fixes setup command bug where setup command would not recognize created leaderboards

V4.0

This update brings some major changes to Heads Leaderboards. But don't worry, it's still backwards compatible with your old leaderboards!! :)

  • The first change you will notice is that the leaderboard.yml is gone and replaced with a Leaderboards directory containing a separate file for each leaderboard. Everything else is related to MySQL leaderboards.
  • In the new yml's for the leaderboards you will notice plenty of new options.
  • First, Database is now a variable for each leaderboard. This will allow you to connect different leaderboards to different databases. Solving one of the most requested features.
  • Second, you will notice a variable for usingUUID. When set to true, you can use a UUID column instead of playernames and the plugin will plugin the playername from Mojang.
  • Third, you will notice the variable for multiStat. When enabled and setup this will allow you to show two stats on one table. For instance you could have a pvp leaderboard that shows both Kills and Deaths of the leaders. The leaderboard will still be sort by the first stat.

V3.6

  • Added a option that allows you to use FlatFile SQLite databases.

V3.51

  • Bug fix. Sorry, I had a chunk of code that mean you needed a valid SQL connection even when using Flat File Storage. FIXED!.

V3.5

FFS - Heads LeaderBoards Finally Supports Flat File Storage

  • No MySQL, No Worries.
  • Heads Leaderboards now support Flat File Storage. Even if you don't using any other plugin, you can now have leaderboards by simply pointing the plugin to the stats directory of your world!!
  • Supports both JSON and YML files. Supports both files named by UUID and PlayerName.

V3.1

  • Added a cyclicUpdater option in the config. Allows leaderboards to be updated using a queue system to decrease lag spikes when using larger numbers of leaderboards.

V3.0.2

  • Couple of Bug Fixes. One big one causing console spam when breaking blocks.

V3.0

  • Almost a complete rewrite of the code. Please report any bugs.
  • Added ability to customize signs.
  • Added ability to change leaderboard numbers (in config)
  • Added a leaderboard updater so that leaderboards shouldn't break upon update to this version.

V2.1

  • Added options for sorting by world and sorting by other custom variable.

V2.0.3

  • Fixed bug that allowed /hlbupdate command to run when plugin was disabled.

V2.0.2

  • Bug fix. Maintains backwards compatibility for now.

V2.0.1

  • Updated to work with 1.8 Spigot release. Maintains backwards compatibility for now.

V2.0

  • Bug fixes
  • Removed Assign Command. Replaced with Setup Command.
  • SQL database calls are now Async

V1.2

  • Bug fixes
  • Ability to use MySQL databases that store playernames in separate tables.

V1.1

  • Bug fixes
  • Ability to change colors of leaderboard sign text (can be change in the leaderboards.yml).
  • Changes in how leaderboards are configured.
  • Ability to set leaderboard length.
  • Ability to do reverse order leaderboards (Ascending instead of Descending order).