aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add internal goal placeholderKrakenied2025-07-294-11/+30
| | | | Closes https://github.com/LMBishop/Quests/issues/658
* Improve player debug output when no quests foundKrakenied2025-07-291-50/+63
|
* Use a bit more intuitive namingKrakenied2025-07-291-3/+3
|
* Fix progress display in newly introduced subcommandKrakenied2025-07-291-1/+22
|
* Add new debugging commandKrakenied2025-07-293-0/+125
|
* Get the biome only once per method callKrakenied2025-07-291-10/+24
|
* Update foojay resolver and jvmdowngraderKrakenied2025-07-291-2/+2
|
* Do not overwrite user defined static elements with spacers in last menu rowKrakenied2025-07-291-1/+5
|
* Implement MythicMobs dealdamage task typeKrakenied2025-07-293-2/+237
| | | | Closes https://github.com/LMBishop/Quests/issues/768
* Add biomes constraintKrakenied2025-07-297-20/+64
|
* Relocate dependencies properlyKrakenied2025-07-291-0/+2
|
* Use modern BlockTracker class name by default as the original one hasn't ↵Krakenied2025-07-291-1/+1
| | | | been updated since 1.16
* Add BlockTracker as softdependKrakenied2025-07-291-0/+1
|
* Reorder MythicMobs version checksKrakenied2025-07-294-10/+20
| | | | | Add missing fixed quest item cache clears on ready Mark EvenMoreFish task types as untested
* Add {days} support to time formatKrakenied2025-07-291-15/+36
| | | | Refactor FormatUtils, use JSpecify annotations
* Do not create unnecessary Location object in distancefrom task typeKrakenied2025-07-291-3/+8
|
* Fix menu NPE when categories are disabledKrakenied2025-07-291-4/+15
|
* Add cake support to consume task typeKrakenied2025-07-294-4/+51
| | | | Closes https://github.com/LMBishop/Quests/issues/261
* Use DamageSource APIKrakenied2025-07-296-46/+85
|
* Fix task progress and completion placeholdersKrakenied2025-07-291-4/+4
|
* Refactor paginated quest menu code a bitKrakenied2025-07-291-23/+27
|
* Use single constant for task placeholder patternKrakenied2025-07-292-6/+6
|
* Add item option to dealdamageKrakenied2025-07-292-6/+48
| | | | Closes https://github.com/LMBishop/Quests/issues/735
* Handle projectile damage in deal damage task type properlyKrakenied2025-07-291-1/+15
|
* Bump bungeecord-chat dependencyKrakenied2025-07-291-1/+1
|
* Add EvenMoreFish fishing and hunting types and dedicated item def implKrakenied2025-07-2914-4/+249
|
* Fix PAPI goal placeholderKrakenied2025-07-293-4/+9
|
* Add goal placeholderKrakenied2025-07-294-7/+28
| | | | Closes https://github.com/LMBishop/Quests/issues/788
* Check for CoreProtect block lookup nullability as it seems to be null when ↵Krakenied2025-07-291-0/+8
| | | | | | the user disables CoreProtect API https://github.com/LMBishop/Quests/issues/801
* Do not call getQuestProgress() from PAPI expansionKrakenied2025-07-291-50/+63
| | | | Closes https://github.com/LMBishop/Quests/issues/760
* Add missing null checkKrakenied2025-07-291-2/+4
|
* Add CustomFishing item defKrakenied2025-07-293-0/+60
|
* Fix the happy ghast modeKrakenied2025-07-298-13/+60
| | | | Refactor imports
* [ci skip] Update walking docsKrakenied2025-07-291-5/+5
|
* Bump Paper API to 1.21.8 to ensure compatibility with latest versionKrakenied2025-07-291-1/+1
|
* Add ghast mode to walking task typeKrakenied2025-07-291-4/+3
|
* Add some missing conditionsKrakenied2025-07-291-8/+8
| | | | Closes https://github.com/LMBishop/Quests/issues/800
* Include API JARs to fix build (repo is down)Krakenied2025-07-292-0/+0
|
* Update Gradle Wrapper to 8.14.3Krakenied2025-07-295-10/+10
|
* Remove Integer validators from FancyNpcs tasksKrakenied2025-07-292-4/+0
| | | | FancyNpcs use String for id
* Correct docs for other NPC task typesKrakenied2025-07-295-8/+8
|
* Implement FancyNpcs supportKrakenied2025-07-297-2/+207
|
* Update inventory task type also directly on startKrakenied2025-07-291-1/+9
|
* Do not add Minecraft version to debug report if method does not existKrakenied2025-07-291-1/+19
| | | | Fix for < 1.15
* PlaceholderAPI hook cleanupKrakenied2025-07-297-8/+122
|
* [ci skip] Update some URLs in dev docsKrakenied2025-07-291-2/+2
|
* Add option to set per category quest menu titleKrakenied2025-07-296-8/+52
| | | | Closes https://github.com/LMBishop/Quests/issues/622
* Bump paper-api dep to 1.21.5 to ensure compatibility with the latest versionKrakenied2025-07-291-1/+1
|
* Replace legacy gradle/wrapper-validation-action with recommended alternativeKrakenied2025-07-291-7/+3
|
* Reduce quest progress map collisionsKrakenied2025-07-291-1/+1
|