aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Optimize and organize importsKrakenied2023-09-2423-79/+153
* Rewrite title and action bar handlesKrakenied2023-09-2412-57/+115
* Add dedicated progress placeholders sectionKrakenied2023-09-244-11/+53
* Rewrite & optimize boss barKrakenied2023-09-2450-141/+146
* Add missing importElikill582023-09-181-0/+1
* Fix not deleted bossbarElikill582023-09-181-0/+7
* Get rid of tabsKrakenied2023-09-0214-110/+110
* Fix build after rebaseKrakenied2023-09-021-0/+1
* Rewrite position task typeKrakenied2023-09-021-27/+42
* Better support for smithing task type in 1.20Krakenied2023-09-026-3/+92
* Fix 0/1 valueElikill582023-08-261-1/+2
* Change default valuesElikill582023-08-261-16/+17
* Prevent possible issueElikill582023-08-261-1/+1
* Add actionbarElikill582023-08-265-27/+132
* Fix errorElikill582023-08-261-1/+3
* Add bossbar and full track advancementElikill582023-08-2647-20/+226
* Clean project and update gitignoreElikill582023-08-262-4/+0
* 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
* 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
* Make placeholder always return no tracked questLMBishop2023-08-071-5/+1
* Add time limit placeholder (closes #524)LMBishop2023-08-073-1/+26
* 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-2119-56/+454
* Add some configElikill582023-07-158-15/+55
* Add ItemsAdder quest itemsLMBishop2023-07-142-0/+33
* Fix some moddata commands blocking the main threadLMBishop2023-07-112-35/+37
* Add @EventHandler annotation to BossKillEventLMBishop2023-07-091-0/+3
* Add null check for shop and de-duplicate common codeLMBishop2023-07-083-186/+137
* Revert "Optimize TaskUtils#getApplicableTasks method"LMBishop2023-07-071-4/+7
* Add ecobosses_killing task typeLMBishop2023-07-062-0/+63
* Update links to wikiLMBishop2023-07-062-2/+2
* 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-273-9/+28
* Do not color mythic mobs killing task type mob nameKrakenied2023-05-273-6/+6
* Use getConfigBoolean methodKrakenied2023-05-273-8/+10
* Improve getConfigBoolean methodKrakenied2023-05-271-7/+1
* Set exact match in TaskUtilsKrakenied2023-05-261-1/+1