26 September 2015
setregioninfo (Commands) | |
---|---|
Type | Corrade progressive command |
Command | setregioninfo |
Description | The setregioninfo command sets the estate region info. This command requires Corrade to be an estate manager for the region to set the info for. |
Permissions | land |
Parameters | group , password |
Last Changes | Release 9.19 - added. |
The setregioninfo
command sets the estate region info. This command requires Corrade to be an estate manager for the region to set the info for.
Command | Required Parameters | Required Corrade Permissions | Required Abilities | Example |
---|---|---|---|---|
setregioninfo | group , password | land | Corrade must be an estate manager. | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "setregioninfo", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // do not allow terraform "terraform", "False", // allow flying on the region "fly", "True", // do not allow physical damage "damage", "False", // do not allow land resell "resell, "False", // do not allow pushing on the region "push", "False", // allow parceling (joining and sub-dividing) "parcel, "True", // set the agent limit to 20 (default 40) "limit", 20, // set the object bonus to 2.0 (default 1.0) "bonus", 2.0, // set the region as mature "mature", "True", "callback", wasURLEscape(URL) ] ) ); |
Note that the limit
and bonus
parameters must be explicitly set or the default values will be set.