Changes
WorldEditIntegration if the plugin was unavailableIdentified an issue related to missing WorldEdit integration support if the installed plugin version lacks support for the com.sk89q.worldedit.math.BlockVector3.x() method; the recommended WorldEdit version is 7.3.0 (com.sk89q.worldedit)
Using the oneTick config setting you can specify whether the gateway should update every default 2 ticks (more stable) or 1 tick (faster).
This update introduces integration with WorldEdit to ensure that the original properties of logic gates created with the plugin are not lost during editing operations performed with WorldEdit.
!WorldEdit Integration
Key changes:
In earlier versions of the plugin, for example, the direction of the gate, the output state, the TIMER interval, the threeInput state — were not copied!
In this version, we can now create WorldEdit schematics and paste them without any problems, copy and paste selections, or use //stack and many more!
WorldEdit Integration
legacyMode variable to the GateUpdater class, which controls whether the system uses the legacy method for updating block states (REDSTONE_BLOCK or Material.AIR) or the modern method (GateUtils.setRedstonePower).legacyMode configuration in the config.yml file with a corresponding comment explaining its functionality.messages.yml file.Sound.BLOCK_NOTE_BLOCK_PLING when a gate block is interacted with.Material.TARGET block on output.setRedstonePower function in the Bukkit plugin to make it safer. Added synchronization, improved exception handling.UpdateChecker class to use proper format specifiers in String.format.java.util.UnknownFormatConversionException: Conversion = 'l' error in the UpdateChecker class.messages.yml file related to incorrect format specifiers.Changes in version 1.1.7:
com.gradleup.shadow: The com.gradleup.shadow plugin has been updated to the latest version. The hard-coded version of the plugin has also been removed, which will make future updates easier.com.piotrbednarski to pl.bednarskiwsieci.
Forget about giant Redstone logic gates. All logic gates in one block!