SVC-Mute
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #12 of 34 fabric mods in this game by downloads
📋 About This Mod
<div align="center"> # SVC-Mute **Addon for Simple Voice Chat, that allows you to mute players' voice.** (https://img.shields.io/github/stars/Zawarka03/SVC-mute?style=flat&logo=github)](https://github.com/Zawarka03/SVC-mute) (https://img.shields.io/modrinth/dt/svc-mute?logo=modrinth&label=Modrinth)](https://modrinth.com/plugin/svc-mute) (https://img.shields.io/badge/Minecraft-1.18+-green)](#) !(https://bstats.org/signatures/bukkit/SVC-mute%20plugin.svg) *Simple • Lightweight • Voice chat moderation* </div> # Features - Mute player's voice _(/vmute)_ - Mute voice chat on the entire server _(/vmuteall)_ - Highly customizable config with MiniMessage support # Commands |Command|Definition|Permission |-|-|- |/vmute <player> <time> <reason>|Mute player's voice chat. Permanent, if time was not specified|svcmute.mute.command |/vunmute <player>|Unmute muted player|svcmute.unmute.command |/vmuteall <on/off>|Enable/disable "muteall" mode, when nobody can use voice chat|svcmute.muteall.command |/svcmute <reload>|Reload plugin's config|svcmute.admin.command # Permissions ### Mute |Permission|Definition|Default |-|-|- |svcmute.mute.command|/vmute|OP |svcmute.mute.msg.see|Allows to see mute global notifications|true| ### Unmute |Permission|Definition|Default |-|-|- |svcmute.unmute.command|/vunmute|OP |svcmute.unmute.msg.see|Allows to see unmute global notifications|true ### Muteall |Permission|Definition|Default |-|-|- |svcmute.muteall.command|/vmuteall| OP |svcmute.muteall.allow.voice|Access to voice chat while "muteall" is enabled|OP |svcmute.muteall.msg.see|Allows to see muteall global notifications|true ### Other |Permission|Definition|Default |-|-|- |svcmute.admin.command|/svcmute reload|OP |svcmute.enable.voice|Enables player to use voice chat|true # Config <details> <summary>Config</summary> ``` # You can leave any field blank if you don't want that message to appear # Formatting support: # - Legacy (&) # - MiniMessage; Docs: https://docs.papermc.io/adventure/minimessage/; Online Viewer: https://webui.advntr.dev # ============================================================================== # ========================== MUTE PLUGIN CONFIGURATION ========================= # ============================================================================== # General prefix added to the beginning of most plugin messages. # You can use {prefix} placeholder anywhere prefix: "&8&r " # Message displayed in the player's actionbar when they try to chat while muted. # Placeholders: {time} actionbar_mute_msg: "&cYou are currently muted and cannot speak." # Message displayed in the player's actionbar when they try to chat while "muteall" is enabled. actionbar_muteall_msg: "&cYou are currently muted and cannot speak." # Message displayed in the player's actionbar when they try to chat without permission "svcmute.enable.voice". actionbar_not_allowed_msg: "&cYou are not allowed to speak." # ============================================================================== # ================================ TIME FORMATS ================================ # ============================================================================== # Text used when a mute has no expiration date. time_permanent: "&4Permanent" # Base words for time units. time_year: "y" time_month: "mon" time_week: "w" time_day: "d" time_hour: "h" time_minute: "m" time_second: "s" # ============================================================================== # ================================ REASONS & MISC ============================== # ============================================================================== # Message shown when a reason is blank. reason_empty: "&cViolation of server rules." # Message shown when the plugin configuration is reloaded. config_reload_msg: "{prefix}&aConfiguration successfully reloaded." # ============================================================================== # ============================= MUTE MESSAGES ============================== # ============================================================================== # Broadcasted to the server when a player is muted. # Placeholders: {target}, {time}, {reason}, {sender} mute_msg: "{prefix}&c{target} &7has been muted for &e{time}&7. Reason: &f{reason}" # Broadcasted to the server when a player is permanently muted. # Placeholders: {target}, {reason}, {sender} mute_msg_permanent: "{prefix}&c{target} &7has been &4permanently muted&7. Reason: &f{reason}" # Message sent directly to the player in chat when they get muted. # Placeholders: {target}, {time}, {reason}, {sender} mute_player_msg: "{prefix}&cYou have been muted for &e{time}&c. Reason: &f{reason}" # Error message when trying to mute a player who is already muted. # Placeholders: {target} mute_command_already_muted: "{prefix}&c{target} is already muted." # ==============================================================================
Addon for Simple Voice Chat, that allows you to mute players' voice.
[!(https://img.shields.io/github/stars/Zawarka03/SVC-mute?style=flat&logo=github)](https://github.com/Zawarka03/SVC-mute) [!(https://img.shields.io/modrinth/dt/svc-mute?logo=modrinth&label=Modrinth)](https://modrinth.com/plugin/svc-mute) [!(https://img.shields.io/badge/Minecraft-1. 18+-green)](#)
!(https://bstats.org/signatures/bukkit/SVC-mute%20plugin.svg)
Simple • Lightweight • Voice chat moderation
# Features - Mute player's voice _(/vmute)_ - Mute voice chat on the entire server _(/vmuteall)_ - Highly customizable config with MiniMessage support
# Commands
|Command|Definition|Permission
|-|-|-
|/vmute
# Permissions ### Mute |Permission|Definition|Default |-|-|- |svcmute.mute.command|/vmute|OP |svcmute.mute.msg.see|Allows to see mute global notifications|true| ### Unmute |Permission|Definition|Default |-|-|- |svcmute.unmute.command|/vunmute|OP |svcmute.unmute.msg.see|Allows to see unmute global notifications|true ### Muteall |Permission|Definition|Default |-|-|- |svcmute.muteall.command|/vmuteall| OP |svcmute.muteall.allow.voice|Access to voice chat while "muteall" is enabled|OP |svcmute.muteall.msg.see|Allows to see muteall global notifications|true ### Other |Permission|Definition|Default |-|-|- |svcmute.admin.command|/svcmute reload|OP |svcmute.enable.voice|Enables player to use voice chat|true # Config
Config
``` # You can leave any field blank if you don't want that message to appear # Formatting support: # - Legacy (&) # - MiniMessage; Docs: https://docs.papermc.io/adventure/minimessage/; Online Viewer: https://webui.advntr.dev
# ============================================================================== # ========================== MUTE PLUGIN CONFIGURATION ========================= # ==============================================================================
# General prefix added to the beginning of most plugin messages. # You can use {prefix} placeholder anywhere prefix: "&8[&6SVC-Mute&8]&r "
# Message displayed in the player's actionbar when they try to chat while muted. # Placeholders: {time} actionbar_mute_msg: "&cYou are currently muted and cannot speak."
# Message displayed in the player's actionbar when they try to chat while "muteall" is enabled. actionbar_muteall_msg: "&cYou are currently muted and cannot speak."
# Message displayed in the player's actionbar when they try to chat without permission "svcmute.enable.voice". actionbar_not_allowed_msg: "&cYou are not allowed to speak."
# ============================================================================== # ================================ TIME FORMATS ================================ # ==============================================================================
# Text used when a mute has no expiration date. time_permanent: "&4Permanent"
# Base words for time units. time_year: "y" time_month: "mon" time_week: "w" time_day: "d" time_hour: "h" time_minute: "m" time_second: "s"
# ============================================================================== # ================================ REASONS & MISC ============================== # ==============================================================================
# Message shown when a reason is blank. reason_empty: "&cViolation of server rules."
# Message shown when the plugin configuration is reloaded. config_reload_msg: "{prefix}&aConfiguration successfully reloaded."
# ============================================================================== # ============================= MUTE MESSAGES ============================== # ==============================================================================
# Broadcasted to the server when a player is muted. # Placeholders: {target}, {time}, {reason}, {sender} mute_msg: "{prefix}&c{target} &7has been muted for &e{time}&7. Reason: &f{reason}"
# Broadcasted to the server when a player is permanently muted. # Placeholders: {target}, {reason}, {sender} mute_msg_permanent: "{prefix}&c{target} &7has been &4permanently muted&7. Reason: &f{reason}"
# Message sent directly to the player in chat when they get muted. # Placeholders: {target}, {time}, {reason}, {sender} mute_player_msg: "{prefix}&cYou have been muted for &e{time}&c. Reason: &f{reason}"
# Error message when trying to mute a player who is already muted. # Placeholders: {target} mute_command_already_muted: "{prefix}&c{target} is already muted."
# ==============================================================================
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Zawarka
- Version
- 0.0.2
- Downloads
- 746
- Endorsements
- 0
- Category
- fabric
- Created
- 7/15/2026
- Updated
- 7/19/2026
- Game Versions
- 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1
- Tags
- management, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does SVC-Mute support?
The author lists 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2. Other versions may work but are untested by the author.
What is the latest version of SVC-Mute?
Version 0.0.2, published 2026-07-19 with 746 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await