v1.1.8
·
36 commits
to master
since this release
New features
- Added the
legacyMode
variable to theGateUpdater
class, which controls whether the system uses the legacy method for updating block states (REDSTONE_BLOCK
orMaterial.AIR
) or the modern method (GateUtils.setRedstonePower
). - Added
legacyMode
configuration in theconfig.yml
file with a corresponding comment explaining its functionality. - Updated
messages.yml
file. - Added a
Sound.BLOCK_NOTE_BLOCK_PLING
when a gate block is interacted with. - Added support for
Material.TARGET
block on output.
Changed
- Improved the
setRedstonePower
function in the Bukkit plugin to make it safer. Added synchronization, improved exception handling. - Corrected the
UpdateChecker
class to use proper format specifiers inString.format
.
Fixed
- Fixed the
java.util.UnknownFormatConversionException: Conversion = 'l'
error in theUpdateChecker
class. - Fixed issues in the
messages.yml
file related to incorrect format specifiers.