A
Admincraft2mo ago
Runj

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:
Found this and it seems to cover what I need to do https://hangar.papermc.io/Elgenzay/HoneyGuard
Jump to solution
6 Replies
Runj
RunjOP2mo ago
Even better if I can deny players from using specific trapdoors like spruce but allow using oak ?
NieGestorben
NieGestorben2mo ago
Could be easily done with a plugin. To my knowledge such a specific plugin doesn't yet exist.
Solution
Runj
Runj2mo ago
Found this and it seems to cover what I need to do https://hangar.papermc.io/Elgenzay/HoneyGuard
Das_Grosse_J
Das_Grosse_J2mo ago
Hey, even though you said you found something that works, I thought I’d tell you you can also do this using worldguard
Das_Grosse_J
Das_Grosse_J2mo ago
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/
Das_Grosse_J
Das_Grosse_J2mo ago
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

Did you find this page helpful?