Corpse
Corpse is a plugin to enable dead bodies on your server when you die!
The plugin is inspired by
this one but given the innativity I decided to recreate it using packets which allows scalability in multiple versions!
Only uses packets instead of registering the entity in the actual Minecraft server.
Commands
/spawncorpse [Player] - Spawns a corpse of a player if the name is given else it just spawns a corpse of yourself.
/removecorpse [radius] - Removes any coprse(s) in a radius of you.
Permissions
corpses.spawn - Permission to use /spawncorpse
corpses.remove - Permission to use /removecorpse
Installation
1. Put the jar in the plugins folder.
2.
Reboot your server. Do not use /reload
Configuration
Code (YAML):
## Set in seconds how long the corpse lasts. (-1 or lower for forever.)
corpse-time
: 10
## Sets if corpses spawn on death. (true or false)
on-death
: true
## Show name tags on corpses. (true or false)
show-tags
: false
## Should we render player armor and items on the corpses?
render-armor
: true
## Maximum distance for rendering corps
corpse-distance
: 60
## Lootable corpses
lootable-corpses
: true
Api
Usage
Images
Source
https://github.com/unldenis/Corpse
Please: I always appreciate feedback, but not in the review section. If you have a problem, just send me a PM or please report it in GitHub Issues.