| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add PlaceholderAPI support in GUI titles | sejlaadilovic | 2024-01-16 | 3 | -3/+23 | |
| | | ||||||
| * | camelCase the variable name. | Steven Van Ingelgem | 2024-01-09 | 1 | -3/+3 | |
| | | ||||||
| * | List all available categories when you encounter a missing one. | Steven Van Ingelgem | 2024-01-09 | 1 | -2/+4 | |
| | | ||||||
| * | Reverting back to for-loop because of performance considerations. | Steven Van Ingelgem | 2024-01-09 | 1 | -1/+9 | |
| | | ||||||
| * | Also allow '_' and '-' to be used as "characters". | Steven Van Ingelgem | 2024-01-09 | 1 | -8/+2 | |
| | | ||||||
| * | Add WildStacker support to mob killing and breeding task types | Krakenied | 2024-01-09 | 6 | -8/+75 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/584 | |||||
| * | EcoMobs support | Krakenied | 2024-01-09 | 3 | -11/+89 | |
| | | ||||||
| * | Add FabledSkyBlock 3 support | Krakenied | 2024-01-09 | 5 | -75/+144 | |
| | | ||||||
| * | Do not try to load tasks with unresolved task type | Krakenied | 2024-01-09 | 1 | -0/+1 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/583 | |||||
| * | Add namespaced types support to the 1.14+ item getter | Krakenied | 2024-01-09 | 2 | -4/+95 | |
| | | ||||||
| * | Add namespaced sounds support | Krakenied | 2024-01-09 | 1 | -16/+40 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/585 | |||||
| * | Fix CoreProtect delay caused by queue | Krakenied | 2023-12-21 | 1 | -10/+34 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/162 | |||||
| * | Fix walking task type not detecting horse mode | Krakenied | 2023-12-21 | 1 | -5/+5 | |
| | | ||||||
| * | Implement projectile launching task type | Krakenied | 2023-12-09 | 2 | -0/+74 | |
| | | ||||||
| * | Add useful method overloads | Krakenied | 2023-12-09 | 5 | -10/+26 | |
| | | ||||||
| * | Remove unnecessary method calls | Krakenied | 2023-12-09 | 7 | -7/+7 | |
| | | ||||||
| * | Nullable block interact task type support | Krakenied | 2023-12-09 | 2 | -15/+10 | |
| | | ||||||
| * | Add PyroFishingPro fishing task type | Krakenied | 2023-12-09 | 2 | -0/+92 | |
| | | ||||||
| * | Schedule inventory check at location to avoid weird behaviour | Krakenied | 2023-11-26 | 2 | -3/+4 | |
| | | ||||||
| * | Improve item getters | Krakenied | 2023-11-26 | 14 | -745/+984 | |
| | | | | | Implement separate skull getters | |||||
| * | Add cancel commands | Krakenied | 2023-11-26 | 2 | -0/+10 | |
| | | | | | Partially closes https://github.com/LMBishop/Quests/issues/558 | |||||
| * | Better required amount detection | Krakenied | 2023-11-26 | 47 | -75/+86 | |
| | | ||||||
| * | Dynamic boss bar style and color support | Krakenied | 2023-11-26 | 2 | -13/+84 | |
| | | ||||||
| * | Additional online check in inventory task type | Krakenied | 2023-09-26 | 1 | -1/+1 | |
| | | | | | Fixes NPE on logout | |||||
| * | Detect the server version using a long-standing API | Krakenied | 2023-09-24 | 1 | -1/+1 | |
| | | ||||||
| * | Make boss bar color and style customizable | Krakenied | 2023-09-24 | 2 | -1/+18 | |
| | | ||||||
| * | Farming task type rework | Krakenied | 2023-09-24 | 2 | -9/+58 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/548 | |||||
| * | Add and remove players from the boss bar synchronously | Krakenied | 2023-09-24 | 1 | -7/+4 | |
| | | ||||||
| * | Fix up task type manager | Krakenied | 2023-09-24 | 5 | -31/+30 | |
| | | ||||||
| * | Optimize send track advancement method more | Krakenied | 2023-09-24 | 1 | -21/+30 | |
| | | ||||||
| * | Clean up task type registration | Krakenied | 2023-09-24 | 8 | -116/+120 | |
| | | ||||||
| * | Add block item dropping task type | Krakenied | 2023-09-24 | 3 | -5/+128 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/544 | |||||
| * | Optimize and organize imports | Krakenied | 2023-09-24 | 23 | -79/+153 | |
| | | ||||||
| * | Rewrite title and action bar handles | Krakenied | 2023-09-24 | 12 | -57/+115 | |
| | | | | | Add hex support to action bar (Paper only feature) | |||||
| * | Add dedicated progress placeholders section | Krakenied | 2023-09-24 | 5 | -11/+59 | |
| | | ||||||
| * | Rewrite & optimize boss bar | Krakenied | 2023-09-24 | 50 | -141/+146 | |
| | | ||||||
| * | Add missing import | Elikill58 | 2023-09-18 | 1 | -0/+1 | |
| | | ||||||
| * | Fix not deleted bossbar | Elikill58 | 2023-09-18 | 1 | -0/+7 | |
| | | ||||||
| * | Get rid of tabs | Krakenied | 2023-09-02 | 14 | -110/+110 | |
| | | ||||||
| * | Fix build after rebase | Krakenied | 2023-09-02 | 1 | -0/+1 | |
| | | ||||||
| * | Rewrite position task type | Krakenied | 2023-09-02 | 1 | -27/+42 | |
| | | ||||||
| * | Better support for smithing task type in 1.20 | Krakenied | 2023-09-02 | 6 | -3/+92 | |
| | | ||||||
| * | Fix 0/1 value | Elikill58 | 2023-08-26 | 1 | -1/+2 | |
| | | ||||||
| * | Change default values | Elikill58 | 2023-08-26 | 2 | -21/+22 | |
| | | ||||||
| * | Prevent possible issue | Elikill58 | 2023-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | Add actionbar | Elikill58 | 2023-08-26 | 6 | -27/+136 | |
| | | ||||||
| * | Fix error | Elikill58 | 2023-08-26 | 1 | -1/+3 | |
| | | ||||||
| * | Add bossbar and full track advancement | Elikill58 | 2023-08-26 | 48 | -20/+232 | |
| | | ||||||
| * | Clean project and update gitignore | Elikill58 | 2023-08-26 | 2 | -4/+0 | |
| | | ||||||
| * | Remove finals to keep the project code style | Krakenied | 2023-08-09 | 3 | -4/+4 | |
| | | ||||||
