Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
Death leaves a curse behind.
โจ Features
EchoingDeaths adds immersive death-based curses to nearby players.
Whenever a player dies, nearby players receive temporary debuffs themed around the cause of death.
Examples:
- ๐ฅ Burn deaths spread weakness and hunger
- ๐ฅ Explosions cause nausea
- ๐ Drowning inflicts fatigue
- ๐ณ Void deaths spread darkness
- โก Lightning deaths shock nearby players
โ๏ธ Supported Platforms
- Spigot
- Paper
- Purpur
๐งฉ Supported Versions
- 26.1.x+
- Forward compatible toward future Bukkit revisions
๐ฆ Installation
- Download the plugin jar
- Place it into:
/plugins/
- Restart your server
- Configure:
plugins/EchoingDeaths/config.yml
๐ Commands
| Command | Description |
|---|---|
/echoingdeaths reload |
Reload configuration |
/echoingdeaths info |
Show plugin information |
/echoingdeaths test <cause> |
Test death effects |
/ed |
Command alias |
๐ Permissions
| Permission | Description |
|---|---|
echoingdeaths.admin |
Access admin commands |
echoingdeaths.reload |
Reload plugin config |
echoingdeaths.bypass |
Immune to curse effects |
โ Death Causes
EchoingDeaths supports configurable Bukkit death causes.
Examples:
FIRE:
FIRE_TICK:
LAVA:
FALL:
VOID:
SONIC_BOOM:
DROWNING:
FREEZE:
EXPLOSION:
LIGHTNING:
MAGIC:
WITHER:
HOT_FLOOR:
DRAGON_BREATH:
PROJECTILE:
ENTITY_ATTACK:
All effects are configurable directly inside:
config.yml
๐งช Example Effect Configuration
FIRE:
display-name: "Fire"
duration-seconds: 8
amplifier: 1
potion-effects:
- WEAKNESS
- HUNGER
๐ฌ Display Features
EchoingDeaths supports:
- Chat messages
- Actionbar messages
- Titles
- Sounds
All fully configurable.
๐ World Support
Supports:
- Per-world disabling
- Creative bypass
- Spectator bypass
- Permission bypasses
โก Performance
Designed to be:
- Lightweight
- Async-safe
- NMS-free
- Bukkit-only
- Multi-loader compatible
No packet manipulation. No version-specific internals.
๐ Configuration
The plugin automatically generates:
plugins/EchoingDeaths/config.yml
with fully documented settings.
๐ง Developer Notes
Built using:
- Java 21
- Spigot API
- Pure Bukkit architecture
No:
- NMS
- Reflection
- CraftBukkit internals
This improves:
- stability
- compatibility
- forward support
โค๏ธ Planned Features
- Custom particles
- Per-effect sounds
- PlaceholderAPI support
- Region support
- Totem interaction support
- Custom effect stacking
- MythicMobs compatibility
๐ License
MIT License
๐ค Author
Developed by Potenfyr


