Multiple commands for results
Keystirras opened this issue ยท 0 comments
Hey, when I was setting up my paths.yml I been trying to make it do multiple commands for the results for example, take $5000, rank them (I'm using LuckPerms), and i'm making them choose the next path.
Example:
Novice:
prerequisites:
in group:
value: novice
requirements:
total time:
value: 5h
money:
value: 5000
results:
command:
value: eco take &p 5000
command:
value: lp user &p parent add Member
command:
value: sudo &p ar choose basilisk
options:
display name: Member
I've tried adding "" around the command itself and that doesn't work either.