aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clean project and update gitignoreElikill582023-08-264-5/+3
|
* Remove finals to keep the project code styleKrakenied2023-08-093-4/+4
|
* Add alternative single constraint ctorKrakenied2023-08-091-0/+4
|
* Add alternative raw value ctorKrakenied2023-08-091-0/+4
|
* Some refactorKrakenied2023-08-094-42/+43
| | | | Use new constraints impl
* Update task types to the new implKrakenied2023-08-0923-57/+54
|
* Alternative task constraints implementationKrakenied2023-08-093-8/+45
|
* Add allow negative progress option to mining taskLMBishop2023-08-071-0/+8
| | | | Closes #530
* Make placeholder always return no tracked questLMBishop2023-08-071-5/+1
| | | | Closes #527
* Add time limit placeholder (closes #524)LMBishop2023-08-074-1/+29
|
* Fix issues with delay ticks for Folia schedulerNahuel Dolores2023-08-011-0/+3
|
* Actually fix counts-towards-limitLMBishop2023-07-281-1/+1
|
* Fix quest controller ignoring count-towards-limitLMBishop2023-07-281-1/+1
|
* Add missing scheduler wrapper methods for future usageNahuel Dolores2023-07-243-7/+191
|
* Remove unused region schedulerNahuel Dolores2023-07-211-3/+0
|
* Fix issues and wrap up workNahuel Dolores2023-07-214-8/+9
|
* Add support for FoliaNahuel Dolores2023-07-2121-56/+459
|
* Add some configElikill582023-07-1510-15/+65
|
* Add ItemsAdder quest itemsLMBishop2023-07-143-1/+36
| | | | Closes #525
* Bump version numberv3.14.2LMBishop2023-07-111-1/+1
|
* Fix broken links in documentationLMBishop2023-07-119-53/+53
|
* Fix some moddata commands blocking the main threadLMBishop2023-07-112-35/+37
| | | | Closes #520
* Add @EventHandler annotation to BossKillEventLMBishop2023-07-091-0/+3
| | | | Closes #522
* Add null check for shop and de-duplicate common codeLMBishop2023-07-083-186/+137
|
* Bump version numberv3.14.1LMBishop2023-07-071-1/+1
|
* Add missing documentation for mobs in taming and breeding tasksLMBishop2023-07-072-8/+32
|
* Revert "Optimize TaskUtils#getApplicableTasks method"LMBishop2023-07-071-4/+7
| | | | | | | This reverts commit b110eae48d68be6cc1957a201f776a8d535a8ff0. This caused a regression where the plugin would not load on older versions of Minecraft.
* Add changelog generator scriptLMBishop2023-07-072-0/+42
|
* Bump version numberv3.14LMBishop2023-07-061-1/+1
|
* Fix missing dependencies for EcoBossesLMBishop2023-07-061-0/+2
|
* Add ecobosses_killing task typeLMBishop2023-07-064-0/+103
| | | | Closes #521
* Add missing task types to documentationLMBishop2023-07-0649-148/+369
| | | | | Adds blockshearing, playerpoints_earn, replenishing, smithing, and missing options in other task types.
* Update links to wikiLMBishop2023-07-067-193/+255
|
* Migrate docs to GitHub pagesLMBishop2023-07-06137-1/+9121
|
* Add exact match option to inventory and citizens deliver task typesKrakenied2023-07-044-55/+85
|
* Improve inventory task type detectionKrakenied2023-07-041-9/+24
|
* Improve build workflowKrakenied2023-07-012-2/+0
|
* Update gradle to 8.2 and shadow to 8.1.1Krakenied2023-07-014-5/+6
|
* Improve breeding task type descriptionKrakenied2023-07-011-1/+1
|
* Remove unnecessary deprecationKrakenied2023-07-011-1/+0
|
* Bump paper-api to 1.20.1 and HikariCP to 5.0.1Krakenied2023-07-011-3/+3
|
* Bump paper-api to 1.20Krakenied2023-06-091-1/+1
|
* Add support for custom PlayerBlockTracker forksKrakenied2023-05-274-9/+30
|
* Do not color mythic mobs killing task type mob nameKrakenied2023-05-273-6/+6
| | | | Improve matchString performance
* Use getConfigBoolean methodKrakenied2023-05-273-8/+10
|
* Improve getConfigBoolean methodKrakenied2023-05-271-7/+1
|
* Set exact match in TaskUtilsKrakenied2023-05-261-1/+1
|
* Add exact match option to smithing task typeKrakenied2023-05-261-3/+5
|
* Add exact match option to smelting task typeKrakenied2023-05-261-4/+6
|
* Add exact match option to mob killing task typeKrakenied2023-05-261-1/+4
|