| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Additional material validation | Krakenied | 2023-02-08 | 8 | -11/+37 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/445, https://github.com/LMBishop/Quests/issues/349 | ||||
| * | Some improvements to farming and block shearing task types | Krakenied | 2023-02-08 | 2 | -46/+23 |
| | | |||||
| * | Fix quests not being sorted | LMBishop | 2023-01-27 | 2 | -0/+4 |
| | | |||||
| * | Fixed result of PreStartQuestEvent not being used in further checks | Tom | 2023-01-23 | 1 | -0/+3 |
| | | |||||
| * | Refactor menu code | LMBishop | 2023-01-13 | 27 | -784/+841 |
| | | |||||
| * | Add option for automatically closing GUI (closes #480) | LMBishop | 2023-01-10 | 3 | -3/+9 |
| | | |||||
| * | Add command permissions | snake | 2022-12-18 | 11 | -12/+170 |
| | | |||||
| * | Fix build badge | Krakenied | 2022-12-17 | 1 | -1/+1 |
| | | |||||
| * | Optimize debug logging a little more | Krakenied | 2022-12-17 | 3 | -15/+34 |
| | | | | | More improvements (https://github.com/LMBishop/Quests/issues/452) | ||||
| * | Add block shearing task type | Krakenied | 2022-12-17 | 2 | -0/+68 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/416 | ||||
| * | Optimize debug logging | Krakenied | 2022-12-17 | 1 | -11/+21 |
| | | | | | Fixes https://github.com/LMBishop/Quests/issues/452 | ||||
| * | Optimize entity-related walking modes validation | Krakenied | 2022-12-17 | 6 | -7/+36 |
| | | |||||
| * | Bring support for older ShopGUIPlus versions back | Krakenied | 2022-12-17 | 3 | -27/+82 |
| | | | | | Fixes https://github.com/LMBishop/Quests/issues/473 | ||||
| * | Fix MythicMobsKillingTaskType config validators not being added | Krakenied | 2022-12-17 | 1 | -6/+6 |
| | | |||||
| * | Some build.gradle changes and updates | Krakenied | 2022-12-17 | 2 | -87/+65 |
| | | |||||
| * | Optimize walking mode validation | Krakenied | 2022-12-17 | 1 | -7/+7 |
| | | | | | Lowercasing the mode is not needed because of a config validator | ||||
| * | Use Collections#max to find max element | Krakenied | 2022-12-17 | 2 | -6/+3 |
| | | |||||
| * | Use pattern variables | Krakenied | 2022-12-17 | 2 | -8/+4 |
| | | |||||
| * | Store menu elements in Int2ObjectOpenHashMaps | Krakenied | 2022-12-17 | 3 | -4/+7 |
| | | |||||
| * | Remove unused imports | Krakenied | 2022-12-17 | 8 | -64/+14 |
| | | |||||
| * | Optimize adding aliases - use Collections#addAll | Krakenied | 2022-12-17 | 1 | -1/+1 |
| | | |||||
| * | Brewing task type rework | Krakenied | 2022-08-25 | 1 | -33/+65 |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/434 | ||||
| * | Apply fixes to smithing task type too | Krakenied | 2022-08-23 | 1 | -11/+40 |
| | | | | | Add support for more than 1 result item | ||||
| * | Move smelting task type item debug logging | Krakenied | 2022-08-23 | 1 | -2/+2 |
| | | |||||
| * | Get task amount needed after checking the item | Krakenied | 2022-08-23 | 1 | -2/+2 |
| | | |||||
| * | Apply fixes to smelting task type as well | Krakenied | 2022-08-23 | 6 | -51/+49 |
| | | |||||
| * | More crafting task type detection improvements | Krakenied | 2022-08-22 | 5 | -7/+48 |
| | | | | | Fixes https://github.com/LMBishop/Quests/issues/430 with ctrl pressed | ||||
| * | Use enhanced switch statement | Krakenied | 2022-08-21 | 1 | -14/+3 |
| | | |||||
| * | Fix smelting task type older versions startup error | Krakenied | 2022-08-21 | 2 | -3/+6 |
| | | |||||
| * | Fix smelting task type as well | Krakenied | 2022-08-21 | 1 | -0/+1 |
| | | |||||
| * | Improve crafting task type | Krakenied | 2022-08-21 | 1 | -58/+31 |
| | | | | | Fixes https://github.com/LMBishop/Quests/issues/430 | ||||
| * | Remove redundant suppression | Krakenied | 2022-08-21 | 1 | -1/+0 |
| | | |||||
| * | Add missing config validators | Krakenied | 2022-08-21 | 1 | -0/+4 |
| | | |||||
| * | Add color check | Krakenied | 2022-08-21 | 3 | -8/+97 |
| | | | | | Part of https://github.com/LMBishop/Quests/issues/434 | ||||
| * | Use citizensapi instead of citizens | Krakenied | 2022-08-21 | 1 | -8/+2 |
| | | |||||
| * | Improve build workflow | Krakenied | 2022-08-21 | 1 | -28/+27 |
| | | |||||
| * | Fix ShopGUI+ task types (breaking change) | Krakenied | 2022-08-21 | 1 | -1/+1 |
| | | | | | https://github.com/brcdev-minecraft/shopgui-api/releases/tag/3.0.0 | ||||
| * | Make authlib non-transitive to hide an IDE warning | Krakenied | 2022-08-21 | 1 | -1/+3 |
| | | | | | https://advisory.checkmarx.net/advisory/vulnerability/Cxeb68d52e-5509 | ||||
| * | Fix jitpack being stupid | Krakenied | 2022-08-21 | 1 | -1/+1 |
| | | |||||
| * | Bump gradlew from 7.4 to 7.5.1 | Krakenied | 2022-08-21 | 1 | -1/+1 |
| | | |||||
| * | Bump shadow from 7.0.0 to 7.1.2 | Krakenied | 2022-08-21 | 1 | -1/+1 |
| | | |||||
| * | Fix IAE in DistancefromTaskType | Krakenied | 2022-08-21 | 1 | -8/+8 |
| | | |||||
| * | [ci skip] Add distribution status to README | LMBishop | 2022-08-18 | 1 | -0/+2 |
| | | |||||
| * | Bump version numberv3.13.2 | LMBishop | 2022-08-17 | 1 | -1/+1 |
| | | |||||
| * | Add smithing task type and fix mining CoreProtect bug | David Villarreal | 2022-08-16 | 4 | -2/+80 |
| | | |||||
| * | [ci skip] Reword a couple of issue form questions | LMBishop | 2022-08-07 | 2 | -15/+15 |
| | | |||||
| * | Fix enchanting task type bug | David Villarreal | 2022-08-06 | 1 | -2/+9 |
| | | |||||
| * | Update ShopGUI+ version (closes #429) | LMBishop | 2022-08-02 | 2 | -2/+2 |
| | | |||||
| * | Run CoreProtect check async (closes #432) | LMBishop | 2022-08-02 | 4 | -21/+50 |
| | | |||||
| * | Remove default from allow-partial-completion (closes #413) | LMBishop | 2022-07-14 | 2 | -2/+2 |
| | | |||||
