Skip to content
Marcelo edited this page Aug 2, 2017 · 2 revisions

Installation

  1. Download the jar and place it in your server's plugin directory
  2. Start the server to generate the config file
  3. Set up permissions
  4. That's about all you need to do if you plan on using SQLite for storage
  5. If you want to store your data on a MySQL database then fill out the mysql portion of the config.yml before starting your server.

MySQL Database Setup

Fill out the mysql section of your config.yml. Change enable to true, and start your server.

mysql:
  enable: true
  host: 127.0.0.1
  port: 3306
  username: ''
  password: ''
Clone this wiki locally