Reminder: This plugin is still not production-ready, so use it at your own risk.
Changelog:
- Added SQLite support and made it the default storage type for the plugin.
- Fixed a bug in owned effects GUI for OP players where the effects where not showing...
- Changed storage section in config.yml so users can choose from SQLite and MYSQL for storage type.
Code (YAML):
storage
:
# The type of storage to use.
# Options: SQLITE (default), MYSQL
type
: SQLITE
# --- MySQL Settings ---
# These are ONLY used if 'type' is set to MYSQL.
mysql:
host
: localhost
port
: 3306
database
: elytraessentials
username
: root
password
:
Note: Decided to make this update since there was a big issue not allowing the plugin to startup on servers that didn't use MySQL storage. This is fixed with the addition of
SQLite as the default storage. However, there may be other bugs that I need to review so be patient please.
