🔧Managing Groups

a detailed explanation how to manage Groups. Players will be able to sign up with a group. This is used to separat players into different groups in a roster. For example Confirmed and Substitute.

Default Groups

  • Confirmed - The player that is confirmed to play

  • Substitute - Player that may be substituted

Creating a Group

/roster groups create name: Name [...Options]

  • name - Set the Name of the Group

  • group_role - Give the Group a Role.

  • selectable - Whether to allow Members to select this Group. Sets it to Public or Private. If Private only Roster Managers will be able to move players to that Group.

Modifying Groups

/roster groups modify group: Group [...Options]

  • group - Select a Group to modify.

  • name - Change the name of the Group.

  • order - Change the order of the Group using the number 1 as the lowest.

  • group_role - Give the Group a Role.

  • selectable - Whether to allow Members to select this Group. Sets it to Public or Private. If Private only Roster Managers will be able to move players to that Group.

  • delete_role - Where to delete the Role of the Group. To delete set True.

  • delete_group - Whether to delete the Group. To delete set True.

See Getting all Rosters and Groupsto list of the groups.

Last updated