From 4392456b151f5c49a0f93fe90154c7df3d3169e8 Mon Sep 17 00:00:00 2001 From: Shiewk Date: Fri, 26 Jul 2024 18:39:14 +0200 Subject: [PATCH] Add missing docs, update to 1.2.1 --- docs/permissions.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/permissions.md b/docs/permissions.md index 7e41db0..e17de60 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -15,5 +15,7 @@ - **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. +- **smod.vanish**: Allows the player to enter and leave vanish mode. +- **smod.vanish.see**: Allows the player to see vanished players All of these permissions are granted by default if the player is a server operator. diff --git a/gradle.properties b/gradle.properties index 4338220..da901d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -pluginVersion = 1.2.0 \ No newline at end of file +pluginVersion = 1.2.1 \ No newline at end of file