You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to ask if its possible to add the feature to lock wooden trapdoors. I have done this in plugins like LWC and I would love it to see it here. Also it would be cool to lock iron trapdoors and iron doors, but I think that is a bit more complicated to implement.
The text was updated successfully, but these errors were encountered:
Trapdoors have been lockable for a while, but not by default. Look into config.yml and add each trapdoor under lockable_blocks.
The lockable_doors is only for actual doors which are made up of two blocks.
As for the iron doors... not possible I think. I'd need to detect what triggered a redstone signal, which would be a massive undertaking that cannot be done reliably imo.
Feature description
I wanted to ask if its possible to add the feature to lock wooden trapdoors. I have done this in plugins like LWC and I would love it to see it here. Also it would be cool to lock iron trapdoors and iron doors, but I think that is a bit more complicated to implement.
The text was updated successfully, but these errors were encountered: