v1.14.0-beta6 (2023-07-13) :: Fixed a validation error when a wall hanging sign is floating
Pre-Release Notes Since Previous Pre-Release
When using compatibility.edit-validation: Extra, SignEdit for Bukkit could have submitted a null rather than an air block for the block next to floating wall hanging signs, causing other plugins to fail to handle the BlockPlaceEvent. Although not possible in normal Minecraft, SignEdit for Bukkit now simulates hanging wall hanging signs in the air for validation purposes.
Hopefully improved the machine translations of the wax-related locale strings
Known Issues
When using the Spigot server, /sign ui edits are not registered due to a bug (SPIGOT-7391). Either switch to PaperMC or use /sign set as a workaround.
The new locale strings relating to waxed signs have not been proofread for the locales de, nl, zh-CN, zh-TW, and zh-HK.
Added
Support for Minecraft 1.20 sign sides (front and back)
Support for Minecraft 1.20 honeycomb wax on signs
On Minecraft 1.20+, opening an editable sign (sign without honeycomb wax) by right-click will open a sign editor handled by this plugin.
(Minecraft 1.20+ only) /sign wax and /sign unwax commands and permissions to apply and remove honeycomb wax from signs, respectively
New locale strings:
wax_removed – Completed /sign unwax action
wax_applied – Completed /sign wax action
bypass_wax_before – Warning before a /sign text change that wax will be removed
bypass_wax_after – Warning after a /sign text change that wax was reapplied
bypass_wax_cannot_rewax – Warning after a /sign text change that wax was not reapplied because the player lacks permission to /sign wax
forbidden_waxed_sign_edit – Error when attempting to edit a waxed sign without permission to run /sign unwax
Changed
The documentation of /sign undo and /sign redo has been clarified to indicate that they affect only the sign text, not the dyes or wax applied to the sign.