| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Optimize it a bit | Krakenied | 2024-06-03 | 1 | -1/+13 | |
| | | ||||||
| * | Finished bucket task types rework | Krakenied | 2024-06-03 | 6 | -99/+52 | |
| | | ||||||
| * | Begin bucket tasks rework | Krakenied | 2024-06-03 | 3 | -6/+96 | |
| | | ||||||
| * | Add resurrecting task type | Krakenied | 2024-06-03 | 2 | -0/+67 | |
| | | ||||||
| * | Begin work on villager-type and villager-profession options | Krakenied | 2024-06-03 | 1 | -1/+10 | |
| | | ||||||
| * | Add curing task type | Krakenied | 2024-06-03 | 3 | -1/+79 | |
| | | ||||||
| * | Use better map impl for quest progress files | Krakenied | 2024-06-03 | 1 | -1/+1 | |
| | | | | | Resolves issues with async placeholders parsing | |||||
| * | Implement new item task types | Krakenied | 2024-06-03 | 4 | -0/+278 | |
| | | ||||||
| * | Make CompatUtils work properly with no-relocation Paper | Krakenied | 2024-04-30 | 2 | -4/+3 | |
| | | ||||||
| * | Update to Paper-API 1.20.5 | Krakenied | 2024-04-30 | 5 | -12/+40 | |
| | | | | | | | | Java 21 is now required Add java-downgrader plugin to support older Java versions Migrate shadow from com.github.johnrengelman.shadow to io.github.goooler.shadow to fix the project compilation using Java 21 and Gradle 8.7 https://github.com/johnrengelman/shadow/pull/876 | |||||
| * | Bump gradlew to 8.7 | Krakenied | 2024-04-30 | 3 | -23/+17 | |
| | | | | | Fix compile again | |||||
| * | Add more walking task type modes | Krakenied | 2024-04-30 | 8 | -27/+146 | |
| | | | | | Fix compile | |||||
| * | Make shop and item id options in ShopGUIPlus interaction task types optional | Krakenied | 2024-04-30 | 1 | -2/+0 | |
| | | ||||||
| * | Add string match mode option | Krakenied | 2024-04-30 | 12 | -140/+220 | |
| | | ||||||
| * | Small refactor | Krakenied | 2024-04-30 | 6 | -11/+15 | |
| | | ||||||
| * | Update WalkingTaskType.java | IceWolf23 | 2024-04-25 | 1 | -0/+4 | |
| | | | | Add support for Donkey's and Llama's walking mode | |||||
| * | Add option to disable WildStacker hook | Krakenied | 2024-04-25 | 2 | -5/+13 | |
| | | ||||||
| * | Make the workflow build the project correctly | Krakenied | 2024-04-25 | 1 | -1/+1 | |
| | | ||||||
| * | Fix build workflow node.js deprecation warning | Krakenied | 2024-04-25 | 1 | -1/+1 | |
| | | | | | Update gradle/wrapper-validation-action to v2 | |||||
| * | Fix docs workflow | Krakenied | 2024-04-25 | 1 | -1/+1 | |
| | | | | | Update actions/deploy-pages to v4 | |||||
| * | Fixes almost unreproducible rewards dupe on completion | Krakenied | 2024-04-25 | 1 | -0/+6 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/543 | |||||
| * | Add missing docs | Krakenied | 2024-04-25 | 1 | -0/+33 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/574 | |||||
| * | Merge task types into one - customfishing_fishing | Krakenied | 2024-04-25 | 5 | -101/+95 | |
| | | ||||||
| * | remove inner class and set priority | XiaoMoMi | 2024-04-25 | 2 | -22/+6 | |
| | | ||||||
| * | Add CustomFishing compatibility | XiaoMoMi | 2024-04-25 | 5 | -1/+178 | |
| | | ||||||
| * | Implement hatching task type | Krakenied | 2024-03-16 | 4 | -2/+129 | |
| | | ||||||
| * | Update workflows actions | Krakenied | 2024-03-16 | 2 | -14/+10 | |
| | | | | | Use actions/setup-java@v4 for caching | |||||
| * | Use optimized map implementation for quest progress file if available | Krakenied | 2024-03-16 | 1 | -1/+30 | |
| | | ||||||
| * | [ci skip] Update building, mining, mob killing and milking task type docs | Krakenied | 2024-03-16 | 4 | -24/+29 | |
| | | ||||||
| * | [ci skip] Fix PyroFishingPro fishing task type docs | Krakenied | 2024-03-16 | 1 | -1/+1 | |
| | | | | | Related to https://github.com/LMBishop/Quests/issues/607 | |||||
| * | Clarity changes to smithing task type + docs | Krakenied | 2024-03-16 | 2 | -2/+11 | |
| | | | | | Related to https://github.com/LMBishop/Quests/pull/627 | |||||
| * | [ci skip] Update Gradle to 8.6 | Krakenied | 2024-03-16 | 3 | -8/+8 | |
| | | ||||||
| * | Remove unnecessary HashMap#containsKey call from hot path | Krakenied | 2024-03-16 | 1 | -1/+2 | |
| | | | | | Related to https://github.com/LMBishop/Quests/issues/629 | |||||
| * | Delay Legacy Material Support initialization | Krakenied | 2024-03-09 | 1 | -5/+20 | |
| | | | | | Do not init it at all if not required | |||||
| * | Handle null progress properly | Krakenied | 2024-03-09 | 1 | -1/+3 | |
| | | | | | Fixes https://github.com/LMBishop/Quests/issues/619 | |||||
| * | This one is actually useless | Krakenied | 2024-03-09 | 1 | -9/+3 | |
| | | ||||||
| * | Update parameter in sendTrackAdvancement calls | Krakenied | 2024-03-09 | 48 | -50/+50 | |
| | | ||||||
| * | Improve regular expression | Krakenied | 2024-03-09 | 2 | -13/+5 | |
| | | | | | Adjust invalid task reference finder to it | |||||
| * | Improve QItemStack placeholder processing | Krakenied | 2024-03-09 | 2 | -53/+54 | |
| | | ||||||
| * | Validate progress-placeholders task references | Krakenied | 2024-03-09 | 1 | -10/+39 | |
| | | ||||||
| * | Try to get progress placeholders by task type too | Krakenied | 2024-03-09 | 1 | -0/+5 | |
| | | ||||||
| * | Added lacking information to smithing-(task-type).md | Léo | 2024-03-09 | 1 | -0/+2 | |
| | | | | New commit changed the smithing type quest and now is required to specify a mode. Not specifying a mode will break the quest since is a required field. The mode options was not specified, not even in the commit. | |||||
| * | Fix building task type subtract for loop returning instead of continuing | Krakenied | 2024-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | Add allow negative progress option to building task type | Krakenied | 2024-03-09 | 1 | -3/+10 | |
| | | ||||||
| * | Send track advancement on building and mining subtract too | Krakenied | 2024-03-09 | 2 | -0/+6 | |
| | | ||||||
| * | Add item option to mining task type | Krakenied | 2024-03-09 | 1 | -5/+37 | |
| | | ||||||
| * | Update ServerNPC to latest version | Krakenied | 2024-03-09 | 4 | -2/+2 | |
| | | ||||||
| * | Improve CoreProtect check behaviour even more | Krakenied | 2024-03-09 | 2 | -0/+22 | |
| | | | | | Add CoreProtect block lookup delay option | |||||
| * | Ensure that the entire holo hasn't been skipped | Krakenied | 2024-03-09 | 2 | -2/+10 | |
| | | ||||||
| * | Ignore ZNPCsPlus hologram serialization errors | Krakenied | 2024-03-09 | 2 | -4/+26 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/618 | |||||
