Mute
Functionality: Silences a player, preventing them from sending chat messages in the server.
Usage:
Menu: Accessed through the main Punish Menu -> Mute option. Configure time (optional, defaults to permanent), and reason in the Mute Details Menu.
Direct Command:
/crown punish <player> mute [time] [reason]
or/punish <player> mute [time] [reason]
Permissions:
crown.punish.mute
: Permission to access and apply mutes.crown.unpunish.mute
: Permission to unmute players.crown.bypass.mute
: Permission to bypass mutes.
Configuration:
Command: Configured in config.yml under commands.mute_command. Defaults to
mute {target} {time} {reason}
.Unmute Command: Configured in config.yml under commands.unmute_command. Defaults to
unmute {target}
.Menu Items: Configured in punish_menu.yml and punish_details_menu.yml under the menu.items and menu.punish_details.mute.items sections respectively.
Messages: Messages related to mutes are in messages.yml.
Last updated