Staartvin / Autorank-2

Autorank is a Spigot/Bukkit plugin for automatically ranking players based on requirements
Other
56 stars 62 forks source link

auto-repeatable pathes #802

Open radyngg opened 2 years ago

radyngg commented 2 years ago

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