Get Parcel List
25 February 2017
7 June 2015
getparcellist (Commands) |
Type | Corrade progressive command |
Command | getparcellist |
Description | The getparcellist command can be used to retrieve the allowed and banned avatars for a parcel. |
Permissions | land |
Parameters | group , password , type |
Last Changes | Release 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. |