Liberty Voice Mute

Quick rating

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

Liberty Voice Mute

By WinteeerrrOwner

No reviews yet

Fabric mod for Simple Voice Chat that enforces server-side voice mutes; optional Velocity bridge syncs with LibertyBans.

Mod Loaders
Minecraft

About

Description

Liberty Voice Mute

Liberty Voice Mute adds server-side voice mutes to the Simple Voice Chat mod on Fabric.
It can run standalone, or optionally sync with LibertyBans via a Velocity bridge, so when a player is muted by your punishment system they’re also muted in voice chat.


Features

  • Staff Commands: /mutevc <player> [duration] and /unmutevc <player>
  • Duration Support with flexible units:
    s (seconds), m (minutes), h (hours), d (days), w (weeks), mo (months), y (years)
    Omit duration to make a permanent voice mute. Re-muting overrides the existing length.
  • Action-Bar Feedback to muted players while they attempt to speak.
  • Expiry Notifications: Players are informed when their timed mute expires.
  • Optional LibertyBans Sync through a small Velocity plugin (bridge)

Commands & Permissions

  • /mutevc <player> [duration]
    Permission: libertyvoicemute.command.mute
  • /unmutevc <player>
    Permission: libertyvoicemute.command.unmute

Installation

Option A - Fabric-only (standalone)

Use this if you only want /mutevc and /unmutevc on a single Fabric server.

  1. Requirements
    • Fabric Loader + Fabric API
    • Simple Voice Chat (server + client)
  • Install
    • Drop libertyvoicemute-fabric-<version>.jar into your Fabric server's mods/ folder.
    • Make sure Simple Voice Chat is installed and enabled on that server.
  • What You Get
    • /mutevc <player> [duration] and /unmutevc <player>

Option B - Fabric + Velocity (LibertyBans sync)

Use this if you want LibertyBans mutes to also mute players in voice chat across your network.

  1. Requirements
    • Fabric Loader + Fabric API
    • Simple Voice Chat (server + client)
    • Velocity proxy server
    • LibertyBans on Velocity
    • (Optional) Simple Voice Chat's Velocity plugin if you run voice chat in proxy mode.
  • Install
    • Proxy: Place libertyvoicemute-velocity-<version>.jar in plugins/.
    • Proxy: Ensure LibertyBans is present and enabled.
    • Backend: Drop libertyvoicemute-fabric-<version>.jar into each of your Fabric server's mods/ folder.
    • If using Simple Voice Chat proxy mode, configure the voice chat Velocity plugin and backend according to their documentation.
  • What You Get
    • All standalone features plus: LibertyBans mutes automatically mute players in voice chat.