aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/quests/example4.yml
Commit message (Collapse)AuthorAgeFilesLines
* Convert to multi module projectLMBishop2021-06-171-50/+0
| | | | | - Common module to provide an abstract Quests plugin - Api is still todo
* Quest trackingLMBishop2021-02-161-4/+7
|
* Start strings on questsLMBishop2019-09-021-3/+10
| | | | - Sends the player a custom string when the quest is started
* Added ability to sort questsLMBishop2019-07-211-1/+2
|
* Config split upLMBishop2019-07-111-0/+39
- Quests will now be in their own files - New 'QuestsConfigLoader' class to handle this with error messages - General refactorings