Skip to main content

Groups

Provided by GroupManager

The group/party system is provided by the GroupManager plugin. ArenaPvP detects GroupManager automatically at startup — no extra configuration needed. All /group commands and group permissions belong to GroupManager.

Groups allow players to team up before joining the arena queue. When a group joins a queue, all members are placed on the same team.

Group Types

ArenaPvP has two types of groups:

Permanent Groups

  • Created manually by a player using /group invite <player>.
  • Persist between matches — the group stays together until disbanded.
  • Have a designated leader who can invite, kick, and manage the group.
  • Can be disbanded with /group disband.

Temporary Groups

  • Created automatically by the matchmaking system when solo players are paired together for team modes.
  • Dissolved automatically when the match ends.
  • Players don't need to do anything — the system handles it.

Creating a Group

To create a group and invite a player:

/group invite <player>

If you aren't in a group yet, this creates a new permanent group with you as the leader, and sends an invitation to the specified player.

Accepting / Declining Invitations

When you receive an invitation, you'll see it in chat with a clickable prompt (or a confirmation UI if enabled). You can also use commands:

/group accept <groupId>
/group decline <groupId>

The groupId is provided in the invitation message.

Toggling Confirmation UI

By default, invitations show a pop-up confirmation UI. You can toggle this on/off:

/group confirm

When disabled, invitations are shown only in chat.

Group Commands

CommandDescription
/group invite <player>Invite a player (creates group if needed)
/group accept <groupId>Accept an invitation
/group decline <groupId>Decline an invitation
/group leaveLeave your current group
/group kick <player>Remove a member (leader only)
/group transfer <player>Transfer leadership (leader only)
/group disbandDissolve the group (leader only, permanent groups)
/group infoView group information
/group helpShow commands info
/groupOpen group management UI
Aliases

/group can also be written as /g.

Queuing as a Group

When the group leader uses /arena join <category>, the entire group enters the queue together. Requirements:

  • The group size must fit the arena category. For example, a 3-player group cannot join a 2-FFA (2-player FFA) queue.
  • All group members must be online and not busy (not in another arena or queue).
  • In team modes, all group members are guaranteed to be on the same team.

Group Information

Use /group info to see:

  • Group ID
  • Leader name
  • All members and their online status
  • Group type (permanent or temporary)

Or use /group for a graphical interface to manage your group.