Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Lock trapdoors and iron doors #295

Open
Jaster-Master opened this issue Aug 7, 2024 · 1 comment
Open

[Feature]: Lock trapdoors and iron doors #295

Jaster-Master opened this issue Aug 7, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Jaster-Master
Copy link

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.

@Jaster-Master Jaster-Master added the enhancement New feature or request label Aug 7, 2024
@spnda
Copy link
Owner

spnda commented Aug 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants