Block Tags
Use the btag:[blocks tag] parameter to more efficiently search for materials included in the tag.
Tags are a Minecraft concept for organizing blocks, items, and entities into groups. There are quite a lot already defined in Minecraft but you can also create your own via datapacks.
For example, btag:minecraft:dirt would search for any dirt-like materials including dirt, coarse_dirt, and podzol. See the full list .
You can even supply multiple tags, like btag:minecraft:corals,minecraft:coral_blocks,minecraft:coral_plants.
Defining your own tags would be an extremely powerful way to group materials.
Read more about Tags .
Negation
As of Prism 4.4, this parameter allows negation. Negating an action will exclude results. It is important to note that unlike Prism 3, the syntax has the exclamation point before the colon. You cannot use a negated parameter with its normal equivalent.
Example: /pr l btag!:minecraft:dirt (Queries all blocks except those in the "minecraft:dirt" tag)