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

Disallow players from placing blocks in container if only-trigger-on-withdrawal is set to true #129

Closed
natereprogle opened this issue Mar 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers resolved

Comments

@natereprogle
Copy link
Member

natereprogle commented Mar 6, 2023

When only-trigger-on-withdrawal is set to true, a player can place items in containers but not take them out. If it's set to false, they can't place items in. Make it so placing items in the container is completely blocked, but it still triggers an event based on what only-trigger-on-withdrawal is set to.

Action only-trigger-on-withdrawal Response
Place True Blocked, nothing happens
Place False Blocked, action taken
Take True Blocked, action taken
Take False Blocked, action taken
@natereprogle natereprogle self-assigned this Mar 7, 2023
@natereprogle natereprogle added enhancement New feature or request good first issue Good for newcomers labels Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers resolved
Projects
Archived in project
Development

No branches or pull requests

1 participant