promotional bannermobile promotional banner

Ranker

A permission, economy, auto-ranking plugin based on requirement(s). Ranker tracks wealth, pvp, pve, and time to determine Rank.

File Details

v1.3

  • R
  • Feb 16, 2013
  • 70.94 KB
  • 945
  • CB 1.4.7-R1.0

File Name

Ranker.jar

Supported Versions

  • CB 1.4.7-R1.0

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