Releases: spnda/BlockProt
Releases · spnda/BlockProt
BlockProt 0.3.0
- 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
- 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
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
0.2.0
- 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
0.1.15
0.1.14
- 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)