commands reward
shaun246 opened this issue ยท 2 comments
I want to give players a kit when they finish a quest as a reward in the config i've done.
rewards:
quest-points: 1
commands:
- kit drugs ""
but when i finish the quest it does /kit drugs "" in console instead of getting the name of the player.
You could try /sudo kit drugs
This will execute a console command that forces the player who completed the quest to run the command /kit drugs
Assuming he has the perms to the kit, he should be able to get it. If he doesn't you will have to make another command reward that adds said permissions to the player that completed the quest.