Skip to main content

Commands

All GroupManager commands use the /group prefix.

Aliases

/group can also be written as /g, /party, or /p.


/group invite <player>

Invite a player to your group. Creates a new permanent group if you aren't in one.

  • Permission: groupmanager.group.invite
  • Example: /group invite Steve
  • Notes: You cannot invite yourself, players already in a group, or invite while in an external activity.

/group accept [groupId]

Accept a group invitation.

  • Permission: groupmanager.group.accept
  • Example: /group accept or /group accept 550e8400-...
  • Notes: If you have only one pending invitation, the groupId is optional.

/group decline [groupId]

Decline a group invitation.

  • Permission: groupmanager.group.decline
  • Example: /group decline or /group decline 550e8400-...
  • Notes: If you have only one pending invitation, the groupId is optional.

/group leave

Leave your current group.

  • Permission: groupmanager.group.leave
  • Notes: If the leader leaves, leadership is automatically transferred to the next member. If the group has only one member, it is dissolved.

/group kick <player>

Remove a member from the group. Leader only.

  • Permission: groupmanager.group.kick
  • Example: /group kick Alex
  • Notes: You cannot kick yourself. Only the group leader can kick members.

/group transfer <player>

Transfer group leadership to another member.

  • Permission: groupmanager.group.transfer
  • Example: /group transfer Alex
  • Notes: Only the current leader can transfer. The target must be a current group member.

/group disband

Dissolve the group entirely. Leader only.

  • Permission: groupmanager.group.disband
  • Notes: All members are removed and notified. This cannot be undone.

/group info

View information about your current group.

  • Permission: groupmanager.group.info
  • Notes: Shows group ID, leader, member list with online status, and group type.

/group ui

Open the graphical group management UI.

  • Permission: groupmanager.group.ui
  • Notes: The UI allows you to manage members, view invitations, invite players, and perform all group operations visually.

/group confirm

Toggle the invitation confirmation UI preference.

  • Permission: groupmanager.group.confirm
  • Notes: When enabled (default), invitations show a pop-up UI. When disabled, invitations appear only in chat.

Command Summary Table

CommandArgumentsDescriptionLeader Only
/group invite<player>Invite a playerNo
/group accept[groupId]Accept invitationNo
/group decline[groupId]Decline invitationNo
/group leaveLeave groupNo
/group kick<player>Kick a memberYes
/group transfer<player>Transfer leadershipYes
/group disbandDissolve groupYes
/group infoView group infoNo
/group uiOpen group UINo
/group confirmToggle confirmation UINo