Additions:
Fixes & Changes:
- 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.
HOW TO UPLOAD:
- Fixed a minor duplication bug with the hearts as an item. Further testing will be done on this today.
- Load the new update.
- Go into your config.yml and scroll down until you find database:. Copy the entire thing and replace it with:
YAML:database: type: "sqlite" # Database type (sqlite or mysql) # SQLite settings filename: "lifesteal.db" # SQLite database filename # MySQL settings (only used when type is mysql) mysql: host: "localhost" # MySQL server host port: 3306 # MySQL server port database: "lifesteal" # MySQL database name username: "root" # MySQL username password: "" # MySQL password ssl: false # Enable SSL connection
Additions:
- Implemented death bans into the plugin.
- Death bans can be enabled or disabled in the config.yml file.
- Added 24 permission nodes for death bans.
- The permission node is: lifesteal.ban.<number> (1-24).
- Example: lifesteal.ban.24 would ban for 24 hours.
Fixes & Changes:
Additions:
- Added in configurable messages for giving beacons and hearts. This wasn't in previous versions.
- Added in a /giveheart subcommand (/mythiclifesteal giveheart) so that administrators can give hearts as a physical item, saving time.
Additions:
- Implemented WorldGuard into the plugin. This is now a soft dependency.
- You can set custom flags for your server, overall enhancing how the plugin works.
Additions:
- Implemented HEX support.
- Reconfigured the entire plugin to make it much more presentable out of the box and hopefully require less work from you guys.
