aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version numberv3.0.1LMBishop2021-06-221-1/+1
|
* Fix placeholders being brokenLMBishop2021-06-221-1/+1
|
* Fix iridiumskyblock task typev3.0LMBishop2021-06-214-90/+84
|
* Add crafting task typeLMBishop2021-06-212-1/+188
| | | | | - Closes #179 - Closes #174
* Fix menuLMBishop2021-06-212-2/+2
|
* Fix configuration validationLMBishop2021-06-212-4/+15
|
* [ci skip] Optimise importsLMBishop2021-06-216-14/+10
|
* Implement quest validationLMBishop2021-06-212-1/+19
|
* Remove softdependsLMBishop2021-06-211-1/+1
|
* [ci skip] JavadocLMBishop2021-06-2112-2/+129
|
* [ci skip] Fix README anchorsLMBishop2021-06-211-7/+7
|
* [ci skip] Update READMELMBishop2021-06-211-22/+43
|
* Add delay loading optionLMBishop2021-06-212-12/+16
|
* [ci skip] Enable free responseLMBishop2021-06-211-5/+5
|
* Update issue templatesLMBishop2021-06-215-38/+98
|
* Update build.gradleLMBishop2021-06-212-4/+3
|
* Update gradle wrapperLMBishop2021-06-214-104/+94
|
* Save data on disableLMBishop2021-06-211-0/+26
|
* Convert to multi module projectLMBishop2021-06-17148-3580/+3340
| | | | | - Common module to provide an abstract Quests plugin - Api is still todo
* Change visibility of setQuestModeLMBishop2021-06-141-1/+1
|
* Add quest controllersLMBishop2021-06-1451-407/+711
|
* Update readmeLMBishop2021-06-101-11/+12
|
* Modify build.gradleLMBishop2021-06-101-0/+5
|
* Fix build.gradleLMBishop2021-06-101-0/+1
|
* Fix java versionLMBishop2021-06-101-1/+1
|
* Change publish workflowLMBishop2021-06-101-2/+1
|
* Change publish workflowLMBishop2021-06-101-2/+4
|
* Add publishingLMBishop2021-06-103-3/+48
|
* Add publishingLMBishop2021-06-101-0/+0
|
* Bump version numberv2.18LMBishop2021-06-081-1/+1
|
* Remove clean commandLMBishop2021-06-081-39/+1
|
* Make quest track automatically track first questLMBishop2021-06-081-0/+8
| | | | - Closes #173
* Add level to mythicmobs_killingLMBishop2021-06-081-0/+6
| | | | - Closes #177
* Merge branch 'sql'LMBishop2021-06-0821-122/+513
|\ | | | | | | - Closes #50
| * Allow qPlayer to be nullLMBishop2021-06-0812-85/+117
| |
| * Add warningLMBishop2021-06-081-1/+2
| |
| * Update schemaLMBishop2021-06-081-81/+32
| |
| * Remove clean option since it is stupidLMBishop2021-06-057-22/+14
| |
| * Reimplement modified statusLMBishop2021-06-059-33/+61
| |
| * Properly close HikariLMBishop2021-06-035-0/+23
| |
| * Make storage provider configurableLMBishop2021-06-031-2/+11
| |
| * Add types to task progressLMBishop2021-06-031-20/+75
| | | | | | | | | | - This restricts the possible types for task progress to int, double and float
| * Initial SQL storage implementationLMBishop2021-06-035-13/+274
| |
| * Add initLMBishop2021-06-032-0/+7
| |
| * Add SQL optionsLMBishop2021-06-032-0/+32
| |
* | Fix improper config validationLMBishop2021-06-051-2/+0
| |
* | Bump version numberv2.17LMBishop2021-06-051-1/+1
| |
* | Add list of names to mob killing task typeLMBishop2021-06-051-4/+22
| | | | | | | | - Closes #164
* | Add min-level to mythic mobs task typeLMBishop2021-06-051-1/+5
| | | | | | | | - Closes #175
* | Fix readmeLMBishop2021-06-041-0/+1
| |