AutoRank votes requirement not working
lakiron opened this issue · 1 comments
heyo, it's me again with a new problem at hand :D
I have statz 1.5.3 (the latest version compatible with 1.13.2) installed and working, Ar 4.3.3
For some reason the second I add the votes requirement AR refuses to load paths.yml and do /ar reload
That's pretty much it. I can't find any reason for that. Below are my paths.yml and debugger log for AR
P.S AR hooks shows Statz, Statz hooks show Votifier
P.P.S Ow and while we're at it, for some reason AR performs commands twice (screenshot of console logs of this occuring in the wild xd)
debug-20200510083035.txt
Paths.yml:
player:
prerequisites:
in group:
value: default
requirements:
time:
value: 5h
results:
command:
value: lp user &p parent add player
command2:
value: eco give &p 2500
message:
value: Поздравляем, вы стали Игроком!
options:
auto choose: true
priority: 1
old:
prerequisites:
in group:
value: player
requirements:
time:
value: 20h
results:
command:
value: lp user &p parent add old
command2:
value: eco give &p 7500
message:
value: Поздравляем, вы стали Пожилым!
options:
auto choose: true
priority: 2
elder: (it breaks because of this)
prerequisites:
in group:
value: old
requirements:
time:
value: 30h
votes:
value: 5
results:
command:
value: lp user &p parent add elder
command2:
value: eco give &p 10000
message:
value: Поздравляем, вы стали Уважаемым!
options:
auto choose: true
priority: 3