Developer API
The plugin comes equipped with a rich developer API making sure you have full control on the plugin. With the API you can:
Get access to a player's quests informations.
Register your own quest types.
Register your own quest conditions.
Reset a player's quest.
You can get access to the API by the class HERE.
EVENTS
QuestDoneEvent - Called when a player finish a quest.
BulkQuestDoneEvent - Called when a player finish all the quest in the same service. (reset's id)
QuestIncrementEvent - Called when a player increment a quest.
DelayQuestResetEvent - Called when an automatic reset is triggered.
Last updated