Get Parcel List

25 February 2017

  • Release 9.157 - the command no longer requires group permissions.

7 June 2015

  • Release 8.22 - added the optional region parameter.
getparcellist (Commands)
TypeCorrade progressive command
Commandgetparcellist
DescriptionThe getparcellist command can be used to retrieve the allowed and banned avatars for a parcel.
Permissionsland
Parametersgroup, password, type
Last ChangesRelease 8.22 - added the optional region parameter.

The getparcellist command can be used to retrieve the allowed and banned avatars for a parcel.

Command Required Parameters Required Corrade Permissions Example
getparcellist group, password, type land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // Get the banned users
            // for the parcel at
            // <128,128,0>
            "command", "getparcellist",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "type", "Ban",
            "position", <128,128,0>
        ]
    )
);
Parameter Possible Value Description
type Access Retrieve the access list.
Ban Retrieve the ban list.
Both Retrieve both the access and the ban list.
Optional Parameters Possible Value Description
position A vector. A position over a parcel, or, if not specified, the affected parcel is the one that Corrade is currently on.
region A string representing a region name. Attempt to perform the command on the specified region. Note that Corrade must be connected to that region. If in doubt, please use the getconnectedregions command to determine whether the region you want to specify is currently connected. If the region is not specified, then Corrade assumes that the region is the region that Corrade is currently on.

secondlife/scripted_agents/corrade/api/commands/getparcellist.txt ยท Last modified: 2023/09/27 10:10 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.