Skip to content

v0.7.0 - Adventure Mode Block Placement

Choose a tag to compare

@mdsimmo mdsimmo released this 12 Dec 11:13
· 53 commits to master since this release

Added Features:

  • Like adventure mode, tools can be configured to only break certain blocks using the CanDestroy nbt tag. If no nbt tag is added, tools cannot break anything.
  • Again, like adventure mode, blocks can be configured so they can only be placed on certain blocks using the CanPlaceOn nbt tag. If no tag is added, blocks can be placed anywhere.

Bug Fixes:

  • Corrected how the group.bomberman permission is assigned to increase plugin compatibility.