emergency.json

Dispatch settings for emergency calls. Services such as police and medic live under dispatch.services; add a custom service by adding a row in the managed editor.

Default service ids

  • police
  • medic

Fields

FieldMeaning
dispatch.callLifetimeSecondsHow long active emergency calls stay visible.
dispatch.callerCooldownSecondsCooldown before the same caller can create another call.
dispatch.minMessageLengthMinimum call message length.
dispatch.maxMessageLengthMaximum call message length.
dispatch.services[].idStable service id.
dispatch.services[].nameFallback display name.
dispatch.services[].nameKeyLocalization key for display name.
dispatch.services[].descriptionFallback description.
dispatch.services[].descriptionKeyLocalization key for description.
dispatch.services[].iconMaterial icon id.
dispatch.services[].accentColorUI color.
dispatch.services[].targetJobIdsJobs that receive calls for this service.

Reload

Use litherarp.emergency_reload after manual edits.