-
Notifications
You must be signed in to change notification settings - Fork 60
Installation
Vincent Bolta edited this page Mar 2, 2018
·
5 revisions
- 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!
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.
If you do not have a MySQL database, storage should automatically be set for flatfile and you may skip this step.
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
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!