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
- Host: GitHub
- URL: https://github.com/huzvanec/latestdeaths
- Owner: huzvanec
- Created: 2022-03-23T16:06:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T14:31:22.000Z (almost 2 years ago)
- Last Synced: 2024-07-23T13:49:28.625Z (10 months ago)
- Topics: minecraft-plugin
- Language: Java
- Homepage:
- Size: 770 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```