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

auto-repeatable pathes #802

Open
radyngg opened this issue Jun 24, 2022 · 0 comments
Open

auto-repeatable pathes #802

radyngg opened this issue Jun 24, 2022 · 0 comments

Comments

@radyngg
Copy link

radyngg commented Jun 24, 2022

hey everyone, i want to do some stuff, like auto-repeatable path.
example:
every time when a player breaks 10 blocks, he receive 1 diamond. (without typing command /ar choose)
but on practice: player must player complete path and for repeating must type /ar choose hpbreak

my path.yml:

hpbreak:
  requirements:
    blocks broken:
      value: 10
  results:
    command:
      value: give &p diamond 1
  options:
        is repeatable: true
        auto-choose: true
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

No branches or pull requests

1 participant