v1.13.4 (2021-11-16) :: Fixed edit validation bug when using `/sign ui` command
Added
/sign help now tab-completes page numbers when there is more than one help page.
Changed
A player's pending sign interaction will only be cancelled if they perform a sign edit (SignChangeEvent) outside of this plugin rather than when they place a block.
This reverts the change from SignEdit for Bukkit = 1.13.3. This new approach should be less prone to bugs.
Fixed
When the plugin is configured with compatibility.edit-validation: Extra, /sign ui should not skip the extra checks. (#26)
Under the Hood
All mentions of deltik.org have been changed to deltik.net.
The plugin package was renamed from org.deltik.mc.signedit to net.deltik.mc.signedit.
Most code inspection warnings have been fixed.
Gradle has been updated from version 7.0.2 to version 7.3.
Version numbers are now generated automatically from Git tags.