π Homes Configuration β
DANGER
This file was created automatically and should not be edited manually to avoid errors. Instead, use the commands from Essentials Plus. (/sethome and /delhome).
File Information
π File Location: mods/fof1092_EssentialsPlus/homes.json
π Back to Configuration Overview
The homes.json file automatically stores all player home locations set with /sethome.
Example Structure:
json
{
"version": "1.0",
"homes": [
{
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"name": "base",
"position": {
"x": 100.5,
"y": 64.0,
"z": -200.3
},
"rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"world": "world-uuid"
},
{
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"name": "farm",
"position": {
"x": 250.0,
"y": 70.0,
"z": 350.5
},
"rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"world": "world-uuid"
}
]
}Note: This file is automatically managed by the plugin. Manual editing is not recommended.