Skip to content

Commit

Permalink
Bumped to v1.8.0 and updated README.md
Browse files Browse the repository at this point in the history
- MOD: Updated README.md to mention SignChangeEvent sanity check
- MOD: Changed version number from 1.8.0-SNAPSHOT to 1.8.0
  • Loading branch information
Deltik committed Dec 8, 2017
1 parent 8e955e1 commit e1dc4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit e1dc4c6

Please sign in to comment.