LMBishop / Quests

Questing plugin for Minecraft, enabling the addition of goals for players.
https://www.spigotmc.org/resources/23696/
GNU General Public License v3.0
170 stars 85 forks source link

Add support for blocks with blockstates #263

Open lucian929 opened 3 years ago

lucian929 commented 3 years ago

Reason for Addition

My server has a variety of custom blocks using note block block states. I'd like to be able to use them for the blockbreakcertain task type.

Description of Feature

Basically, allow adding blocks with blockstates. Example of this could look like: block: note_block{instrument:chime,note:19} or block: note_block[instrument=chime,note=19]. image

Alternative Solutions

Developer implements it for us

Agreements

Other

No response

AllayBreeze commented 1 year ago

I am also looking forward to this feature. I'd like to know whether this had been planned to a future version or not?