Skip to content

Releases: spnda/BlockProt

BlockProt 0.4.0

02 Jul 14:28
8bdcff7

Choose a tag to compare

  • Feature: Towny integration (Requires Towny 0.97 or newer.)
  • Feature: Basic Plugin API (Any plugin can soon hook into this plugin and add new functionality and bridges to other plugins.)
  • Fix: Shulker boxes are properly lockable again
  • Fix: Breaking shulker boxes now properly works again

A changelog can be found at 0.3.3...0.4.0

BlockProt 0.3.3

25 Jun 15:49
92f564b

Choose a tag to compare

  • Fix: Default friends were not shown in the manager inventory.

A changelog can be found at 0.3.2...0.3.3

BlockProt 0.3.2

19 Jun 20:12
ea130a3

Choose a tag to compare

  • Fix: Adding or managing default friends might have resulted in a crash.
  • Minor code refactors

A changelog can be found at 0.3.1...0.3.2

BlockProt 0.3.1

17 Jun 08:02

Choose a tag to compare

  • Fix: NPE when checking the permissions in an inventory event.
  • Fix: Tried accessing a friend after removing it.
  • Fix: NBTAPI considered itself to be outdated.

A changelog can be found at 0.3.0...0.3.1

BlockProt 0.3.0

16 Jun 16:14

Choose a tag to compare

  • Add: New setting to limit the access of each player. This could be used to create a chest, where all friends added can only view the contents but not edit them.
  • Fix: Editing a door may have resulted in an exception.
  • Fix: Info Inventory was accessible on unlocked blocks.
  • Some major changes to the friend management. This includes a breaking change for friends, however I have implemented a simple system that aims to convert the old data structure to the new, it is however not thoroughly tested and your friends might not be copied over successfully. Please be aware of this!

A changelog can be found at 0.2.3...0.3.0

BlockProt 0.2.3

12 Jun 09:59

Choose a tag to compare

  • Updated to Minecraft 1.17 (af01f87, a482626, 5446bde)
  • Fix: Redstone values did not copy properly to double chests. (18f60bd)
  • Fix: Redstone values switched improperly when closing inventories. (18f60bd)
  • Includes a major rewrite of the underlying lock system code, made ready to support new features in the upcoming releases. Please report any issues you encounter!

A changelog can be found at 0.2.2...0.2.3

BlockProt 0.2.2

25 May 10:34

Choose a tag to compare

Rework: The friends GUI has gotten a full rework and is now simpler, easier and quicker to use and to understand, including many minor bug fixes and performance improvements. This also opens up new possibilities and features in coming updates!
Fix: We now ship with item-nbt-api instead of the item-nbt-api-plugin, which ships with unnecessary dependencies.
Fix: Inventories could previously be named the same, causing the inventories to not function at all.

A changelog can be found at 0.2.1...0.2.2

0.2.1

17 May 13:27

Choose a tag to compare

  • Fix: Blocks were not locked on place. (#40, 820566b)
  • Fix: Unnecessary print when switching lock on place. (3b73a0d)
  • Change: Ignore case when checking lockable blocks in the config. (2070f8b)

0.2.0

15 May 17:00

Choose a tag to compare

  • Add: Permission to bypass block protections (blockprot.bypass). (8d6733d)
  • Add: Config options to specify the exact blocks/tile entities that should be lockable. (8dc4f84, de66c0c)
  • Fix: The inventory click event wasn't always properly cancelled, leading to bugged items. (92b5510)
  • Fix: redstone_disallowed_by_default did the exact opposite. (bc16e70)
  • Change: The default criteria for each permission has been changed. (3fa71e4)

0.1.16

12 May 17:23

Choose a tag to compare

  • Change: Plugin authors do NOT require to specifically install NBTAPI anymore. (610cd78).
  • Fix: Friend already added message was never used. (e6b1deb)
  • Fix: Default friends now actually get added. (4b52a3f)
  • A variety of code changes were made to improve the stability and performance of inventories.