aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add list by idsLMBishop2021-02-011-2/+86
|/
* Added null check to matchBlock function in mining & building task typesLMBishop2021-01-072-6/+29
|
* Add support for worldsLMBishop2021-01-0726-2/+126
|
* Refactored some of the PlaceholderAPI codeLMBishop2021-01-073-102/+143
|
* Recoded placeholders systemRubenicos2020-06-231-62/+205
|
* Added getQuestsProgressRubenicos2020-06-231-1/+26
|
* Added option for multiple blocks with individaul dataAvrooVulcan2020-06-091-8/+28
|
* Change indentation from tabs to spacesSuSeu14142020-06-036-216/+216
|
* Closes #7, closes #27LMBishop2020-05-201-1/+22
|
* Closes #84LMBishop2020-05-202-0/+79
|
* Closes #90LMBishop2020-05-201-0/+72
|
* Added option for cancel quests by commandBuildTools2020-05-202-10/+22
|
* Add more error messages when loading configLMBishop2020-04-263-16/+70
|
* Fixes #89LMBishop2020-04-232-2/+3
|
* improv. add bacground confignivcoo2020-04-231-1/+1
|
* improv. add bacground confignivcoo2020-04-231-5/+5
|
* improv. add bacground confignivcoo2020-04-231-1/+2
|
* Fixes #79LMBishop2020-04-232-2/+6
|
* Ability to ignore update checker addedLMBishop2020-04-231-4/+13
|
* Check if null for deleted questsLMBishop2020-04-191-0/+1
|
* Fix ConcurrentModificationException & hopefully reduced method calls in ↵LMBishop2020-04-155-27/+34
| | | | QuestCompleter
* Quests logger to allow configuration on how much Quests logsLMBishop2020-04-151-0/+81
|
* Task types will now try to load QPlayer if it would otherwise return null.LMBishop2020-04-1535-134/+163
|
* Support for items across server versionsLMBishop2020-04-156-55/+687
|
* Made timings of certain runnables configurableLMBishop2020-04-142-38/+68
|
* Fix error caused by parameter nameRodneyMKay2020-04-141-1/+1
|
* Fix bentobox island members not being included in level taskRodneyMKay2020-04-141-27/+35
|
* Added Iridium Skyblock Value task typeLMBishop2020-02-193-23/+137
|
* Quests can now load config files in folders recursivelyLMBishop2020-02-192-15/+42
|
* Make finalLMBishop2020-02-191-1/+1
|
* Added support for BentoBox levelsRodney_Mc_Kay2020-02-052-0/+92
|
* The quest file can be broken sometimes, without a warning, but directly an ↵nicuch2020-01-182-1/+28
| | | | exception (which is not nice)
* More to itnicuch2020-01-136-23/+25
|
* Trying to fix a bug, I've made another one. Sorry for thatnicuch2020-01-121-2/+1
|
* Added PlaceholderAPI supportnicuch2020-01-123-1/+128
|
* Added time-formatnicuch2020-01-123-6/+6
|
* Push to gitnicuch2020-01-1215-92/+152
|
* Added Quest Events APInicuch2020-01-1233-63/+247
|
* The javadoc says that method getKiller() should return a player entity or null.nicuch2020-01-126-41/+12
|
* Fix for projectilesnicuch2020-01-125-25/+51
|
* Missunderstand :)nicuch2020-01-112-2/+2
|
* 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-112-54/+37
|
* Git toxicitynicuch2020-01-111-103/+104
|
* Everythingnicuch2020-01-1130-171/+157
|
* Work-around fix for #59nicuch2020-01-104-15/+20
|
* Fixed quest progress not savingLMBishop2019-12-294-6/+40
| | | | | | | | | | | | - Closes #56 - TaskProgress now has a new field 'modified' as the QuestProgress 'modified' field is initialised false when generated using the generate blank function. - 'modified' should be set to true in QuestProgress when it is manually started, but the auto start option bypasses this altogether which results in the plugin not saving QuestProgress as it is considered unmodified even if progress has been made. - 'modified' fields in TaskProgress should fix this issue.
* Simplified codeLMBishop2019-12-291-31/+2
|
* Fishing task type properly detects if a fish was caughtLMBishop2019-12-261-5/+5
| | | | - Closes #54, #58