Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.x
1.18.x
1.17.x
1.16.5
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published 12 months ago
Updated 12 months ago
How the plugin works
When a player dies, a record will be created and stored with information about the date of death, location of death, death message, and cause of death.
Use the command /deathlog to display a list of death records.
Example When a player dies in the game, the record will be saved as follows:
DeathRecord{
playerName='Meo',
deathMessage='Meo was shot to death by skeleton',
deathLocation=Location{world=world, x=123.45, y=67.89, z=101.12},
deathDate=Sat Jun 15 2024 13:49:37,
causeOfDeath='arrow from skeleton'
}