Added support for multiple translations of [Private], [Redstone], [Everyone], [Timer:X] and [More Users] tags. Now you can for example use both the English name and some localized name on your server. Thanks @jensvh !
Technical: moved from json-simple to Gson (json-simple is deprecated in Spigot 1.14). Thanks @TheBusyBiscuit !
Technical: moved from com.google.common.base.Optional to the newer java.util.Optional. A new API (BlockLockerAPIv2) has been added that uses the new Optional, and the old API is unaffected. This old API will remain as long as com.google.common.base.Optional remains in Spigot. Thanks @TheBusyBiscuit !