You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: