An open API service indexing awesome lists of open source software.

https://github.com/huzvanec/latestdeaths

Plugin that provides player death information and stores it
https://github.com/huzvanec/latestdeaths

minecraft-plugin

Last synced: 3 months ago
JSON representation

Plugin that provides player death information and stores it

Awesome Lists containing this project

README

        

# 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](https://mariadb.com/kb/en/mariadb-1070-release-notes/) or later!
# Usage
#### Read your last death
`/ld`

This requires the player to have the `latestdeaths.lastdeaths` permission
#### Read your last few deaths
`/ld `

The amount limit can be [specified in the config](https://github.com/Mandlemankiller/LatestDeaths/blob/master/src/main/resources/config.yml#L24), players with `latesetdeaths.overlimit` permission can bypass this limit.
#### Read somebody else's few last deaths
`/ld `

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](https://java.com), [Git](https://git-scm.com/), [Maven](https://maven.apache.org/)

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```