auto-repeatable pathes
radyngg opened this issue ยท 0 comments
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