Skip to content
Vincent Bolta edited this page Mar 2, 2018 · 5 revisions

How to install Autorank?

  • Download the Autorank file and PluginLibrary file.
  • Put the Autorank.jar and PluginLibrary.jar into your plugins directory for the server
  • Run the server once to generate the necessary files
  • Stop the server to alter configuration files
  • Start the server once you're done with editing the files!
  • Enjoy Autorank!

Database Configuration

You have to options for storing the time of players. You can use a flatfile or use MySQL. By default (if you do nothing), Autorank will use a flatfile.

Flatfile database

If you do not have a MySQL database, storage should automatically be set for flatfile and you may skip this step.

MySQL Database

Please remember that you can use MySQL or flatfile, but not both at the same time.

  • Navigate to Settings.yml
  • Configure the settings for your MySQL database
  • See also MySQL setup

Debug mode

Sometimes, you need to enable debug mode so that a developer of Autorank can understand what's going on. How do you turn it on, though?

Open the Settings.yml and add a new line called 'use debug: true' (without the quotation marks). That's basically it. Simple Susan!

Clone this wiki locally