aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] Update walking docsKrakenied2025-07-291-5/+5
|
* Bump Paper API to 1.21.8 to ensure compatibility with latest versionKrakenied2025-07-291-1/+1
|
* Add ghast mode to walking task typeKrakenied2025-07-291-4/+3
|
* Add some missing conditionsKrakenied2025-07-291-8/+8
| | | | Closes https://github.com/LMBishop/Quests/issues/800
* Include API JARs to fix build (repo is down)Krakenied2025-07-292-0/+0
|
* Update Gradle Wrapper to 8.14.3Krakenied2025-07-295-10/+10
|
* Remove Integer validators from FancyNpcs tasksKrakenied2025-07-292-4/+0
| | | | FancyNpcs use String for id
* Correct docs for other NPC task typesKrakenied2025-07-295-8/+8
|
* Implement FancyNpcs supportKrakenied2025-07-297-2/+207
|
* Update inventory task type also directly on startKrakenied2025-07-291-1/+9
|
* Do not add Minecraft version to debug report if method does not existKrakenied2025-07-291-1/+19
| | | | Fix for < 1.15
* PlaceholderAPI hook cleanupKrakenied2025-07-297-8/+122
|
* [ci skip] Update some URLs in dev docsKrakenied2025-07-291-2/+2
|
* Add option to set per category quest menu titleKrakenied2025-07-296-8/+52
| | | | Closes https://github.com/LMBishop/Quests/issues/622
* Bump paper-api dep to 1.21.5 to ensure compatibility with the latest versionKrakenied2025-07-291-1/+1
|
* Replace legacy gradle/wrapper-validation-action with recommended alternativeKrakenied2025-07-291-7/+3
|
* Reduce quest progress map collisionsKrakenied2025-07-291-1/+1
|
* Fix boat walking task type mode on 1.11.1 and lowerKrakenied2025-07-297-11/+75
| | | | Closes https://github.com/LMBishop/Quests/issues/758
* Fix removing items from inventory on 1.10.2 and lowerKrakenied2025-07-295-11/+51
| | | | Closes https://github.com/LMBishop/Quests/issues/780
* Add task constraint set to delivery task typeKrakenied2025-07-291-1/+2
|
* Update downloads docs pageKrakenied2025-07-291-7/+7
|
* Remove unused import from build fileKrakenied2025-07-291-1/+0
|
* Update HikariCP to 6.3.0Krakenied2025-07-291-1/+1
|
* Change tracking by default to the drop keyKrakenied2025-07-293-6/+6
|
* API cleanup & ensure compatibilityKrakenied2025-05-1336-643/+824
|
* Add count mode to trading task typeKrakenied2025-05-132-2/+4
|
* Update the docs Gemfile thingKrakenied2025-05-131-9/+9
|
* Update Gradle Wrapper to 8.14Krakenied2025-05-131-1/+1
|
* Upgrade foojay resolver pluginKrakenied2025-05-131-1/+1
|
* Update plugin docsKrakenied2025-05-134-11/+45
|
* Cleanup unused importsKrakenied2025-05-134-5/+1
|
* Fix walking task type travelling with high speedsKrakenied2025-05-131-6/+15
| | | | Closes https://github.com/LMBishop/Quests/issues/775
* Do not refresh after prev/next page click when there is no prev/next pageKrakenied2025-05-132-4/+12
|
* Add placeholders support to more menu elementsKrakenied2025-05-134-9/+13
| | | | Closes https://github.com/LMBishop/Quests/issues/688
* Fix apply PAPI methodKrakenied2025-05-131-5/+3
|
* Small optimization to placeholders replacementKrakenied2025-05-131-9/+25
|
* Full QuestController placeholder supportKrakenied2025-05-133-53/+77
|
* Fix BukkitTask#isCancelled() missing on 1.8Krakenied2025-05-131-1/+32
|
* Add blockfertilizing task typeKrakenied2025-05-133-1/+107
|
* Fix HIDE_ATTRIBUTES on SpigotKrakenied2025-05-131-13/+6
| | | | Closes https://github.com/LMBishop/Quests/issues/766
* Add a switch for https://github.com/LMBishop/Quests/issues/760 debuggingKrakenied2025-05-131-1/+4
| | | | Closes https://github.com/LMBishop/Quests/issues/763
* Update Gradle Wrapper to 8.12.1Krakenied2025-05-134-10/+8
| | | | Update jvmdg to 1.2.2
* Update docs gemfileKrakenied2025-05-133-28/+28
|
* Fix item in bucketing tasks docsKrakenied2025-05-133-3/+3
|
* Update download wiki pageKrakenied2025-05-131-8/+14
|
* Fix farming task type for kelpKrakenied2025-05-131-2/+3
|
* Deduplicate some QPF methods codeKrakenied2025-05-1313-53/+170
| | | | Refactor progress filters a bit
* Better quest progress filter implementationKrakenied2025-05-139-69/+264
| | | | To be used in QuestsPlaceholders rewrite
* Update CustomFishing dependencyKrakenied2025-05-134-3/+11
| | | | Add isPrimaryThread method for https://github.com/LMBishop/Quests/issues/760 debugging
* Fail silently if the specified sound doesn't existKrakenied2025-05-131-9/+13
| | | | Closes https://github.com/LMBishop/Quests/issues/761