Reclaim a Parcel
parcelreclaim (Commands) |
Type | Corrade progressive command |
Command | parcelreclaim |
Description | The parcelreclaim can be used to reclaim a parcel. |
Permissions | land |
Parameters | group , password |
Last Changes | Release 8.22 - added the optional region parameter. |
The parcelreclaim
can be used to reclaim a parcel.
Command | Required Parameters | Required Corrade Permissions | Example |
parcelreclaim | group , password | land | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
// Reclaim the current parcel
// that Corrade is on
"command", "parcelreclaim",
"group", wasURLEscape(GROUP),
"password", wasURLEscape(PASSWORD)
]
)
);
|
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. |