13 March 2022
7 October 2016
The addconfigurationgroup command can be used to add a group to Corrade's configuration.
| Command | Required Parameters | Required Corrade Permissions | Example | 
|---|---|---|---|
| addconfigurationgroup | group,password,target,secret,permissions,notifications | system | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Configure a new group. "command", "addconfigurationgroup", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // The name or the UUID of a group. "target", "b2eaaaea-995a-01d3-10eb-712d3b2d68f4", "secret", llSHA1String("test"), // Corrade group permissions to set. "permissions", wasListToCSV( [ "group", "notifications", "talk", "interact" ] ), // Corrade group notifications to set. "notifications", wasListToCSV( [ "alert", "balance", "inventory" ] ), "callback", wasURLEscape(URL) ] ) ); | 
http_request. To change individual settings for a group, you should consider accessing the configuration using the configuration command instead of removing and creating the entire group again.