Does anyone know a plugin that can block for example armorstands, TNT, Redstone Blocks and Redstone Torches? The blacklist of worldguard did not work. And plugins like Banitems did not work either.
WorldGuard works fine to me (@1.10.2) to block specific blocks / entities. Just follow the wiki https://worldguard.enginehub.org/en/latest/build-perms/
Simple custom plugin Just check when a player places one of those blocks, if they have permission to place it, if not cancel it 60 lines, my guess?
EssentialsX has a feature like that. Code (Text): #which blocks should people be prevented from placing? placement: 10,11,46,327 Under anti-build.