26 September 2015
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.