Simple Voice Chat Enhanced Groups

Quick rating

Community listing page, reviews here may not be monitored by the author.

Simple Voice Chat Enhanced Groups

By henkelmaxOwner

No reviews yet

A server side Fabric mod providing useful features to Simple Voice Chat groups.

No Theme
No Genre
Server Utility
Mod Addon
Mod Loaders
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
[FABRIC][26.2] Enhanced Groups 1.7.1+26.2

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

A server side Fabric mod providing useful features to Simple Voice Chat groups.

Features

Instant Groups

The command /instantgroup automatically adds every player nearby to a group, if they are not already in a group. The default range of this is 128 blocks. Alternatively you can provide the range as the first argument of the command: /instantgroup 256.

Group Summary

Players that join the server will get a quick summary of all active voice chat groups.

Persistent Groups

The command /persistentgroup creates a group that will not be deleted when all players leave it or the server restarts.

Usage:

/persistentgroup list - Lists all persistent groups

/persistentgroup remove <name> - Deletes the group with the given name

/persistentgroup remove <id> - Deletes the group with the given ID (For internal use only)

/persistentgroup add <name> [<normal|open|isolated>] [<hidden>] [<password>] - Creates a persistent group

Auto Joining Groups

Players can be automatically added to a group when they join the server.

Note: This feature is only available for persistent groups.

Usage:

/autojoingroup set <group-name> [password] - Sets your auto join group

/autojoingroup set <id> [password] - Sets your auto join group (For internal use only)

/autojoingroup remove - Removes your auto join group

Global Auto Join Group

Players can be automatically added to the same group when they join the server.

Note: This feature is only available for persistent groups.

Usage:

/autojoingroup global set <group-name> [password] - Sets the global auto join group

/autojoingroup global set <id> [password] - Sets the global auto join group (For internal use only)

/autojoingroup global remove - Removes the global auto join group

/autojoingroup global force <true|false> - Forces global auto join. If disabled the players auto join group takes priority

Force Joining Groups

Players can be forced to join a group.

Usage:

/forcejoingroup <player> - Forces the player to join your group

Forced Group Types

If force_group_type is enabled in the config, players won't be able to create groups with a different type. All created groups will be of the type specified in the config. This will be useful for servers that used the global open_groups config option in older versions of Simple Voice Chat.

Note: Forced group types will only be applied to groups that are created with the GUI in Simple Voice Chat. It does not apply to any of the commands provided by this mod. If you don't want regular players to be able to use these commands, you can set the permission levels in the config to a higher value.

Possible config values are OFFNORMALOPEN and ISOLATED.

Config Options

The config file is located at config/enhancedgroups/enhancedgroups.properties.

Name Default Value Description
default_instant_group_range 128 The default range for the /instantgroup command if no range was provided
instant_group_name Instant Group The name of the instant group
instant_group_command_permission_type EVERYONE The default permission level of the /instantgroup command
EVERYONE - Every player can use this command
OPS - Operators can use this command
NOONE - The command can't be used by anyone
persistent_group_command_permission_type OPS The default permission level of the /persistentgroup command
EVERYONE - Every player can use this command
OPS - Operators can use this command
NOONE - The command can't be used by anyone
auto_join_group_command_permission_type EVERYONE The default permission level of the /autojoingroup command
EVERYONE - Every player can use this command
OPS - Operators can use this command
NOONE - The command can't be used by anyone
auto_join_group_global_command_permission_type OPS The default permission level of the /autojoingroup global command
EVERYONE - Every player can use this command
OPS - Operators can use this command
NOONE - The command can't be used by anyone
force_join_group_command_permission_type OPS The default permission level of the /forcejoingroup command
EVERYONE - Every player can use this command
OPS - Operators can use this command
NOONE - The command can't be used by anyone
group_summary true If a summary of all groups should be shown when a player joins the server
force_group_type OFF If the group type should be forced to a specific type
OFF - No forced group type
NORMAL - Forced group type: Normal
OPEN - Forced group type: Open
ISOLATED - Forced group type: Isolated

Permissions

This mod supports the fabric-permissions-api.

The default permission type of each node is defined in the config.

Permission Node Description
enhancedgroups.instantgroup The permission node to be able to execute the /instantgroup commands
enhancedgroups.persistentgroup The permission node to be able to execute the /persistentgroup commands
enhancedgroups.autojoingroup The permission node to be able to execute the /autojoingroup commands
enhancedgroups.autojoingroup.global The permission node to be able to execute the /autojoingroup global commands
enhancedgroups.forcejoingroup The permission node to be able to execute the /forcejoingroup commands



Simple Voice Chat Enhanced Groups

A server side Fabric mod providing useful features to Simple Voice Chat groups.

Features

Instant Groups

The command /instantgroup automatically adds every player nearby to a group, if they are not already in a group. The default range of this is 128 blocks. Alternatively you can provide the range as the first argument of the command: /instantgroup 256.

Group Summary

Players that join the server will get a quick summary of all active voice chat groups.

Persistent Groups

The command /persistentgroup creates a group that will not be deleted when all players leave it or the server restarts.

Usage:

/persistentgroup list - Lists all persistent groups

/persistentgroup remove <name> - Deletes the group with the given name

/persistentgroup remove <id> - Deletes the group with the given ID (For internal use only)

/persistentgroup add <name> [<normal|open|isolated>] [<hidden>] [<password>] - Creates a persistent group

Auto Joining Groups

Players can be automatically added to a group when they join the server.

Note: This feature is only available for persistent groups.

Usage:

/autojoingroup set <group-name> [password] - Sets your auto join group

/autojoingroup set <id> [password] - Sets your auto join group (For internal use only)

/autojoingroup remove - Removes your auto join group

Global Auto Join Group

Players can be automatically added to the same group when they join the server.

Note: This feature is only available for persistent groups.

Usage:

/autojoingroup global set <group-name> [password] - Sets the global auto join group

/autojoingroup global set <id> [password] - Sets the global auto join group (For internal use only)

/autojoingroup global remove - Removes the global auto join group

/autojoingroup global force <true|false> - Forces global auto join. If disabled the players auto join group takes priority

Force Joining Groups

Players can be forced to join a group.

Usage:

/forcejoingroup <player> - Forces the player to join your group

Forced Group Types

If force_group_type is enabled in the config, players won't be able to create groups with a different type. All created groups will be of the type specified in the config. This will be useful for servers that used the global open_groups config option in older versions of Simple Voice Chat.

Note: Forced group types will only be applied to groups that are created with the GUI in Simple Voice Chat. It does not apply to any of the commands provided by this mod. If you don't want regular players to be able to use these commands, you can set the permission levels in the config to a higher value.

Possible config values are OFF, NORMAL, OPEN and ISOLATED.

Config Options

The config file is located at config/enhancedgroups/enhancedgroups.properties.

Name Default Value Description
default_instant_group_range 128 The default range for the /instantgroup command if no range was provided
instant_group_name Instant Group The name of the instant group
instant_group_command_permission_type EVERYONE The default permission level of the /instantgroup command
EVERYONE - Every player can use this command
OPS - Operators can use this command
NOONE - The command can't be used by anyone
persistent_group_command_permission_type OPS The default permission level of the /persistentgroup command
EVERYONE - Every player can use this command
OPS - Operators can use this command
NOONE - The command can't be used by anyone
auto_join_group_command_permission_type EVERYONE The default permission level of the /autojoingroup command
EVERYONE - Every player can use this command
OPS - Operators can use this command
NOONE - The command can't be used by anyone
auto_join_group_global_command_permission_type OPS The default permission level of the /autojoingroup global command
EVERYONE - Every player can use this command
OPS - Operators can use this command
NOONE - The command can't be used by anyone
force_join_group_command_permission_type OPS The default permission level of the /forcejoingroup command
EVERYONE - Every player can use this command
OPS - Operators can use this command
NOONE - The command can't be used by anyone
group_summary true If a summary of all groups should be shown when a player joins the server
force_group_type OFF If the group type should be forced to a specific type
OFF - No forced group type
NORMAL - Forced group type: Normal
OPEN - Forced group type: Open
ISOLATED - Forced group type: Isolated

Permissions

This mod supports the fabric-permissions-api.

The default permission type of each node is defined in the config.

Permission Node Description
enhancedgroups.instantgroup The permission node to be able to execute the /instantgroup commands
enhancedgroups.persistentgroup The permission node to be able to execute the /persistentgroup commands
enhancedgroups.autojoingroup The permission node to be able to execute the /autojoingroup commands
enhancedgroups.autojoingroup.global The permission node to be able to execute the /autojoingroup global commands
enhancedgroups.forcejoingroup The permission node to be able to execute the /forcejoingroup commands

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~640,000
Total Downloads
CurseForge
~110,000
Modrinth
~530,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works