#Target only player-placed blocks?
1 messages · Page 1 of 1 (latest)
if you have SkBee, you can create custom block nbt and set it to the blocks there, you can find info on the wiki https://www.github.com/ShaneBeee/SkBee/wiki
Alternatively, you can add the block to a list associated to the player that placed them, and use a separate on mine event to check if that block mined (get the location, not the block) is theirs or not