We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5991338 commit b7cfc65Copy full SHA for b7cfc65
1 file changed
src/main/kotlin/com/mairwunnx/projectessentials/chat/commands/MuteCommand.kt
@@ -65,7 +65,8 @@ object MuteCommand {
65
): Int {
66
if (context.isPlayerSender() && !EntryPoint.hasPermission(
67
context.source.asPlayer(),
68
- "ess.chat.mute"
+ "ess.chat.mute",
69
+ 3
70
)
71
) {
72
sendMsg("chat", context.source, "chat.mute_restricted")
0 commit comments