1
mirror of https://github.com/Shiewk/SModeration.git synced 2026-04-28 05:54:16 +02:00

Add permissions for mute/kick/ban immunity

This commit is contained in:
Shy
2024-07-23 16:23:40 +02:00
parent d8ff58191f
commit 7d94c782b8
4 changed files with 36 additions and 8 deletions
+10 -1
View File
@@ -116,4 +116,13 @@ permissions:
default: op
description: Allows the player to view and modify other players ender chests.
children:
- smod.enderchestsee
- smod.enderchestsee
smod.preventmute:
default: op
description: Prevents the player from being muted (if online)
smod.preventkick:
default: op
description: Prevents the player from being muted (if online)
smod.preventban:
default: op
description: Prevents the player from being muted (if online)