| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix autostart for quests with individual option set | Krakenied | 2024-08-28 | 1 | -4/+1 | |
| | | ||||||
| * | Add trading task type | Krakenied | 2024-08-28 | 2 | -0/+99 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/565 | |||||
| * | Update ServerNPC API-only JAR | Krakenied | 2024-08-28 | 2 | -0/+0 | |
| | | ||||||
| * | Track next quest after messaging player about completion | Krakenied | 2024-08-28 | 1 | -3/+3 | |
| | | ||||||
| * | Rewrite trackQuestForPlayer method, so it notifies player about the same ↵ | Krakenied | 2024-08-28 | 1 | -22/+41 | |
| | | | | | quest only once | |||||
| * | Add compiler args to build script | Krakenied | 2024-08-28 | 1 | -0/+1 | |
| | | ||||||
| * | Get rid of this deprecation warning | Krakenied | 2024-08-28 | 1 | -2/+4 | |
| | | ||||||
| * | Rewrite trackNextQuest so autostart Quests are tracked properly | Krakenied | 2024-08-28 | 1 | -11/+26 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/570 | |||||
| * | Change condition order for performance reasons | Krakenied | 2024-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | Get autostart from config only once | Krakenied | 2024-08-28 | 1 | -2/+8 | |
| | | ||||||
| * | Rewrite getEffectiveStartedQuests method | Krakenied | 2024-08-28 | 1 | -4/+46 | |
| | | ||||||
| * | Allow minus sign usage in quest ids ↵ | Krakenied | 2024-08-28 | 3 | -18/+34 | |
| | | | | | | | (https://github.com/LMBishop/Quests/issues/683) Add Apache Commons Lang NOTICE.txt to resources | |||||
| * | Add {questcolored} to menu elements and other places | Krakenied | 2024-08-28 | 3 | -16/+38 | |
| | | ||||||
| * | Improve server version getter | Krakenied | 2024-08-28 | 1 | -2/+2 | |
| | | | | | Fix getting versions without patch part | |||||
| * | Finally fix autosaves after regression caused by ↵ | Krakenied | 2024-08-28 | 2 | -36/+129 | |
| | | | | | https://github.com/LMBishop/Quests/commit/e5c0237bcb45c5d308e0a2b763f50ac97135c768 | |||||
| * | Do not reload base configurations twice | Krakenied | 2024-08-28 | 1 | -1/+0 | |
| | | ||||||
| * | Add number formats | Krakenied | 2024-08-28 | 8 | -70/+165 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/613 | |||||
| * | Rewrite Gradle files to use DSL which is actually supported by IDEs | Krakenied | 2024-08-28 | 9 | -271/+371 | |
| | | | | | Change the downgrader to a modern supported one | |||||
| * | Do not send track advancement for inventory task if progress didn't change | Krakenied | 2024-08-28 | 1 | -0/+9 | |
| | | ||||||
| * | Update Gradle Wrapper to 8.10 | Krakenied | 2024-08-28 | 3 | -2/+2 | |
| | | ||||||
| * | PyroFishingPro support improvements | Krakenied | 2024-08-28 | 6 | -11/+134 | |
| | | | | | | Add dedicated PyroFishingPro item support Use dedicated PyroFishingPro player getter | |||||
| * | Fix locked-display | Krakenied | 2024-06-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add docs for tasks introduced in #642 | Krakenied | 2024-06-03 | 6 | -0/+196 | |
| | | ||||||
| * | Add cancelstring and expirystring options | Krakenied | 2024-06-03 | 4 | -2/+78 | |
| | | | | | Closes https://github.com/LMBishop/Quests/issues/667 | |||||
| * | Add Oraxen support | Krakenied | 2024-06-03 | 5 | -0/+48 | |
| | | ||||||
| * | Add removed constructor back | Krakenied | 2024-06-03 | 3 | -2/+17 | |
| | | ||||||
| * | Remove another unnecessary HashMap#containsKey call from hot path | Krakenied | 2024-06-03 | 1 | -38/+9 | |
| | | | | | Do not use Object2ObjectArrayMap as it doesn't seem to be enough performance-beneficial | |||||
| * | Fix typo | Krakenied | 2024-06-03 | 1 | -1/+1 | |
| | | ||||||
| * | Extract method getting registration message | Krakenied | 2024-06-03 | 2 | -13/+44 | |
| | | ||||||
| * | Add not supported to registration message | Krakenied | 2024-06-03 | 1 | -1/+9 | |
| | | ||||||
| * | Fix codacy issue | Krakenied | 2024-06-03 | 1 | -2/+2 | |
| | | ||||||
| * | Further debugging optimization | Krakenied | 2024-06-03 | 11 | -142/+285 | |
| | | | | | Actually refactor a large amount of code lol | |||||
| * | Fix auto saving feature due to regression caused by ↵ | Krakenied | 2024-06-03 | 1 | -1/+1 | |
| | | | | | https://github.com/LMBishop/Quests/commit/e5c0237bcb45c5d308e0a2b763f50ac97135c768 | |||||
| * | Do not log the entire boss bar exception | Krakenied | 2024-06-03 | 1 | -1/+3 | |
| | | | | | | Closes https://github.com/LMBishop/Quests/issues/659 Closes https://github.com/LMBishop/Quests/issues/637 | |||||
| * | Add missing getter to 1.20 version specific handler | Krakenied | 2024-06-03 | 1 | -0/+5 | |
| | | ||||||
| * | 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 | |
| | | ||||||
