Added new config option:
- spawn-corpse-on-player-leave
Enabling this will spawn a corpse when a player leaves your server and clear their inventory.
Add the following to your config.yml file:
Code (YAML):
# Set to true to spawn a corpse when a player leaves the game without killing the player
# Note: This will clear the player's inventory, it is up to them to retake their inventory from their corpse on rejoin
# Note: kill-on-leave must be false for this to be enabled
spawn-corpse-on-player-leave
: false