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.
- Requirements
- Fabric Loader + Fabric API
- Simple Voice Chat (server + client)
- Install
- Drop
libertyvoicemute-fabric-<version>.jar
into your Fabric server'smods/
folder. - Make sure Simple Voice Chat is installed and enabled on that server.
- Drop
- 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.
- 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
inplugins/
. - Proxy: Ensure LibertyBans is present and enabled.
- Backend: Drop
libertyvoicemute-fabric-<version>.jar
into each of your Fabric server'smods/
folder. - If using Simple Voice Chat proxy mode, configure the voice chat Velocity plugin and backend according to their documentation.
- Proxy: Place
- What You Get
- All standalone features plus: LibertyBans mutes automatically mute players in voice chat.