Voice Chat - Global Viewer Chat

Quick rating

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

Voice Chat - Global Viewer Chat

No reviews yet

A small fabric add-on for Simple Voice Chat that adds a global spectator chat.

Minecraft

About

Description

This mod is NOT MINE I only distribute it original link: https://modrinth.com/mod/voice-chat-global-spectator-chat

A small fabric add-on for Simple Voice Chat that adds a global spectator chat.

In the event that a player enters spectator mode, only other spectators can hear this player. Spectator audio is non-directional (like groups).

Speaking of groups, the way groups interact with this mod can be configured.

All of these descriptions assume that you are a spectator

mode description
GROUP_ONLY Only other spectators that are in the same group as you can hear you. If you are not in any groups, the same behavior as EXCLUDE will apply.
INCLUDE All spectators in the game can hear you, and all people within the same group as you can also hear you (even if they are not a spectator)
EXCLUDE All spectators in the game can hear you. Groups are ignored, so you can hear all spectators no matter in which group you or they are.

The configuration file can be found in ./config/voicechat/voicechat-spectator.properties

Global Spectator Voice Chat

MIT License

A small addon for Simple Voice Chat that adds a global spectator chat.

This server-sided mod provides a dedicated communication channel for players in spectator mode. When you switch to spectator mode, you can freely communicate with all other spectators on the server, regardless of your distance, dimension, or location. The voice chat is non-positional, similar to the group functionality of Simple Voice Chat.

Configuration

This mod provides commands to control its functionality. You need to be OP or have access to command blocks to be able to run these commands. If you are using any permission plugin, you require the global_spectator_vc.permission.command permission to be able to execute these commands.

Commands

  • /spectatorchat enable
    • Enables the global spectator voice chat functionality. (Enabled by default)
    • /spectatorchat disable
      • Disables the global spectator voice chat functionality.
    • /spectatorchat groupmode <mode>
      • Changes how spectators interact with voice chat groups.
      • Replace <mode> with one of the following options:
        • group_only: Spectators can only hear and speak with other spectator members of their Simple Voice Chat group. Non-spectator group members will not hear the spectators in their own group. (Default)
        • group_plus_spectators: Spectators can communicate with their group normally, but also hear and speak with all other spectators regardless of group.
        • spectator_only: Spectators ignore all group functionality. They can only hear and speak with other spectators. Group functionality is effectively disabled while spectating.

License

This project is licensed under the MIT License - see the LICENSE file for details.