Fixes & Changes:
- Implemented AuthMe compatability by creating a select command: /vampyr select which allows them to select their species after going through the login process. Compatibility for premium players remains the same.
Additions:
HOW TO UPLOAD:
- Integrated MySQL into the plugin. You will need to update your config.yml to credit the new database configurations. You have the option to switch between SQLite and MySQL.
- Load the new update.
- Go into your config.yml and copy the new database config at the bottom.
YAML:database: type: "sqlite" # Storage backend to use. Options: "sqlite" or "mysql" filename: "species_data.db" # SQLite filename (only used when type is "sqlite") mysql: host: "localhost" # MySQL server hostname or IP address port: 3306 # MySQL server port database: "vampyrreborn" # Name of the MySQL database to connect to username: "root" # MySQL username password: "" # MySQL password use-ssl: false # Whether to use SSL for the MySQL connection migration: auto-migrate: true # Automatically migrate SQLite data to MySQL on first startup with MySQL enabled
Additions:
- When a vampire dies to a holy item, they will lose experience points.
- The amount of experience points they lose is configurable.
- You can change it so they lose a % of their level experience.
- You can make it so they drop levels or don't at all.
Fixes | Changes:
- Added in the blessed item abilities for humans in the
messages.ymlfile. Minor change.
Additions:
- Vampires do not lose default minecraft hunger. There is no requirement for them to eat items such as chicken, cooked beef, bread etc. they only need blood.
Fixes | Changes:
- Implemented the two new holy water items into the giveitem command.
- Removed debugging messages.
- Removed unnecessary console messages
