
Add function to distinguish between placement and destruction for banned block records
Huge-mistake opened this issue ยท 2 comments
Many machines continuously destroy blocks. The current blacklist can set blocks to be prohibited from being recorded. It would be great if we could separately set to cancel the destruction records of such blocks while still keeping the placement records of these blocks.
blacklist.txt
#Completely disable the destruction and placement records of the block
minecraft:oak_ log
#Disable only the placement records of the block.
+minecraft:oak_ log
#Disable only the destruction records of the block.
-minecraft:oak_ log
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.