π Warps Configuration β
DANGER
This file was created automatically and should not be edited manually to avoid errors. Instead, use the commands from Essentials Plus. (/setwarp and /delwarp).
File Information
π File Location: mods/fof1092_EssentialsPlus/warps.json
π Back to Configuration Overview
The warps.json file stores all server warp points set with /setwarp.
Example Structure:
json
{
"version": "1.0",
"warps": [
{
"name": "spawn",
"position": {
"x": 0.5,
"y": 64.0,
"z": 0.5
},
"rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"world": "world-uuid"
},
{
"name": "shop",
"position": {
"x": 150.0,
"y": 65.0,
"z": -100.0
},
"rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"world": "world-uuid"
}
]
}Note: This file is automatically managed by the plugin. Use /setwarp and /delwarp commands to manage warps.