mutes
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: paper purpur spigot
标签: utility
A simple plugin for Mut, nothing extra, just what you need
config:
# Maximum mute time in seconds
max_mute_time: 2592000
# Broadcast mutes to the chat (only for those who have the right)
broadcast_mute: true
broadcast_unmute: true
# Blocked commands during mute
blocked_commands:
- /me
- /tell
- /msg
- /w
- /whisper
# Plugin messages
messages:
no_permission: "&cYou do not have permission to execute this command!"
mute_usage: "&cUsage: /mute <nickname> <time> <reason>"
muteonline_usage: "&cUsage: /muteonline <nickname> <time> <reason>"
unmute_usage: "&cUsage: /unmute <nickname>"
invalid_time: "&cInvalid time. Use formats: 60s, 30m, 2h, 7d"
max_mute_time_exceeded: "&cThe maximum mute time has been exceeded!"
player_immune: "&cThis player cannot be muted!"
player_not_muted: "&cThe player is not muted!"
not_muted: "&aYou are not muted!"
config_reloaded: "&aThe config has been successfully reloaded!"
reload_error: "&cAn error occurred while reloading the config!"
you_muted: "&cYou have been muted for %time%. Reason:
commands:
mute:
description: Mute a player
usage: /mute <nick> <time> <reason>
muteonline:
description: Mute a player (only online time)
usage: /muteonline <nick> <time> <reason>
unmute:
description: Unmute a player
usage: /unmute <nickname>
mutesreload:
description: Reload the config
usage: /mutesreload
mutetime:
description: View the remaining mute time
usage: /mutetime
permissions:
mutes.mute:
description: Permission to use mute commands
default: op
mutes.unmute:
description: Permission to unmute
default: op
mutes.reload:
description: Permission to reload the config
default: op
# Notifications
mutes.notify:
description: See notifications about mutes
default: op
mutes.notify.unmute:
description: See notifications about unmutes
default: op
# Immunity
mutes.immune:
description: Immunity to mutes
default: op请登录后举报
暂无评论,抢个沙发吧~