Homes File

This is the homes.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 Homes Configuration
# This file stores all player homes data
# 
# Structure:
# homes:
#   <player_uuid>:
#     <home_name>:
#       world: "world_name"
#       x: <x_coordinate>
#       y: <y_coordinate>
#       z: <z_coordinate>
#       yaw: <yaw_angle>
#       pitch: <pitch_angle>
#       created: <timestamp>

homes: {}