Groups

What it is: "allowed only for group"?

Users can be members of the group.

For example, there may be a group of "customers" and "guests." Then you can make sure that guests can not execute client commands.

Group can be modified on command editing

You can use BJS code for adding user to group:User.addToGroup(group_name)

Last updated