VampireX
Become a Vampire and regenerate your health by killing other players and mobs.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
VampireX
VampireX
Become a Vampire and regenerate your health by killing other players and mobs.
Features
- Regenerate health by killing other players and mobs - Customizable heal amounts - Configurable messages
Permissions
- `vampirex.use` - Allows the player to use the vampire ability - `vampirex.admin` - Allows reloading the plugin configuration
Configuration
The plugin comes with a default configuration file (`config.yml`) that can be customized to fit your server's needs. You can modify the following settings:
```yaml
Default amount of health to regenerate if entity not in custom list
heal-amount: 2.0
Whether to use custom heal amounts per entity type else plugin will use default heal-amount for all
custom-heal-amounts: true
Amount of health to regenerate per entity type (1.0 = 0.5 hearts
entity-heal-amounts: PLAYER: 4.0 ZOMBIE: 2.0 COW: 1.0 SPIDER: 0.0
Whether to send the heal message or not
send-message: true
Message sent to the player when they heal
heal-message: "&cYou drank the blood of your victim and felt rejuvenated!" ```