This addon made by Fade Studios (HiveLanky) allows servers or worlds to prevent people from clicking and interacting with 65+ blocks! This script really took me a while to code so please rate this as five stars.
Select version for changelog:
Changelog
Updated to 1.21.40/4x Make sure beta apis is enabled! By HiveLanky
// List your block types here.
];
if (restrictedBlocks.includes(block.typeId)) {
// Your code to execute when a restricted block is interacted with.
}