-
Notifications
You must be signed in to change notification settings - Fork 67
Home
Marcelo edited this page Aug 2, 2017
·
2 revisions
- Download the jar and place it in your server's plugin directory
- Start the server to generate the config file
- Set up permissions
- That's about all you need to do if you plan on using SQLite for storage
- 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.
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: ''