Skip to content

Releases: spnda/BlockProt

BlockProt 0.3.0

16 Jun 16:14
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

0.1.15

10 May 11:53
Compare
Choose a tag to compare
  • Add: Config option whether redstone should be allowed by default. (7c00781)
  • Change: Lock on place is now enabled by default. (ac105d1)
  • Change: Don't close the inventory when switching redstone. (88ed9e0, 8c89aa0)
  • Fix: Hotbar messages when switching redstone were incorrect. (00f09d8)

0.1.14

08 May 11:37
Compare
Choose a tag to compare
  • Add: Show the redstone state in the info inventory. (f5d8363)
  • Change: Go back to the friend add inventory from the search result inventory instead of the search anvil inventory. (838649e)
  • Fix: Missing name for the back button in the friend search result inventory. (3bbb07a)
  • Fix: The redstone protection against hoppers did not previously work for double chests. (2df0123)

0.1.13

05 May 13:11
Compare
Choose a tag to compare
  • Change: The friend search, remove and block info inventories now show skulls before loading the proper skulls asynchronously. (6a0cafb, 3790187, ac2e3eb, bae91ce)
  • Fix: When searching for friends, network calls to offline players used to lock up the main thread. (5d9e909)

0.1.12

03 May 13:02
Compare
Choose a tag to compare
  • Fix: Versions since 0.1.9 did not run on older Bukkit versions. (2c99ca0)
  • Fix: Crashes on 1.14.x and 1.15.x when editing blocks. (223b41e)