| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement MythicMobs dealdamage task type | Krakenied | 2025-07-29 | 2 | -2/+194 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/768 | ||||
| * | Add biomes constraint | Krakenied | 2025-07-29 | 7 | -20/+64 |
| | | |||||
| * | Reorder MythicMobs version checks | Krakenied | 2025-07-29 | 4 | -10/+20 |
| | | | | | | Add missing fixed quest item cache clears on ready Mark EvenMoreFish task types as untested | ||||
| * | Add {days} support to time format | Krakenied | 2025-07-29 | 1 | -15/+36 |
| | | | | | Refactor FormatUtils, use JSpecify annotations | ||||
| * | Do not create unnecessary Location object in distancefrom task type | Krakenied | 2025-07-29 | 1 | -3/+8 |
| | | |||||
| * | Fix menu NPE when categories are disabled | Krakenied | 2025-07-29 | 1 | -4/+15 |
| | | |||||
| * | Add cake support to consume task type | Krakenied | 2025-07-29 | 4 | -4/+51 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/261 | ||||
| * | Use DamageSource API | Krakenied | 2025-07-29 | 6 | -46/+85 |
| | | |||||
| * | Fix task progress and completion placeholders | Krakenied | 2025-07-29 | 1 | -4/+4 |
| | | |||||
| * | Refactor paginated quest menu code a bit | Krakenied | 2025-07-29 | 1 | -23/+27 |
| | | |||||
| * | Use single constant for task placeholder pattern | Krakenied | 2025-07-29 | 2 | -6/+6 |
| | | |||||
| * | Add item option to dealdamage | Krakenied | 2025-07-29 | 1 | -0/+36 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/735 | ||||
| * | Handle projectile damage in deal damage task type properly | Krakenied | 2025-07-29 | 1 | -1/+15 |
| | | |||||
| * | Add EvenMoreFish fishing and hunting types and dedicated item def impl | Krakenied | 2025-07-29 | 6 | -0/+153 |
| | | |||||
| * | Fix PAPI goal placeholder | Krakenied | 2025-07-29 | 2 | -3/+8 |
| | | |||||
| * | Add goal placeholder | Krakenied | 2025-07-29 | 2 | -1/+14 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/788 | ||||
| * | Check for CoreProtect block lookup nullability as it seems to be null when ↵ | Krakenied | 2025-07-29 | 1 | -0/+8 |
| | | | | | | | the user disables CoreProtect API https://github.com/LMBishop/Quests/issues/801 | ||||
| * | Do not call getQuestProgress() from PAPI expansion | Krakenied | 2025-07-29 | 1 | -50/+63 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/760 | ||||
| * | Add missing null check | Krakenied | 2025-07-29 | 1 | -2/+4 |
| | | |||||
| * | Add CustomFishing item def | Krakenied | 2025-07-29 | 2 | -0/+38 |
| | | |||||
| * | Fix the happy ghast mode | Krakenied | 2025-07-29 | 7 | -8/+55 |
| | | | | | Refactor imports | ||||
| * | Add ghast mode to walking task type | Krakenied | 2025-07-29 | 1 | -4/+3 |
| | | |||||
| * | Add some missing conditions | Krakenied | 2025-07-29 | 1 | -8/+8 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/800 | ||||
| * | Remove Integer validators from FancyNpcs tasks | Krakenied | 2025-07-29 | 2 | -4/+0 |
| | | | | | FancyNpcs use String for id | ||||
| * | Implement FancyNpcs support | Krakenied | 2025-07-29 | 3 | -0/+86 |
| | | |||||
| * | Update inventory task type also directly on start | Krakenied | 2025-07-29 | 1 | -1/+9 |
| | | |||||
| * | Do not add Minecraft version to debug report if method does not exist | Krakenied | 2025-07-29 | 1 | -1/+19 |
| | | | | | Fix for < 1.15 | ||||
| * | PlaceholderAPI hook cleanup | Krakenied | 2025-07-29 | 5 | -8/+103 |
| | | |||||
| * | Add option to set per category quest menu title | Krakenied | 2025-07-29 | 4 | -6/+9 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/622 | ||||
| * | Fix boat walking task type mode on 1.11.1 and lower | Krakenied | 2025-07-29 | 7 | -11/+75 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/758 | ||||
| * | Fix removing items from inventory on 1.10.2 and lower | Krakenied | 2025-07-29 | 4 | -11/+49 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/780 | ||||
| * | Add task constraint set to delivery task type | Krakenied | 2025-07-29 | 1 | -1/+2 |
| | | |||||
| * | Change tracking by default to the drop key | Krakenied | 2025-07-29 | 1 | -1/+1 |
| | | |||||
| * | API cleanup & ensure compatibility | Krakenied | 2025-05-13 | 17 | -131/+80 |
| | | |||||
| * | Add count mode to trading task type | Krakenied | 2025-05-13 | 1 | -1/+3 |
| | | |||||
| * | Cleanup unused imports | Krakenied | 2025-05-13 | 4 | -5/+1 |
| | | |||||
| * | Fix walking task type travelling with high speeds | Krakenied | 2025-05-13 | 1 | -6/+15 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/775 | ||||
| * | Do not refresh after prev/next page click when there is no prev/next page | Krakenied | 2025-05-13 | 2 | -4/+12 |
| | | |||||
| * | Add placeholders support to more menu elements | Krakenied | 2025-05-13 | 4 | -9/+13 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/688 | ||||
| * | Fix apply PAPI method | Krakenied | 2025-05-13 | 1 | -5/+3 |
| | | |||||
| * | Small optimization to placeholders replacement | Krakenied | 2025-05-13 | 1 | -9/+25 |
| | | |||||
| * | Full QuestController placeholder support | Krakenied | 2025-05-13 | 3 | -53/+77 |
| | | |||||
| * | Fix BukkitTask#isCancelled() missing on 1.8 | Krakenied | 2025-05-13 | 1 | -1/+32 |
| | | |||||
| * | Add blockfertilizing task type | Krakenied | 2025-05-13 | 2 | -1/+71 |
| | | |||||
| * | Fix HIDE_ATTRIBUTES on Spigot | Krakenied | 2025-05-13 | 1 | -13/+6 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/766 | ||||
| * | Fix farming task type for kelp | Krakenied | 2025-05-13 | 1 | -2/+3 |
| | | |||||
| * | Deduplicate some QPF methods code | Krakenied | 2025-05-13 | 1 | -0/+69 |
| | | | | | Refactor progress filters a bit | ||||
| * | Update CustomFishing dependency | Krakenied | 2025-05-13 | 1 | -0/+5 |
| | | | | | Add isPrimaryThread method for https://github.com/LMBishop/Quests/issues/760 debugging | ||||
| * | Fail silently if the specified sound doesn't exist | Krakenied | 2025-05-13 | 1 | -9/+13 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/761 | ||||
| * | Fix Sounds enum on older versions | Krakenied | 2025-05-13 | 1 | -1/+24 |
| | | | | | Finally closes https://github.com/LMBishop/Quests/issues/756 | ||||
