Create a Group

31 October 2021

  • C11 - return the group UUID.

21 May 2016

  • Release 9.78 - added optional parameter target.

7 June 2015

  • Release 8.22 - check for group and economy.
creategroup (Commands)
TypeCorrade progressive command
Commandcreategroup
DescriptionOnce a group has been configured in Corrade's configuration file, the creategroup command can be used to create that group in-world. In case the target optional parameter is specified, then Corrade can create a group that is not yet defined in the configuration file.
Permissionsgroup, economy
Parametersgroup, password, data
Last ChangesRelease 9.78 - added optional parameter target.

Once a group has been configured in Corrade's configuration file, the creategroup command can be used to create that group in-world. In case the target optional parameter is specified, then Corrade can create a group that is not yet defined in the configuration file.

Command Required Parameters Required Corrade Permissions Example
creategroup group, password, data group, economy
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "creategroup",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "data", wasListToCSV([
                "charter", "My new group!",
                "open", "True",
                "listed", "True",
                "fee", 100
            ])
        ]
    )
);
Optional Parameter Possible Value Description
target A group name or UUID. The group to act upon. If this parameter is omitted, then the command acts upon the configured group passed to the group parameter.

The data parameter is supplied a list of fields and properties from the libopenmetaverse Group structure.

The command will return the group UUID of the newly created group.


secondlife/scripted_agents/corrade/api/commands/creategroup.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.