aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* camelCase the variable name.Steven Van Ingelgem2024-01-091-3/+3
|
* List all available categories when you encounter a missing one.Steven Van Ingelgem2024-01-091-2/+4
|
* Reverting back to for-loop because of performance considerations.Steven Van Ingelgem2024-01-091-1/+9
|
* Also allow '_' and '-' to be used as "characters".Steven Van Ingelgem2024-01-091-8/+2
|
* Add WildStacker support to mob killing and breeding task typesKrakenied2024-01-095-7/+74
| | | | Closes https://github.com/LMBishop/Quests/issues/584
* EcoMobs supportKrakenied2024-01-093-11/+89
|
* Add FabledSkyBlock 3 supportKrakenied2024-01-094-74/+143
|
* Do not try to load tasks with unresolved task typeKrakenied2024-01-091-0/+1
| | | | Closes https://github.com/LMBishop/Quests/issues/583
* Add namespaced types support to the 1.14+ item getterKrakenied2024-01-092-4/+95
|
* Add namespaced sounds supportKrakenied2024-01-091-16/+40
| | | | Closes https://github.com/LMBishop/Quests/issues/585
* Fix CoreProtect delay caused by queueKrakenied2023-12-211-10/+34
| | | | Closes https://github.com/LMBishop/Quests/issues/162
* Fix walking task type not detecting horse modeKrakenied2023-12-211-5/+5
|
* Implement projectile launching task typeKrakenied2023-12-092-0/+74
|
* Add useful method overloadsKrakenied2023-12-095-10/+26
|
* Remove unnecessary method callsKrakenied2023-12-097-7/+7
|
* Nullable block interact task type supportKrakenied2023-12-092-15/+10
|
* Add PyroFishingPro fishing task typeKrakenied2023-12-092-0/+92
|
* Schedule inventory check at location to avoid weird behaviourKrakenied2023-11-262-3/+4
|
* Improve item gettersKrakenied2023-11-2614-745/+984
| | | | Implement separate skull getters
* Add cancel commandsKrakenied2023-11-262-0/+10
| | | | Partially closes https://github.com/LMBishop/Quests/issues/558
* Better required amount detectionKrakenied2023-11-2647-75/+86
|
* Dynamic boss bar style and color supportKrakenied2023-11-261-11/+80
|
* Additional online check in inventory task typeKrakenied2023-09-261-1/+1
| | | | Fixes NPE on logout
* Detect the server version using a long-standing APIKrakenied2023-09-241-1/+1
|
* Make boss bar color and style customizableKrakenied2023-09-241-1/+14
|
* Farming task type reworkKrakenied2023-09-242-9/+58
| | | | Closes https://github.com/LMBishop/Quests/issues/548
* Add and remove players from the boss bar synchronouslyKrakenied2023-09-241-7/+4
|
* Fix up task type managerKrakenied2023-09-245-31/+30
|
* Optimize send track advancement method moreKrakenied2023-09-241-21/+30
|
* Clean up task type registrationKrakenied2023-09-248-116/+120
|
* Add block item dropping task typeKrakenied2023-09-243-5/+128
| | | | Closes https://github.com/LMBishop/Quests/issues/544
* Optimize and organize importsKrakenied2023-09-2423-79/+153
|
* Rewrite title and action bar handlesKrakenied2023-09-2412-57/+115
| | | | Add hex support to action bar (Paper only feature)
* 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
|