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

https://github.com/midnighttale/hydeath


https://github.com/midnighttale/hydeath

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Hydeath is an essential plugin designed for Spigot, Paper, and Folia servers. It significantly enhances the gameplay experience by mitigating the frustration of losing items upon death, making the process of recovering lost items seamless and efficient.

### config.yml
```yml
# Spread amount for dropped items
# Adjust how much the dropped items spread out when a player dies
spreadAmount: 0.2

# Item settings for dropped items
itemSettings:
canMobPickup: true # Allow mobs to pick up the dropped items
invulnerable: true # Make dropped items invulnerable
glowing: true # Make dropped items glow
unlimitedLifetime: true # Make dropped items never despawn
```
Credit: [Easy Deaths](https://github.com/ringprod/easy-deaths)