aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Convert to multi module projectLMBishop2021-06-17110-11519/+0
* Change visibility of setQuestModeLMBishop2021-06-141-1/+1
* Add quest controllersLMBishop2021-06-1450-395/+709
* Remove clean commandLMBishop2021-06-081-39/+1
* Make quest track automatically track first questLMBishop2021-06-081-0/+8
* Add level to mythicmobs_killingLMBishop2021-06-081-0/+6
* Merge branch 'sql'LMBishop2021-06-0819-116/+473
|\
| * Allow qPlayer to be nullLMBishop2021-06-0811-85/+116
| * Update schemaLMBishop2021-06-081-81/+32
| * Remove clean option since it is stupidLMBishop2021-06-056-16/+8
| * 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
| * Initial SQL storage implementationLMBishop2021-06-033-3/+264
| * Add initLMBishop2021-06-032-0/+7
* | Fix improper config validationLMBishop2021-06-051-2/+0
* | Add list of names to mob killing task typeLMBishop2021-06-051-4/+22
* | Add min-level to mythic mobs task typeLMBishop2021-06-051-1/+5
|/
* Fix problem with autosave unloading playersLMBishop2021-06-031-1/+1
* Change locks to prevent potential unlock exceptionLMBishop2021-06-031-10/+7
* Move debug messagesLMBishop2021-06-031-1/+2
* Remove async optionsLMBishop2021-06-021-3/+0
* Restructure storage system for future expansionLMBishop2021-06-0211-126/+233
* Renaming & refactoringLMBishop2021-06-0279-395/+344
* Add about command & links to contributorsLMBishop2021-06-0238-37/+50
* Remove cancelled check on command taskLMBishop2021-06-021-1/+1
* Fix missing world validation in mining task typeLMBishop2021-05-231-2/+2
* Allow use of entire height of category pagev2.16.5LMBishop2021-05-151-1/+8
* Add spacer menu elementLMBishop2021-05-133-4/+33
* Display only unmet requirements (#159)Minetown2021-04-111-1/+5
* Fix enchantment for 1.8LMBishop2021-04-023-2/+17
* Update bStatsLMBishop2021-04-022-729/+2
* Merge fix into masterLMBishop2021-03-294-21/+25
|\
| * Remove test lineLMBishop2021-03-291-1/+0
| * Fix enchantments not working in later ItemGetter(s)LMBishop2021-03-293-20/+25
| * Fix null commandLMBishop2021-03-271-1/+1
* | Refactored quest progress filesLMBishop2021-03-0751-511/+461
* | Add some commentsLMBishop2021-03-072-26/+39
* | Restructured menu controller & code organisationLMBishop2021-03-0627-241/+192
|/
* Add custom items to GUIv2.15.1LMBishop2021-03-0510-164/+392
* Add random quest commandLMBishop2021-03-042-0/+26
* improv. fix mistake (#153)nivcoo2021-03-041-1/+1
* Rename shopguiplus task typesLMBishop2021-03-033-10/+10
* Add support for CoreProtect + cleanupLMBishop2021-03-0326-46/+216
* Fix track commandLMBishop2021-03-032-2/+6
* Add quest tracking command & relicensed under GPLv3LMBishop2021-03-032-23/+11
* Restructued menu classesLMBishop2021-03-0326-423/+367
* Add documentationLMBishop2021-03-032-21/+88
* Add option for asynchronous read/write on join/leaveLMBishop2021-03-035-43/+57