Releases: spnda/BlockProt
Releases · spnda/BlockProt
BlockProt 0.4.0
- 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
- 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
- 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
- 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
- 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)