Ultimate Carlock
RaidConfig.json
$profile:UltimateCarlock/RaidConfig.json
Raid-Tool, Dauer, Alarm-Sound, Distanz, Webhook und Raid-/No-Raid-Zonen.
Beispiel-Config
Passe Werte, Classnames und Positionen an deinen Server an.
{ "RaidToolClassname": "Lockpick", // Tool needed to start raid. "RaidDurationSeconds": 60.0, // Seconds until vehicle opens. "AlarmSoundIntervalSeconds": 2.0, // Alarm sound interval during raid. "MaxRaidDistance": 10.0, // Max player distance in meters. "RaidToolDamageOnSuccess": 0.0, // Tool damage. 0.0 = disabled. "EnableRaidWebhook": false, // Send webhook on success. "RaidWebhookUrl": "", // Webhook URL. Empty = off. "RaidZonesActivated": "1", // "1" = only inside RaidZones. "RaidZones": [ // Allowed raid areas. { "name": "hunting", // Custom zone name. "x": 6596.0166015625, // Map X coordinate. "y": 8648.1904296875, // Map Y coordinate. "r": 500.0 // Radius in meters. } ], "NoRaidZonesActivated": "0", // "1" = block NoRaidZones. "NoRaidZones": [ // Blocked raid areas. { "name": "elektro", // Custom zone name. "x": 10460.05859375, // Map X coordinate. "y": 2278.8720703125, // Map Y coordinate. "r": 150.0 // Radius in meters. } ] // Only one zone mode can be active. RaidZones wins.}