A simple lootable corpses plugin - ONLY works on 1.17.1 (Spigot and forks)
- Estensive events and API
- Support for different block heights (Exibits A & B)
- Always place on solid blocks (min 0.5 x 0.5 non passable blocks) - Aka: fix spawning INSIDE doors, trapdoors, ecc.
- Keep player death drops in the corpse inventory (open on click)
- *Automatic corpses removal (scheduled)
- *Hold player exp (given to the first opener)
- *Don't spawn corpse in fire or lava
- *Remove corpse when their inventory is emptied
*Editable or toggleable in config
Or you can just check the config for yourself!
Note: the corpses keeps the chunk loaded
<repositories>
<repository>
<id>an0m-repo</id>
<url>https://an0m.dev/maven/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>dev.an0m</groupId>
<artifactId>An0mCorpses</artifactId>
<version>LATEST</version> <!--Or just use a specific version-->
</dependency>
</dependencies>