pv-addon-groups
No reviews yet
Create group voice chat channels. Keep talking with players far away.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Enhances social interactions and roleplaying elements, ideal for servers and communities.
Includes tools and features for server management.
Adds extra features or content to an existing mod.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Spigot is a popular software for running dedicated servers that can load Plugins created with the Bukkit API.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description

pv-addon-groups
Server-side 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
- Open Plasmo Voice menu
V(by default), go to theActivationtab and configure theGroupsactivation. - Use a command to create a group
/groups create [...flags] - Invite players to the group
/groups invite <player> - 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 [page] — Browse groups.
/groups create [...flags] — Create a group.
/groups invite <player> — Invite a player to the group.
/groups join <group UUID> [password] — 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 |
OP |
pv.addon.groups.unset.owner |
Use /groups unset if owner |
True |
pv.addon.groups.unset.all |
Use /groups unset in any group |
OP |
pv.addon.groups.delete.owner |
Use /groups delete if owner |
True |
pv.addon.groups.delete.all |
Use /groups delete in any group |
OP |
pv.addon.groups.transfer.owner |
Use /groups transfer if owner |
True |
pv.addon.groups.transfer.all |
Use /groups transfer in any group |
OP |
pv.addon.groups.kick.owner |
Use /groups kick if owner |
True |
pv.addon.groups.kick.all |
Use /groups kick in any group |
OP |
pv.addon.groups.ban.owner |
Use /groups ban/unban if owner |
True |
pv.addon.groups.ban.all |
Use /groups ban/unban in any group |
OP |

pv-addon-groups
Server-side 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
- Open Plasmo Voice menu
V(by default), go to theActivationtab and configure theGroupsactivation. - Use a command to create a group
/groups create [...flags] - Invite players to the group
/groups invite <player> - 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 [page] — Browse groups.
/groups create [...flags] — Create a group.
/groups invite <player> — Invite a player to the group.
/groups join <group UUID> [password] — 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 |
OP |
pv.addon.groups.unset.owner |
Use /groups unset if owner |
True |
pv.addon.groups.unset.all |
Use /groups unset in any group |
OP |
pv.addon.groups.delete.owner |
Use /groups delete if owner |
True |
pv.addon.groups.delete.all |
Use /groups delete in any group |
OP |
pv.addon.groups.transfer.owner |
Use /groups transfer if owner |
True |
pv.addon.groups.transfer.all |
Use /groups transfer in any group |
OP |
pv.addon.groups.kick.owner |
Use /groups kick if owner |
True |
pv.addon.groups.kick.all |
Use /groups kick in any group |
OP |
pv.addon.groups.ban.owner |
Use /groups ban/unban if owner |
True |
pv.addon.groups.ban.all |
Use /groups ban/unban in any group |
OP |
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers