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