| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | 7 | -61/+12 | |
| | | ||||||
| * | 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 | 2 | -8/+91 | |
| | | | | | Part of https://github.com/LMBishop/Quests/issues/434 | |||||
| * | Fix IAE in DistancefromTaskType | Krakenied | 2022-08-21 | 1 | -8/+8 | |
| | | ||||||
| * | Add smithing task type and fix mining CoreProtect bug | David Villarreal | 2022-08-16 | 4 | -2/+80 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Fix interact task type | LMBishop | 2022-07-11 | 3 | -20/+11 | |
| | | ||||||
| * | Remove BrewingCertainTaskType.java | LMBishop | 2022-07-11 | 1 | -114/+0 | |
| | | ||||||
| * | Change configuration key from animal to mob for breeding type | LMBishop | 2022-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | Add interact task type (closes #401) | LMBishop | 2022-07-11 | 1 | -0/+112 | |
| | | ||||||
| * | Add animal list to breeding task type | LMBishop | 2022-07-11 | 1 | -2/+28 | |
| | | ||||||
| * | Remove invalid option from position task type | LMBishop | 2022-07-08 | 1 | -2/+0 | |
| | | ||||||
| * | Fix reverse-if-broken BuildingTaskType NPE | Krakenied | 2022-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | Add extended description to warning type | LMBishop | 2022-07-06 | 1 | -4/+14 | |
| | | ||||||
| * | Add executableitems quest item (closes #364) | LMBishop | 2022-07-06 | 2 | -0/+62 | |
| | | ||||||
| * | Add item option to mobkilling (closes #403) | LMBishop | 2022-07-06 | 1 | -0/+35 | |
| | | ||||||
| * | Add specific enchantment & level to enchanting task (closes #408) | LMBishop | 2022-07-06 | 2 | -1/+94 | |
| | | ||||||
| * | Add wildcard to debug command | LMBishop | 2022-07-06 | 2 | -10/+22 | |
| | | ||||||
| * | Merge task type certain types with regular types | LMBishop | 2022-07-06 | 51 | -1835/+333 | |
| | | ||||||
| * | Refactor config validation for task types | LMBishop | 2022-07-06 | 49 | -363/+806 | |
| | | ||||||
| * | Move applicable tasks to TaskUtils and add debug messages | LMBishop | 2022-07-06 | 50 | -1606/+1259 | |
| | | ||||||
| * | Add debug report & quest commands | LMBishop | 2022-07-05 | 6 | -10/+201 | |
| | | ||||||
| * | Fix ConcurrentModificationException when player data is being loaded | LMBishop | 2022-07-01 | 1 | -3/+3 | |
| | | ||||||
| * | Add some configuration options to debug report | LMBishop | 2022-06-28 | 1 | -0/+36 | |
| | | ||||||
| * | Continue instead of return (closes #409) | LMBishop | 2022-06-28 | 1 | -2/+2 | |
| | | ||||||
| * | Add boolean return type to storage providers | LMBishop | 2022-06-26 | 7 | -27/+50 | |
| | | ||||||
| * | Add option to configure log history | LMBishop | 2022-06-26 | 3 | -1/+9 | |
| | | ||||||
| * | Add quests debug command | LMBishop | 2022-06-26 | 6 | -19/+435 | |
| | | ||||||
| * | Check if quest is started in menu (closes #396) | LMBishop | 2022-06-20 | 1 | -1/+1 | |
| | | ||||||
| * | Changed param to match rest of the plugin style | MihaiChirculete | 2022-06-18 | 1 | -1/+1 | |
| | | | | Co-authored-by: Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | |||||
