Skip to content

Plugin that provides player death information and stores it

Notifications You must be signed in to change notification settings

huzvanec/LatestDeaths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LatestDeaths

About

LatestDeaths is a plugin, that saves data after each player's death and than provides a simple way to read it

Supported versions

Paper based servers 1.19.4+
Bukkit and Spigot are not supported!

LatestDeaths requires MariaDB version 10.7.0 or later!

Usage

Read your last death

/ld
This requires the player to have the latestdeaths.lastdeaths permission

Read your last few deaths

/ld <amount>
The amount limit can be specified in the config, players with latesetdeaths.overlimit permission can bypass this limit.

Read somebody else's few last deaths

/ld <amount> <player name>
This requires the player to have the latestdeaths.seeothers permission.
This command is also runnable from the console

Reload the plugin

/ldadmin reload
This requires the player to have the latestdeaths.admin permission

Build

Requirements:
Java, Git, Maven
Clone the repository:
git clone https://github.com/Mandlemankiller/LatestDeaths
Move to the folder:
cd LatestDeaths
Run maven:
mvn package
Done! The jar is now in the target directory, it's called LatestDeaths-1.0-SNAPSHOT.jar

About

Plugin that provides player death information and stores it

Topics

Resources

Stars

Watchers

Forks

Languages