diff --git a/README.md b/README.md index 6402a0a..842b58e 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ _Added in `v1.5.0`_ * In `clicking: false` mode or in `v1.0`, the sign you are looking at is edited. * In `clicking: true` mode, after running the `/sign` command, right-click a sign to edit it. * (_since `v1.7.0`_) In `clicking: auto` mode, the behavior is the same as `clicking: false` if you are looking at a sign and `clicking: true` if you are not looking at a sign. +* (_since `v1.8.0`_) Before editing a sign, this plugin checks if the player is allowed to edit the sign by pretending to blank out the sign and seeing if the corresponding [SignChangeEvent](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/block/SignChangeEvent.html) is cancelled. ## Compatibility diff --git a/build.gradle b/build.gradle index 7b3339f..b52c4ef 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -version '1.8.0-SNAPSHOT' +version '1.8.0' // Set to '+' to use latest Bukkit // Otherwise, specify a version number like '1.12.2-R0.1-SNAPSHOT'