Bring on the BlockStates!
Release v1.0.0
Minecraft 1.11.2 - Tested on spongeforge-1.11.2-2282-6.0.0-BETA-2297
Changes:
- Permission BlockID's can now take advantage of
BlockState
information. For example if I wanted to give the player permission to break Andesite but not regular stone I could give them the permissionprotectionperms.block.break.minecraft:stone[variant=andesite]
. Giving the player theprotectionperms.block.break.minecraft:stone
permission still allows them to break all variants of stone as normal.
Pre-Release -> Release!
Enjoy!