| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -6/+48 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/735 | ||||
| * | Handle projectile damage in deal damage task type properly | Krakenied | 2025-07-29 | 1 | -1/+15 |
| | | |||||
| * | Bump bungeecord-chat dependency | Krakenied | 2025-07-29 | 1 | -1/+1 |
| | | |||||
| * | Add EvenMoreFish fishing and hunting types and dedicated item def impl | Krakenied | 2025-07-29 | 14 | -4/+249 |
| | | |||||
| * | Fix PAPI goal placeholder | Krakenied | 2025-07-29 | 3 | -4/+9 |
| | | |||||
| * | Add goal placeholder | Krakenied | 2025-07-29 | 4 | -7/+28 |
| | | | | | 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 | 3 | -0/+60 |
| | | |||||
| * | Fix the happy ghast mode | Krakenied | 2025-07-29 | 8 | -13/+60 |
| | | | | | Refactor imports | ||||
| * | [ci skip] Update walking docs | Krakenied | 2025-07-29 | 1 | -5/+5 |
| | | |||||
| * | Bump Paper API to 1.21.8 to ensure compatibility with latest version | Krakenied | 2025-07-29 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Include API JARs to fix build (repo is down) | Krakenied | 2025-07-29 | 2 | -0/+0 |
| | | |||||
| * | Update Gradle Wrapper to 8.14.3 | Krakenied | 2025-07-29 | 5 | -10/+10 |
| | | |||||
| * | Remove Integer validators from FancyNpcs tasks | Krakenied | 2025-07-29 | 2 | -4/+0 |
| | | | | | FancyNpcs use String for id | ||||
| * | Correct docs for other NPC task types | Krakenied | 2025-07-29 | 5 | -8/+8 |
| | | |||||
| * | Implement FancyNpcs support | Krakenied | 2025-07-29 | 7 | -2/+207 |
| | | |||||
| * | 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 | 7 | -8/+122 |
| | | |||||
| * | [ci skip] Update some URLs in dev docs | Krakenied | 2025-07-29 | 1 | -2/+2 |
| | | |||||
| * | Add option to set per category quest menu title | Krakenied | 2025-07-29 | 6 | -8/+52 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/622 | ||||
| * | Bump paper-api dep to 1.21.5 to ensure compatibility with the latest version | Krakenied | 2025-07-29 | 1 | -1/+1 |
| | | |||||
| * | Replace legacy gradle/wrapper-validation-action with recommended alternative | Krakenied | 2025-07-29 | 1 | -7/+3 |
| | | |||||
| * | Reduce quest progress map collisions | Krakenied | 2025-07-29 | 1 | -1/+1 |
| | | |||||
| * | 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 | 5 | -11/+51 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/780 | ||||
| * | Add task constraint set to delivery task type | Krakenied | 2025-07-29 | 1 | -1/+2 |
| | | |||||
| * | Update downloads docs page | Krakenied | 2025-07-29 | 1 | -7/+7 |
| | | |||||
| * | Remove unused import from build file | Krakenied | 2025-07-29 | 1 | -1/+0 |
| | | |||||
| * | Update HikariCP to 6.3.0 | Krakenied | 2025-07-29 | 1 | -1/+1 |
| | | |||||
| * | Change tracking by default to the drop key | Krakenied | 2025-07-29 | 3 | -6/+6 |
| | | |||||
| * | API cleanup & ensure compatibility | Krakenied | 2025-05-13 | 36 | -643/+824 |
| | | |||||
| * | Add count mode to trading task type | Krakenied | 2025-05-13 | 2 | -2/+4 |
| | | |||||
| * | Update the docs Gemfile thing | Krakenied | 2025-05-13 | 1 | -9/+9 |
| | | |||||
| * | Update Gradle Wrapper to 8.14 | Krakenied | 2025-05-13 | 1 | -1/+1 |
| | | |||||
| * | Upgrade foojay resolver plugin | Krakenied | 2025-05-13 | 1 | -1/+1 |
| | | |||||
| * | Update plugin docs | Krakenied | 2025-05-13 | 4 | -11/+45 |
| | | |||||
| * | 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 |
| | | |||||
