From 1f91b2aa4ea0d74f78de66f37eb6cc3d7f194a77 Mon Sep 17 00:00:00 2001 From: Shiewk <152653291+Shiewk@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:58:05 +0200 Subject: [PATCH] Create permissions.md --- docs/permissions.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/permissions.md diff --git a/docs/permissions.md b/docs/permissions.md new file mode 100644 index 0000000..dfef10a --- /dev/null +++ b/docs/permissions.md @@ -0,0 +1,16 @@ +# SModeration permissions +- **smod.mute**: Allows the player to mute other players. +- **smod.ban**: Allows the player to ban and kick other players. +- **smod.kick**: Allows the player to kick other players. +- **smod.menu**: Allows the player to use the SModeration menu. +- **smod.notifications**: Allows the player to be notified when a punishment is issued. +- **smod.unmute**: Allows the player to unmute other players. +- **smod.unban**: Allows the player to unban other players. +- **smod.logs**: Allows the player to view mod logs. +- **smod.invsee**: Allows the player to view other players inventories. +- **smod.invsee.modify**: Allows the player to view and modify other players inventories. +- **smod.invsee.preventmodify**: When giving this permission to a player, prevents their inventory from being modified. +- **smod.enderchestsee**: Allows the player to view other players ender chests. +- **smod.enderchestsee.modify**: Allows the player to view and modify other players ender chests. + +All of these permissions are granted by default if the player is a server operator.