Skip to content

Releases: rutgerkok/BlockLocker

BlockLocker v1.3.0

19 Nov 16:58
Compare
Choose a tag to compare
  • Added shulker boxes to the default list of protected containers. If you have an existing configuration file, you'll need to add those blocks manually.
  • You can now place protection signs to the left or the right of a door.
  • Trapdoors can now be opened and closed automatically, just like doors.
  • Added sounds to auto-closing (trap)doors
  • Fixed [Timer: X] (with a space between : and X) not working.
  • Made some block checks done by the plugin a bit faster.

BlockLocker v1.2.0

06 Mar 16:59
Compare
Choose a tag to compare
  • Added option to let protections expire if a player doesn't log in for a certain amount of time
  • Added option to let creepers, endermans, fire, ghasts, pistons, saplings, TNT and/or zombies destroy protections
  • Protections missing the [Private] sign, but still having a [More Users] sign, are now considered unprotected
  • Fixed one half of double chests from Minecraft 1.7 not being protected in some cases
  • Fixed an error (NullPointerException) when a line on a sign is null.

BlockLocker v1.1.2

21 Jun 12:52
Compare
Choose a tag to compare
  • Fixed [Timer:X] tag being case sensitive.

BlockLocker v1.1.1

07 Mar 14:33
Compare
Choose a tag to compare
  • Added Minecraft 1.8.3 support (1.8.0 is still supported by this file)
  • Fixed a NoClassDefFoundError found by Airos10 on some 1.8.0 Spigot build

BlockLocker v1.0.1

05 Feb 12:55
Compare
Choose a tag to compare
  • Signs with UUIDs but with outdated names will now update their name automatically when a player interacts with the claim. (Only if the player is online)
  • Signs without UUIDs but with outdated names on them are now converted properly, thanks to Mojang's web API that allows name lookups in the past.

BlockLocker v1.0

02 Feb 20:32
Compare
Choose a tag to compare
  • Added an auto-updater. It can be set to automatically install updates, to only notify you or it can be disabled entirely. It will only install updates marked as suitable for automatic installation and marked as compatible with your Minecraft version. An auto-updater ensures that security fixes can be quickly pushed out to all servers.
  • Added support for MassiveCraft Factions: add [FactionName] to a sign to allow everyone in that faction to access the container.
  • Admins can now edit the owner of a protection (right-click sign; edit second line of [Private] sign)
  • Now fires the BlockPlaceEvent for pre-filled signs. Improves compatibility with block loggers and protection plugins.
  • When editing a sign, the selection will now expire after four minutes of clicking the sign instead of after the first edit.

BlockLocker v0.1

18 Jan 19:19
Compare
Choose a tag to compare
BlockLocker v0.1 Pre-release
Pre-release
  • Initial release