Additions:
- Integrated MySQL alongside SQLite into the plugin. Giving you options between SQLite (.db) or MySQL (database). Switching FROM SQLite to MySQL will safely migrate data. No data loss is expected from this update.
Fixes & Changes:
- Reorganised and structured the plugins source code.
HOW TO UPLOAD:
1. Load the new update.
2. Go into your config.yml and copy the entire database section and replace it with:
Code (YAML):
database:
type
:
"SQLite"
sqlite:
filename
:
"recipes.db"
mysql:
host
:
"localhost"
port
: 3306
database
:
"mythiccrafting"
username
:
"root"
password
:
"password"
useSSL
: false