| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | Improve PAPI refresh-ticks option behavior | Krakenied | 2024-03-09 | 1 | -3/+5 |
| | | |||||
| * | Apparently getEntitySpawnReason method is supported only on Paper + forks | Krakenied | 2024-03-09 | 3 | -11/+32 |
| | | |||||
| * | Move instanceof Goat check to version specific handler | Krakenied | 2024-03-09 | 4 | -2/+17 |
| | | |||||
| * | Fix boss bar ClassNotFoundException on 1.8 | Krakenied | 2024-03-09 | 1 | -2/+2 |
| | | | | | Boss bars are supported only on 1.9+ | ||||
| * | Add Goat support to milking task type | Krakenied | 2024-03-09 | 1 | -7/+38 |
| | | | | | | Fixes https://github.com/LMBishop/Quests/issues/620 (ignore baby mobs) Closes https://github.com/LMBishop/Quests/issues/607 (goat support) | ||||
| * | corrected grammar from enchanting-(task-type) | Léo | 2024-02-22 | 1 | -1/+1 |
| | | |||||
| * | Add spawn reason option to mob killing task type | Krakenied | 2024-02-22 | 2 | -1/+90 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/460 | ||||
| * | Fix config validators descriptions | Krakenied | 2024-02-22 | 2 | -5/+12 |
| | | |||||
| * | Make the item option in composting, consume, crafting and smithing optional | Krakenied | 2024-02-22 | 4 | -48/+52 |
| | | |||||
| * | Add composting task type | Krakenied | 2024-02-22 | 2 | -3/+94 |
| | | |||||
| * | Add namespaced enchantments support to 1.13+ and 1.14+ item getters | Krakenied | 2024-02-22 | 2 | -22/+46 |
| | | |||||
| * | Add CMI ignore-afk support | Krakenied | 2024-02-22 | 7 | -37/+103 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/566 | ||||
| * | Add expiry commands option | Krakenied | 2024-02-22 | 4 | -0/+42 |
| | | |||||
| * | Fix ItemGetter on CraftBukkit 1.8 | Krakenied | 2024-02-22 | 3 | -19/+21 |
| | | | | | Improve setting item unbreakability | ||||
| * | Fix CraftBukkit hex color adapter compatibility | Krakenied | 2024-02-22 | 6 | -46/+77 |
| | | |||||
| * | Fix action bar on CraftBukkit (it's not supported) | Krakenied | 2024-02-22 | 1 | -2/+2 |
| | | |||||
| * | Update parent of pinataparty_hit-(task-type).md | Leonardo Bishop | 2024-02-18 | 1 | -1/+4 |
| | | |||||
| * | Bump version numberv3.15 | Leonardo Bishop | 2024-02-18 | 1 | -1/+1 |
| | | |||||
| * | Update documentation | Leonardo Bishop | 2024-02-18 | 11 | -15/+331 |
| | | |||||
| * | Remove unnecessary classes from IridiumSkyblock JAR to reduce its size | Krakenied | 2024-02-18 | 1 | -0/+0 |
| | | |||||
| * | Add PinataParty support | Krakenied | 2024-02-18 | 4 | -0/+63 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/518 | ||||
| * | Another compatibility requirement for ServerNPC tasks | Krakenied | 2024-02-18 | 1 | -2/+2 |
| | | |||||
| * | Use current hologram data for ServerNPC task types | Krakenied | 2024-02-18 | 3 | -10/+22 |
| | | |||||
| * | Add ServerNPC and ZNPCsPlus interact task types too | Krakenied | 2024-02-18 | 5 | -56/+189 |
| | | |||||
| * | Do not send track advancement for PAPI task type as it behaves really weird | Krakenied | 2024-02-18 | 1 | -1/+2 |
| | | |||||
| * | Handle empty names in another way | Krakenied | 2024-02-18 | 3 | -7/+27 |
| | | |||||
| * | Add ServerNPC support | Krakenied | 2024-02-18 | 4 | -0/+42 |
| | | |||||
