aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/leonardobishop/quests/player
Commit message (Expand)AuthorAgeFilesLines
* Convert to multi module projectLMBishop2021-06-176-949/+0
* Add quest controllersLMBishop2021-06-142-233/+70
* Make quest track automatically track first questLMBishop2021-06-081-0/+8
* Allow qPlayer to be nullLMBishop2021-06-082-9/+17
* Remove clean option since it is stupidLMBishop2021-06-051-0/+4
* Reimplement modified statusLMBishop2021-06-054-18/+51
* Properly close HikariLMBishop2021-06-031-0/+9
* Make storage provider configurableLMBishop2021-06-031-2/+11
* Initial SQL storage implementationLMBishop2021-06-031-1/+3
* Restructure storage system for future expansionLMBishop2021-06-024-114/+71
* Renaming & refactoringLMBishop2021-06-022-17/+5
* Refactored quest progress filesLMBishop2021-03-073-301/+313
* Restructured menu controller & code organisationLMBishop2021-03-062-31/+26
* Add support for CoreProtect + cleanupLMBishop2021-03-033-4/+4
* Fix track commandLMBishop2021-03-031-0/+6
* Add quest tracking command & relicensed under GPLv3LMBishop2021-03-031-2/+1
* Restructued menu classesLMBishop2021-03-033-14/+13
* Add documentationLMBishop2021-03-032-21/+88
* Add option for asynchronous read/write on join/leaveLMBishop2021-03-032-34/+42
* Add null checks to all task typesLMBishop2021-03-011-13/+16
* Add started menuLMBishop2021-02-171-1/+23
* Change save behaviourLMBishop2021-02-162-21/+19
* Make tracking toggleableLMBishop2021-02-161-2/+2
* Quest trackingLMBishop2021-02-163-7/+50
* Closes #145LMBishop2021-02-081-1/+1
* Reset task progress on completionLMBishop2021-02-071-0/+4
* Added option to parse PAPI for Quest GUI itemsLMBishop2021-02-051-4/+4
* CleanupLMBishop2021-02-053-6/+11
* Updated quest completion pipeline to a queue system for near instantaneous co...LMBishop2021-02-044-17/+29
* Add onStart method to TaskTypeLMBishop2021-02-041-0/+7
* Add CommandTaskType & DistancefromTaskType + internal changesLMBishop2021-02-033-36/+17
* Add command to clean quest progress files & option to do it on joinLMBishop2021-02-023-11/+59
* Add error checkerLMBishop2021-02-011-2/+2
* Refactored some of the PlaceholderAPI codeLMBishop2021-01-071-19/+59
* Added getQuestsProgressRubenicos2020-06-231-1/+26
* Fix ConcurrentModificationException & hopefully reduced method calls in Quest...LMBishop2020-04-152-10/+17
* Task types will now try to load QPlayer if it would otherwise return null.LMBishop2020-04-151-3/+31
* More to itnicuch2020-01-132-5/+7
* Added PlaceholderAPI supportnicuch2020-01-121-1/+1
* Added time-formatnicuch2020-01-121-2/+2
* Push to gitnicuch2020-01-123-48/+53
* Added Quest Events APInicuch2020-01-121-20/+46
* Missunderstand :)nicuch2020-01-111-1/+1
* Don't clear the data.nicuch2020-01-111-1/+1
* Data loss fixed. ONE fking line of code.nicuch2020-01-111-0/+1
* Git toxicity x2nicuch2020-01-111-40/+34
* Everythingnicuch2020-01-112-10/+19
* Work-around fix for #59nicuch2020-01-101-8/+13
* Fixed quest progress not savingLMBishop2019-12-294-6/+40
* Start strings on questsLMBishop2019-09-021-0/+3