Closed Pilzinsel64 closed 7 months ago
Working with the objectives command requires the objective index of the HashMap. That's not nice, but there were no other easy possibility. But I'm open for any suggestions.
Closing as this has been added by https://github.com/KAMKEEL/CustomNPC-Plus/commit/39d2b9227d130da604798c6f4c7a92a3a07ab29b
A manual quest type like in newer versions.
Features
Commands
/noppes objective get <player> <quest> <objective>
player
: The target playernamequest
: The quest id of the active questobjective
: The objective's index/noppes objective set <player> <quest> <objective> <value>
player
: The target playernamequest
: The quest id of the active questobjective
: The objective's indexvalue
: The value to set for the objective/noppes objective add <player> <quest> <objective> <value>
player
: The target playernamequest
: The quest id of the active questobjective
: The objective's indexvalue
: The value to add to the current objective value/noppes objective sub <player> <quest> <objective> <value>
player
: The target playernamequest
: The quest id of the active questobjective
: The objective's indexvalue
: The value to substract from the current objective value