DragonEggBuffs
Adds special abilities and buffs to the dragon egg holder
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.
DragonEggBuffs
DragonEggBuffs
Join my discord server for support or to report bugs!
Features
- Special effects for the holder - Extra hearts for the holder - Ability to change normal heart count - Option for the holder to glow - Option for the dropped egg to glow - Custom dropped egg name - Lifesteal compatibility - Stop players from destroying the dragon egg - Block players from putting the egg in enderchests
Commands
- /dragoneggbuffs reload - Reloads the config
Steps For Lifesteal Compatibility
- Add health boost to the effects (`HEALTH_BOOST`) and set `extra-hearts-enabled` to `false` - 1 Health Boost Level = +2 Hearts
Simple Config
```
FOR LIFESTEAL: Add health boost to the effects (HEALTH_BOOST) and disable extra hearts
1 Health Boost Level = +2 Hearts
Whether to glow the egg holder or not
glow-holder: true
Whether to make the egg glow when dropped
glow-drop: true
Enabled: Whether to give the dropped item a name
Name: The name to give the dropped item
name-drop: enabled: true name: "&5&lDragon Egg"
Whether to enable extra hearts
extra-hearts-enabled: true
Amount of hearts to grant to the egg holder
normal-hearts + extra-hearts = Hearts with egg
extra-hearts: 10
The original heart count of all players
normal-hearts: 10
Whether to block players from putting the egg into their enderchest
block-enderchest: true
Whether the egg can be destroyed in specific ways
stop_destroy: lava: true fire: true cactus: true explosions: true despawning: true
List of effects to give to the egg holder
effect_list: FIRE_RESISTANCE: 1 SPEED: 1 STRENGTH: 1 ```