v1.3

Details

  • Filename
    Ranker.jar
  • Uploaded by
  • Uploaded
    Feb 15, 2013
  • Size
    70.94 KB
  • Downloads
    846
  • MD5
    f0dc7faea864bb4a2e3b42df01a7cea0

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

Ranker 1.3 is the first official release!

Now has an optional MySQL Support for synchronizing player stats to database (update every x seconds) and keep-Alive feature for operating systems that auto-sleep MySQL connections. Ranker will automatically generate the database and table structure for you.

If you don't want to delete your existing config.yml, just add the following code to your config.yml.

mysql:
  enable: false
  ip: 127.0.0.1
  username: root
  password: password
  port: 3306
  database: minecraft
  table: ranker
  update: 45
  keepalive: true
  • May add more stats type in future updates