Zurück zu Configs

Ultimate Trader

safezones.json

$profile:UltimateTrader/safezones.json

Safezone-Radius, Schutz-Timer, Cleanup-Regeln, Whitelist und Zonenpositionen.

Beispiel-Config

Passe Werte, Classnames und Positionen an deinen Server an.

{  "ConfigVersion": 3, // Config format version.  "DefaultRadius": 500.0, // Default radius in meters.  "ProtectionTimer": 5.0, // Seconds before protection ends.  "CleanupEnabled": 1, // 1 = cleanup on, 0 = off.  "CleanupIntervalSeconds": 1800.0, // Seconds between cleanup runs.  "CleanupWhitelist": [ // Classes ignored by cleanup.    "UltimatePersonalStorageChest", // Keep storage chest.    "Transport" // Keep all vehicles.  ],  "Zones": [ // Configured safezones.    {      "Name": "Green Mountain Safezone", // Safezone name.      "Center": [ // X, Y, Z center position.        3689.5, // X coordinate.        402.0220031738281, // Height/Y coordinate.        6005.9501953125 // Z coordinate.      ],      "Radius": 500.0 // Radius in meters.    },    {      "Name": "Devils Castle Safezone", // Safezone name.      "Center": [ // X, Y, Z center position.        6940.240234375, // X coordinate.        405.78900146484377, // Height/Y coordinate.        11433.2001953125 // Z coordinate.      ],      "Radius": 500.0 // Radius in meters.    }  ]}