Blame
e3a9c2 | Vyladence | 2025-07-29 16:22:56 | 1 | # Voice Chat |
2 | ||||
3 | ## Setup |
|||
4 | ||||
5 | Required Mod: [Simple Voice Chat](https://modrinth.com/plugin/simple-voice-chat) |
|||
6 | ||||
7 | > [!NOTE] |
|||
8 | > Server is running version `2.5.35`. As long as your mod is 2.5.x it should work. |
|||
9 | ||||
10 | >| # Step-by-step Mod installation (Fabric) |
|||
11 | >| 1. Visit [FabricMC](https://fabricmc.net/use/installer/) and download the latest installer |
|||
12 | >| 2. Run the installer |
|||
13 | >| - Click install, the defaults are correct in most cases |
|||
14 | >| 3. Open your Minecraft installation folder |
|||
15 | >| - On windows, this can be accessed by typing `%appdata%` into your start menu, then opening `roaming`, and then `.minecraft` |
|||
16 | >| 4. Create a folder titled `mods` |
|||
17 | >| 5. Download the latest version of [Simple Voice Chat](https://modrinth.com/plugin/simple-voice-chat) |
|||
18 | >| 6. Drag-and-drop the file into your mods folder |
|||
19 | >| 7. Configure the mod |
|||
20 | >| - When you join the server, the mod will prompt you to set it up. Once you finish setup, you are ready to start using voice chat. |
|||
21 | ||||
22 | ## Usage |
|||
23 | ||||
24 | ### How proximity chat works |
|||
25 | ||||
26 | Players within 64 Blocks of each other can speak to each other with the proximity voice chat. |
|||
27 | ||||
28 | You can set the mode to whisper which will make your voice only travel 16 blocks. |
|||
29 | ||||
30 | ### Best Practices / Etiquette |
|||
31 | ||||
32 | - Use headphones to prevent echo |
|||
33 | - Avoid spamming/mic abuse - treated as a chat violation and will be punished accordingly |
|||
34 | ||||
35 | ## Groups |
|||
36 | ||||
37 | > [!NOTE] |
|||
38 | > Only players with the Donor rank can create voice groups. Any player is able to join a voice group. |
|||
39 | ||||
40 | Voice groups are chatrooms that will allow you to chat with the people in it from anywhere on the server. |
|||
41 | ||||
42 | To create a voice group, you can open the voice menu with `V`, open "Groups", and then create a group. It will prompt you for a name and a password (optional), then you'll be able to invite players to your group. |
|||
43 | ||||
44 | ### Voice Modes |
|||
45 | ||||
46 | Groups have 3 voice modes to choose from |
|||
47 | ||||
48 | | Mode | Description | |
|||
49 | | -------- | -------- | |
|||
50 | | Normal | Players who aren't in your group can't hear you, but you can still hear them. | |
|||
51 | | Open | Players who aren't in your group can hear you, and you can also hear them. | |
|||
52 | | Isolated | Players who aren't in your group can't hear you, and you can't hear them either. | |
|||
53 | ||||
54 | ### Joining groups |
|||
55 | ||||
56 | There are 3 ways to join a group |
|||
57 | ||||
58 | | Method | Description | |
|||
59 | | -------- | -------- | |
|||
60 | | Group menu | Open the voice menu with `V`, open the groups menu, and select the group you want to join. It will prompt you for the password if one is present. | |
|||
61 | | Join command | You can join a group using `/voicechat join <group-name>`. This only works if there is only one group with a certain name. | |
|||
62 | | Invites | You can invite a player to your group using `/voicechat invite <player>`. | |