Deaths File

This is the deaths.yml file which is created when starting your Server with the Plugin in the /plugins folder. If you run into any config problems, please copy this file or ask for help on the Support Discordarrow-up-right.

# SimpleEssentials Deaths Configuration
# This file stores all player death records
# 
# Structure:
# deaths:
#   <player_uuid>:
#     <death_id>:
#       timestamp: <unix_timestamp>
#       world: "world_name"
#       x: <x_coordinate>
#       y: <y_coordinate>
#       z: <z_coordinate>
#       death_reason: "death_message"
#       gamemode: "SURVIVAL/CREATIVE/ADVENTURE/SPECTATOR"
#       server: "server_name"
#       xp_level: <level>
#       dimension: "NORMAL/NETHER/END"

deaths: {}