{"id":64395,"date":"2026-06-03T20:03:51","date_gmt":"2026-06-03T17:03:51","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/"},"modified":"2026-06-03T20:03:51","modified_gmt":"2026-06-03T17:03:51","slug":"enhanced-groups","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/","title":{"rendered":"Simple Voice Chat Enhanced Groups"},"content":{"rendered":"<p># Simple Voice Chat Enhanced Groups<\/p>\n<p>A server side Fabric mod providing useful features to Simple Voice Chat groups.<\/p>\n<p>## Features<\/p>\n<p>### Instant Groups<\/p>\n<p>The command `\/instantgroup`  automatically adds every player nearby to a group,<br \/>\nif they are not already in a group.<br \/>\nThe default range of this is 128 blocks.<br \/>\nAlternatively you can provide the range as the first argument of the command: `\/instantgroup 256`.<\/p>\n<p>![](https:\/\/media0.giphy.com\/media\/dDEqQ6hIwd9NvWscGF\/giphy.gif)<\/p>\n<p>### Group Summary<\/p>\n<p>Players that join the server will get a quick summary of all active voice chat groups.<\/p>\n<p>### Persistent Groups<\/p>\n<p>The command `\/persistentgroup` creates a group that will not be deleted when all players leave it or the server<br \/>\nrestarts.<\/p>\n<p>**Usage**:<\/p>\n<p>`\/persistentgroup list` &#8211; Lists all persistent groups<\/p>\n<p>`\/persistentgroup remove <name>` &#8211; Deletes the group with the given name<\/p>\n<p>`\/persistentgroup remove <id>` &#8211; Deletes the group with the given ID (For internal use only)<\/p>\n<p>`\/persistentgroup add <name> [<normal|open|isolated>] [<hidden>] [<password>]` &#8211; Creates a persistent group<\/p>\n<p>### Auto Joining Groups<\/p>\n<p>Players can be automatically added to a group when they join the server.<\/p>\n<p>**Note**: This feature is only available for persistent groups.<\/p>\n<p>**Usage**:<\/p>\n<p>`\/autojoingroup set <group-name> [password]` &#8211; Sets your auto join group<\/p>\n<p>`\/autojoingroup set <id> [password]` &#8211; Sets your auto join group (For internal use only)<\/p>\n<p>`\/autojoingroup remove` &#8211; Removes your auto join group<\/p>\n<p>### Global Auto Join Group<\/p>\n<p>Players can be automatically added to the same group when they join the server.<\/p>\n<p>**Note**: This feature is only available for persistent groups.<\/p>\n<p>**Usage**:<\/p>\n<p>`\/autojoingroup global set <group-name> [password]` &#8211; Sets the global auto join group<\/p>\n<p>`\/autojoingroup global set <id> [password]` &#8211; Sets the global auto join group (For internal use only)<\/p>\n<p>`\/autojoingroup global remove` &#8211; Removes the global auto join group<\/p>\n<p>`\/autojoingroup global force <true|false>` &#8211; Forces global auto join. If disabled the players auto join group takes priority<\/p>\n<p>### Force Joining Groups<\/p>\n<p>Players can be forced to join a group.<\/p>\n<p>**Usage**:<\/p>\n<p>`\/forcejoingroup <player>` &#8211; Forces the player to join your group<\/p>\n<p>### Forced Group Types<\/p>\n<p>If `force_group_type` is enabled in the config, players won&#8217;t be able to create groups with a different type.<br \/>\nAll created groups will be of the type specified in the config.<br \/>\nThis will be useful for servers that used the global `open_groups` config option in older versions of Simple Voice Chat.<\/p>\n<p>**Note**: Forced group types will only be applied to groups that are created with the GUI in Simple Voice Chat.<br \/>\nIt does not apply to any of the commands provided by this mod.<br \/>\nIf you don&#8217;t want regular players to be able to use these commands,<br \/>\nyou can set the permission levels in the config to a higher value.<\/p>\n<p>Possible config values are `OFF`, `NORMAL`, `OPEN` and `ISOLATED`.<\/p>\n<p>## Config Options<\/p>\n<p>The config file is located at `config\/enhancedgroups\/enhancedgroups.properties`.<\/p>\n<p>| Name                                             | Default Value   | Description                                                                                                                                                                                                            |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `default_instant_group_range`                    | `128`           | The default range for the `\/instantgroup` command if no range was provided                                                                                                                                             |<br \/>\n| `instant_group_name`                             | `Instant Group` | The name of the instant group                                                                                                                                                                                          |<br \/>\n| `instant_group_command_permission_type`          | `EVERYONE`      | The default permission level of the `\/instantgroup` command <br \/> `EVERYONE` &#8211; Every player can use this command <br \/> `OPS` &#8211; Operators can use this command <br \/> `NOONE` &#8211; The command can&#8217;t be used by anyone         |<br \/>\n| `persistent_group_command_permission_type`       | `OPS`           | The default permission level of the `\/persistentgroup` command <br \/> `EVERYONE` &#8211; Every player can use this command <br \/> `OPS` &#8211; Operators can use this command <br \/> `NOONE` &#8211; The command can&#8217;t be used by anyone      |<br \/>\n| `auto_join_group_command_permission_type`        | `EVERYONE`      | The default permission level of the `\/autojoingroup` command <br \/> `EVERYONE` &#8211; Every player can use this command <br \/> `OPS` &#8211; Operators can use this command <br \/> `NOONE` &#8211; The command can&#8217;t be used by anyone        |<br \/>\n| `auto_join_group_global_command_permission_type` | `OPS`           | The default permission level of the `\/autojoingroup global` command <br \/> `EVERYONE` &#8211; Every player can use this command <br \/> `OPS` &#8211; Operators can use this command <br \/> `NOONE` &#8211; The command can&#8217;t be used by anyone |<br \/>\n| `force_join_group_command_permission_type`       | `OPS`           | The default permission level of the `\/forcejoingroup` command <br \/> `EVERYONE` &#8211; Every player can use this command <br \/> `OPS` &#8211; Operators can use this command <br \/> `NOONE` &#8211; The command can&#8217;t be used by anyone       |<br \/>\n| `group_summary`                                  | `true`          | If a summary of all groups should be shown when a player joins the server                                                                                                                                              |<br \/>\n| `force_group_type`                               | `OFF`           | If the group type should be forced to a specific type <br \/> `OFF` &#8211; No forced group type <br \/> `NORMAL` &#8211; Forced group type: Normal <br \/> `OPEN` &#8211; Forced group type: Open <br \/> `ISOLATED` &#8211; Forced group type: Isolated  |<\/p>\n<p>## Permissions<\/p>\n<p>This mod supports the fabric-permissions-api.<\/p>\n<p>The default permission type of each node is defined in the [config](#config-options).<\/p>\n<p>| Permission Node                       | Description                                                                    |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `enhancedgroups.instantgroup`         | The permission node to be able to execute the `\/instantgroup` commands         |<br \/>\n| `enhancedgroups.persistentgroup`      | The permission node to be able to execute the `\/persistentgroup` commands      |<br \/>\n| `enhancedgroups.autojoingroup`        | The permission node to be able to execute the `\/autojoingroup` commands        |<br \/>\n| `enhancedgroups.autojoingroup.global` | The permission node to be able to execute the `\/autojoingroup global` commands |<br \/>\n| `enhancedgroups.forcejoingroup`       | The permission node to be able to execute the `\/forcejoingroup` commands       |<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A server side Fabric mod providing useful features to Simple Voice Chat groups.<\/p>\n","protected":false},"featured_media":64396,"template":"","meta":{"_minecraft_slug":"enhanced-groups","_minecraft_project_id":"1LE7mid6","_minecraft_author":"henkelmax","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":408983,"_minecraft_follows":322,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"enhanced-groups.zip","_minecraft_size_bytes":16731160,"_minecraft_version_count":41,"_minecraft_updated_at":"2026-05-16T17:42:52.625874Z","_minecraft_date_created":"2023-03-29T02:21:54.869849Z","_minecraft_date_modified":"2026-04-10T13:46:54.698647Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/enhanced-groups","_minecraft_icon_attachment_id":64396,"_minecraft_imported_at":"2026-06-03T17:03:52+00:00","_minecraft_import_hash":"2fc36abea00e395af155b866f00e0a03","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,126,98,867,92],"mod_loader":[99,100],"minecraft_version":[56,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-64395","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-management","mod_category-quilt","mod_category-social","mod_category-utility","mod_loader-fabric","mod_loader-quilt","minecraft_version-1-19-2","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Simple Voice Chat Enhanced Groups - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Simple Voice Chat Enhanced Groups - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A server side Fabric mod providing useful features to Simple Voice Chat groups.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-groups\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-groups\\\/\",\"name\":\"Simple Voice Chat Enhanced Groups - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-groups\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-groups\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enhanced-groups-icon-226891eaa12906cef67bf671eb2204cb3e7a7b22.png\",\"datePublished\":\"2026-06-03T17:03:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-groups\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-groups\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-groups\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enhanced-groups-icon-226891eaa12906cef67bf671eb2204cb3e7a7b22.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enhanced-groups-icon-226891eaa12906cef67bf671eb2204cb3e7a7b22.png\",\"width\":430,\"height\":430},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhanced-groups\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Simple Voice Chat Enhanced Groups\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Simple Voice Chat Enhanced Groups - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/","og_locale":"en_US","og_type":"article","og_title":"Simple Voice Chat Enhanced Groups - Minecraft","og_description":"A server side Fabric mod providing useful features to Simple Voice Chat groups.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/","name":"Simple Voice Chat Enhanced Groups - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enhanced-groups-icon-226891eaa12906cef67bf671eb2204cb3e7a7b22.png","datePublished":"2026-06-03T17:03:51+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enhanced-groups-icon-226891eaa12906cef67bf671eb2204cb3e7a7b22.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enhanced-groups-icon-226891eaa12906cef67bf671eb2204cb3e7a7b22.png","width":430,"height":430},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhanced-groups\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Simple Voice Chat Enhanced Groups"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/64395","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/64396"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=64395"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=64395"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=64395"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=64395"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}