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 acceptor/group accept 550e8400-... - Notes: If you have only one pending invitation, the
groupIdis optional.
/group decline [groupId]
Decline a group invitation.
- Permission:
groupmanager.group.decline - Example:
/group declineor/group decline 550e8400-... - Notes: If you have only one pending invitation, the
groupIdis 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
| Command | Arguments | Description | Leader Only |
|---|---|---|---|
/group invite | <player> | Invite a player | No |
/group accept | [groupId] | Accept invitation | No |
/group decline | [groupId] | Decline invitation | No |
/group leave | — | Leave group | No |
/group kick | <player> | Kick a member | Yes |
/group transfer | <player> | Transfer leadership | Yes |
/group disband | — | Dissolve group | Yes |
/group info | — | View group info | No |
/group ui | — | Open group UI | No |
/group confirm | — | Toggle confirmation UI | No |