Prevent using trapdoors but not doors or buttons
Hello everyone !
I'm making a multiplayer hub that's a village and I want to prevent players to mess with trapdoors in a defined zone.
I obviously thought of Worldguard but it seems like you cannot specify a per-block management. I need players to be able to access doors, chests and such, but not trapdoors, item frames or paintings
Solution:Jump to solution
Found this and it seems to cover what I need to do https://hangar.papermc.io/Elgenzay/HoneyGuard
6 Replies
Even better if I can deny players from using specific trapdoors like spruce but allow using oak ?
Could be easily done with a plugin. To my knowledge such a specific plugin doesn't yet exist.
Solution
Found this and it seems to cover what I need to do https://hangar.papermc.io/Elgenzay/HoneyGuard
Hey, even though you said you found something that works, I thought I’d tell you you can also do this using worldguard
Just looked at their wiki (as I like to read random wikis from time to time) and found this: https://worldguard.enginehub.org/en/latest/blacklist/
It lets you make a per-block list and even only deny certain actions, so if you wanted to, you could make it so that you can place but not use oak trapdoors and not place nor use spruce trapdoors
Just seems like a more elegant solution over this https://hangar.papermc.io/Elgenzay/HoneyGuard