First Steps
Once GroupManager is installed, players can start using groups immediately.
Creating Your First Group
To create a group, simply invite another player:
/group invite Steve
This automatically creates a new permanent group with you as the leader and sends an invitation to Steve.
Accepting an Invitation
When a player receives an invitation, they'll see it in chat. They can accept it with:
/group accept
Or, if they have multiple pending invitations:
/group accept <groupId>
The groupId is provided in the invitation message.
Viewing Your Group
Once in a group, use:
/group info
This shows the group ID, leader name, all members, and their online status.
Using the Group UI
For a graphical interface, simply type:
/group
The UI has 6 tabs:
- Group — view members, kick, promote, disband
- Invitations — invite online players
- Pending — accept or decline pending invitations
- Chat — group chat history
- Settings — toggle friendly fire (leader only)
- Public Groups — browse and join public groups
Group Chat and Teleport
Send a message to your group members:
/group msg Hello team!
Teleport to a group member (if enabled in config):
/group tp Steve
Leaving or Disbanding
- Leave a group:
/group leave - Disband (leader only):
/group disband
What's Next?
- Learn about group features in detail.
- See the full command reference.
- Check out HUD integration for real-time group display.