Skip to content

🌐 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.