aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-2120-56/+455
|
* Add some configElikill582023-07-159-15/+63
|
* Add ItemsAdder quest itemsLMBishop2023-07-142-0/+33
| | | | Closes #525
* 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
|
* 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 ecobosses_killing task typeLMBishop2023-07-062-0/+63
| | | | Closes #521
* Update links to wikiLMBishop2023-07-066-182/+251
|
* 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 breeding task type descriptionKrakenied2023-07-011-1/+1
|
* Remove unnecessary deprecationKrakenied2023-07-011-1/+0
|
* 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
|
* Add exact match option to interact task typeKrakenied2023-05-261-9/+11
|
* Add exact match option to fishing task typeKrakenied2023-05-261-12/+22
|
* Add exact match option to crafting task typeKrakenied2023-05-261-3/+5
|
* Remove deprecationKrakenied2023-05-261-4/+1
|
* Add exact match option to consume task typeKrakenied2023-05-261-11/+18
|
* Add exact match option to brewing task typeKrakenied2023-05-261-4/+5
|
* Quest items refactorKrakenied2023-05-265-41/+24
|
* Improve brewing stand player detectionKrakenied2023-05-261-7/+15
|
* Add missing conditionKrakenied2023-05-261-0/+4
|
* Refactor mythic mobs killing task typeKrakenied2023-05-261-7/+6
|
* Add nullability checkKrakenied2023-05-261-0/+5
|
* Command task type refactorKrakenied2023-05-263-25/+24
| | | | More TaskUtils changes
* More TaskUtils improvementsKrakenied2023-05-262-1/+90
|
* Mob killing task type refactorKrakenied2023-05-261-73/+35
|
* Mining task type refactorKrakenied2023-05-261-50/+56
|
* Interact task type refactorKrakenied2023-05-261-15/+26
|
* Building task type refactorKrakenied2023-05-261-26/+38
|
* Add support for shearing other entitiesKrakenied2023-05-261-18/+26
| | | | (i.e. mushroom cows and snowmen)
* Register replenishing task typeKrakenied2023-05-261-0/+4
|
* Implement replenishing task typeKrakenied2023-05-261-0/+81
|