Get Estate Covenant

26 September 2015

  • Release 9.19 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: getestatecovenant Description[wiki]: The getestatecovenant command can be used to retrieve the covenant for the current region. Permissions[wiki]: land Parameters[wiki]: group, password Last Changes[wiki]: 8.22 - check for economy permission. </data>

The getestatecovenant command can be used to retrieve the covenant for the current region.

Command Required Parameters Required Corrade Permissions Required Abilities Example
getestatecovenant group, password land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getestatecovenant",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

The command returns in data a CSV, in order:

  1. the covenant UUID,
  2. the estate name,
  3. the UUID of the estate owner
  4. the timestamp.