pv-addon-groups

⭐ — (74 endorsements) 📥 95,035 downloads 📌 v1.1.1 📅 3/30/2023
🟠 Updated over a year ago

By kpids · bungeecord

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 9/3/2025 📅 Created: 3/30/2023

🔍 Analysis

  • 👍 0.1% endorsement rate
  • 🏆 #10 of 48 bungeecord mods in this game by downloads

📋 About This Mod

!(https://i.imgur.com/2EpSlt0.png) <div> <a href="https://modrinth.com/mod/plasmo-voice">Plasmo Voice</a> <span> | </span> <a href="https://modrinth.com/plugin/pv-addon-groups">Modrinth</a> <span> | </span> <a href="https://github.com/plasmoapp/pv-addon-groups/">GitHub</a> <span> | </span> <a href="https://discord.com/invite/uueEqzwCJJ">Discord</a> <span> | </span> <a href="https://www.patreon.com/plasmomc">Patreon</a> </div> # pv-addon-groups Server-side (https://modrinth.com/mod/plasmo-voice) add-on. Create group voice chat channels. Keep talking with players far away. Groups are managed via chat commands. GUI client side add-on coming soon™. Groups can be password protected, or only allow player with certain permissions. ## Installation You can install this add-on as either (Paper, Fabric, Forge) OR (Bungee, Velocity) mod/plugin If you install it as a Bungee or Velocity plugin then groups will work for players an all servers. Players can talk while beeing on different servers. ## Basic usage ### Create a group and invite players 1. Open Plasmo Voice menu `V` (by default), go to the `Activation` tab and configure the `Groups` activation. 2. Use a command to create a group `/groups create ` 3. Invite players to the group `/groups invite <player>` 3. Use the activation to talk in the group. ### Browsing groups You can browse public groups using a command: `/groups` or `/groups browse` ## Flags You can use flags when creating a group to change the settings. For example: `/groups create name: The Boys password: qwerty1245 persistent: true permissions: group.theboys` All flags are optional and the order doesn't matter. `name:` and `password:` are quite obvious. `persistent:` makes it so that the group is not automatically deleted when it's empty or after the server restart. `permissions:` only allow players with a certain permission to join. You can set multiple permissions: `permissions: group.admin, group.moderator` ### Flag permissions | Flag | Permission | Default | |---------------|------------------------------------|---------| | `name` | `pv.addon.groups.flag.name` | True | | `password` | `pv.addon.groups.flag.password` | True | | `persistent` | `pv.addon.groups.flag.persistent` | OP | | `permissions` | `pv.addon.groups.flag.permissions` | OP | ## Commands `/groups` or `/groups browse ` — Browse groups. `/groups create ` — Create a group. `/groups invite <player>` — Invite a player to the group. `/groups join <group UUID> ` — Join the group. Not recommended to use manually. Used from browse or invite. `/groups info` — Show info about the current group. `/groups leave` — Leave the current group. `/groups set <flag> <value>` — Set a flag value for a current group. `/groups unset <flag>` — Set flag to a default value. `/groups delete` — Delete the current group. `/groups transfer <player>` — Transfer the ownership of the group to a different player. `/groups kick <player>` — Kick a player from the group. `/groups ban <player>` — Ban a player from the group. `/groups unban <player>` — Unban a player from the group. ## Permissions | Permission | Description | Default | |----------------------------------|---------------------------------------------------------------------|---------| | `pv.activation.groups` | Use groups activation | True | | `pv.addon.groups.browse` | Use `/groups browse` | True | | `pv.addon.groups.browse.all` | Groups are visible even if player doesn't have a permission to join | OP | | `pv.addon.groups.create` | Use `/groups create` | True | | `pv.addon.groups.invite.member` | Use `/groups invite` if member | True | | `pv.addon.groups.invite.owner` | Use `/groups invite` if owner | True | | `pv.addon.groups.join` | Use `/groups join` | True | | `pv.addon.groups.join.all` | Use `/groups join` and bypass password and permission check | OP | | `pv.addon.groups.info.member` | Use `/groups info` if member | True | | `pv.addon.groups.info.owner` | Use `/groups info` if owner | True | | `pv.addon.groups.leave` | Use `/groups leave` | True | | `pv.addon.groups.set.owner` | Use `/groups set` if owner | True | | `pv.addon.groups.set.all` | Use `/groups set` in any group

![](https://i.imgur.com/2EpSlt0.png)

# pv-addon-groups

Server-side (https://modrinth.com/mod/plasmo-voice) add-on.

Create group voice chat channels. Keep talking with players far away.

Groups are managed via chat commands. GUI client side add-on coming soon™.

Groups can be password protected, or only allow player with certain permissions.

## Installation

You can install this add-on as either (Paper, Fabric, Forge) OR (Bungee, Velocity) mod/plugin

If you install it as a Bungee or Velocity plugin then groups will work for players an all servers.

Players can talk while beeing on different servers.

## Basic usage

### Create a group and invite players

1. Open Plasmo Voice menu `V` (by default), go to the `Activation` tab and configure the `Groups` activation. 2. Use a command to create a group `/groups create [...flags]` 3. Invite players to the group `/groups invite ` 3. Use the activation to talk in the group.

### Browsing groups

You can browse public groups using a command: `/groups` or `/groups browse`

You can use flags when creating a group to change the settings.

For example: `/groups create name: The Boys password: qwerty1245 persistent: true permissions: group.theboys`

All flags are optional and the order doesn't matter.

`name:` and `password:` are quite obvious.

`persistent:` makes it so that the group is not automatically deleted when it's empty or after the server restart.

`permissions:` only allow players with a certain permission to join.

You can set multiple permissions: `permissions: group.admin, group.moderator`

### Flag permissions

| Flag | Permission | Default | |---------------|------------------------------------|---------| | `name` | `pv.addon.groups.flag.name` | True | | `password` | `pv.addon.groups.flag.password` | True | | `persistent` | `pv.addon.groups.flag.persistent` | OP | | `permissions` | `pv.addon.groups.flag.permissions` | OP |

## Commands

`/groups` or `/groups browse ` — Browse groups.

`/groups create [...flags]` — Create a group.

`/groups invite ` — Invite a player to the group.

`/groups join ` — Join the group. Not recommended to use manually. Used from browse or invite.

`/groups info` — Show info about the current group.

`/groups leave` — Leave the current group.

`/groups set ` — Set a flag value for a current group.

`/groups unset ` — Set flag to a default value.

`/groups delete` — Delete the current group.

`/groups transfer ` — Transfer the ownership of the group to a different player.

`/groups kick ` — Kick a player from the group.

`/groups ban ` — Ban a player from the group.

`/groups unban ` — Unban a player from the group.

## Permissions

| Permission | Description | Default | |----------------------------------|---------------------------------------------------------------------|---------| | `pv.activation.groups` | Use groups activation | True | | `pv.addon.groups.browse` | Use `/groups browse` | True | | `pv.addon.groups.browse.all` | Groups are visible even if player doesn't have a permission to join | OP | | `pv.addon.groups.create` | Use `/groups create` | True | | `pv.addon.groups.invite.member` | Use `/groups invite` if member | True | | `pv.addon.groups.invite.owner` | Use `/groups invite` if owner | True | | `pv.addon.groups.join` | Use `/groups join` | True | | `pv.addon.groups.join.all` | Use `/groups join` and bypass password and permission check | OP | | `pv.addon.groups.info.member` | Use `/groups info` if member | True | | `pv.addon.groups.info.owner` | Use `/groups info` if owner | True | | `pv.addon.groups.leave` | Use `/groups leave` | True | | `pv.addon.groups.set.owner` | Use `/groups set` if owner | True | | `pv.addon.groups.set.all` | Use `/groups set` in any group

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
kpids
Version
1.1.1
Downloads
95,035
Endorsements
74
Category
bungeecord
Created
3/30/2023
Updated
9/3/2025
Game Versions
1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.3
Tags
game-mechanics, social

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does pv-addon-groups support?

The author lists 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.3, 1.19.4. Other versions may work but are untested by the author.

What is the latest version of pv-addon-groups?

Version 1.1.1, published 2025-09-03 with 95,035 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bungeecord 👤 More by kpids 🔎 Similar Mods 🌐 Best bungeecord (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods