Simple DeathLog
PluginLicenseRef-All-Rights-Reserved

Simple DeathLog

A simple plugin to see history player death in server

231
Downloads
1
Followers
1 years ago
Updated
📦
1
Versions

📖About Simple DeathLog

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'
}

preview