Added: Corpses. You can now enable lootable corpses when a player dies. This plugins is using simple armorstands for this feature. No protocollib, no dependencies!
Added: new messages for corpses. When a corpse spawns a cool message will be displayed such as "%player% ist buried here!"
Added:command to remove spawned corpses: /dc clearcorpses
Removed:Critical instant respawn bug where killed players got their items back
Please note that you have to regenerate the lang.yml and the config.yml to make this update work for you correctly. Alternative: Add following lines to your config files:
config.yml
Code (YAML):
Death:
# The player respawns instantly on death # ( No death screen ) # This option is experimental. It can cause bugs instant_respawn: true
# This plugin has build in custom death messages # you can change them in the lang.yml custom_death_messages: true
# Spawn lootable corpses when a player dies! # You can even set cool messages in the lang.yml! corpses:
# Enable / disable corpses enable: true
# Remove corpses in seconds # If set to 0: Despawn on serverrestart remove_after: 10
lang.yml
Code (YAML):
# Corpses corpses-messages: -
"&c&o%player% &e&otook the L" -
"&c&lR.I.P %player%" -
"&eG3t R3kt &c%player%&e!" -
"%player% is buried here!" -
"&c%player% &edidnt saw this one coming!"