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

Added optional 'amount' (minimum entities matched) arg to 'near_entity'. #152

Merged

Conversation

CallumJohnson
Copy link
Contributor

example:

enabled: true

effects:
  - id: send_message
    args:
      message: "At least 2 zombies"
    triggers:
      - click_entity
    conditions:
      - id: near_entity
        args:
            radius: 10
            entities:
              - Zombie
            amount: 2

@CallumJohnson CallumJohnson requested a review from WillFP as a code owner May 7, 2024 22:43
@Exanthiax
Copy link
Contributor

Auxilor/auxilor.github.io#63 Contributing Wiki Pull

Copy link
Member

@WillFP WillFP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@WillFP WillFP merged commit e53e2ff into Auxilor:master May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants