A Minecraft plugin that displays modern elimination messages for all death types.
9R3A
- GitHub: 9R3A
- Modern elimination messages for all death types
- Configurable messages through config.yml
- Colored messages (white player name, red elimination text)
- Supports all Minecraft death causes
- Download the plugin jar file
- Place it in your server's
pluginsfolder - Restart your server
- Configure in
plugins/ModernDeathMessages/config.yml
The plugin uses a simple configuration file (config.yml):
&f- White (for player names)&c- Red (for elimination message)
%player%- Shows the player's name%killer%- Shows killer's name (PvP only)
# Clone the repository
git clone https://github.com/9R3A/ModernDeathMessages.git
# Navigate to project directory
cd ModernDeathMessages
# Build with Maven
mvn clean packageThe compiled plugin will be in target/ModernDeathMessages-1.0-SNAPSHOT.jar
- Java 8 or higher
- Spigot/Paper 1.13+
- Maven (for building)
- PvP
- Fall damage
- Drowning
- Fire/Burning
- Lava
- Explosion
- Void
- Poison
- Magic
- Wither
- And more...
For a complete list of supported death types, check the config.yml file.
- From Here