aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the counts towards completed option actually usableKrakenied2025-05-131-0/+2
| | | | That entire placeholder mess needs to be rewritten though
* For now still use the current approach to QPlayerPreferences constructionKrakenied2025-05-132-2/+4
|
* Storage reworkKrakenied2025-05-1320-1128/+1856
|
* Counts towards completed optionKrakenied2025-05-132-1/+20
|
* Add Nexo quest item supportKrakenied2025-05-135-0/+49
| | | | Closes https://github.com/LMBishop/Quests/issues/783
* Remove some finals to keep task types code styleKrakenied2025-05-133-3/+3
|
* Cleanup & bump dependencies to fix compilationKrakenied2025-05-1311-119/+109
|
* Add BedWars1058 dedicated task typesjosemarcellio2025-05-1311-0/+416
|
* Fix build & update jvmdowngraderKrakenied2024-11-162-3/+3
|
* Add placeholder support to vaultreward optionKrakenied2024-11-167-10/+148
|
* Add jitpack.yml for proper jitpack supportKrakenied2024-10-121-0/+5
|
* Update Gradle Wrapper to 8.10.1Krakenied2024-09-204-2/+7
|
* Update BentoBox level task type to work with latest plugin versionKrakenied2024-09-203-50/+47
|
* Check remove-items-when-complete only if partial completion is not allowedKrakenied2024-09-202-2/+4
|
* Add bartering docsKrakenied2024-09-111-0/+44
|
* Use correct method to get the item throwerKrakenied2024-09-111-1/+1
|
* Remove thrower from the map if it's nullKrakenied2024-09-111-1/+9
|
* Start uploading JARs downgraded to 11Krakenied2024-09-111-1/+7
| | | | Check only the youngest commit for CI skip
* Add bartering task typeKrakenied2024-09-112-0/+169
| | | | Compatible with Spigot 1.16.5+
* Update ruby in docs workflow to 3.3Krakenied2024-09-071-1/+1
|
* Add mode option to trading task typeKrakenied2024-09-074-11/+56
|
* Add info about compatible downloadsKrakenied2024-09-072-0/+41
|
* Add wdmKrakenied2024-09-072-0/+3
|
* Update docs GemfileKrakenied2024-09-072-20/+33
|
* Allow quest items usage in menusKrakenied2024-09-061-6/+26
|
* Move the null check to a logically more proper placeKrakenied2024-09-061-6/+6
|
* Add missing null checkKrakenied2024-09-061-4/+4
|
* Add option to specify the trader mobKrakenied2024-09-062-11/+21
|
* Fix ingredients matchingKrakenied2024-09-061-6/+10
|
* Add ingredient checks to trading task typeKrakenied2024-09-062-6/+55
|
* Fix milking task type checking only main handKrakenied2024-09-029-14/+248
| | | | | Fix interact and bucket empty task types throwing exceptions on 1.8 (unfortunately we can't get bucket NBT on versions lower than 1.19.2)
* Fix buildXiaoMoMi2024-08-292-3/+3
|
* Prepare for release 3.15.2v3.15.2Krakenied2024-08-281-1/+1
| | | | Bump version number
* Add missing options to farming docsKrakenied2024-08-281-6/+9
|
* Fix Chat class initialization on Paper 1.16.5 - 1.18.1Krakenied2024-08-282-3/+4
| | | | Check for class actually needed by MiniMessageParser
* Prepare for release 3.15.1v3.15.1Krakenied2024-08-2811-11/+11
| | | | Bump version number
* Fix bad defining items references in the docsKrakenied2024-08-286-54/+54
|
* Do not return null for a negative cooldown placeholderKrakenied2024-08-282-2/+9
| | | | Fixes https://github.com/LMBishop/Quests/issues/669
* Fixed wrong description for replenishing taskLéo2024-08-281-1/+1
|
* Add info about supported open source PlayerBlockTracker implementations to ↵Krakenied2024-08-281-0/+2
| | | | the config
* Get rid of unnecessary streamsKrakenied2024-08-283-3/+4
|
* A little docs cleanupKrakenied2024-08-2833-95/+272
|
* Add new options to interact task typeKrakenied2024-08-282-2/+49
|
* Add some new boss bar optionsKrakenied2024-08-282-0/+49
|
* Bump paper-api to 1.21.1 to ensure compatibility with the latest versionKrakenied2024-08-281-1/+1
|
* Vault reward integrationKrakenied2024-08-2810-1/+137
| | | | Closes https://github.com/LMBishop/Quests/issues/708
* Add Quests.ShowUnsupportedCount propertyKrakenied2024-08-281-1/+1
| | | | Most people don't need unsupported task types count
* Drop items that could not be storedKrakenied2024-08-281-1/+8
| | | | Closes https://github.com/LMBishop/Quests/issues/680
* Update jvmdowngrader to 1.1.2Krakenied2024-08-283-8/+23
|
* Update CustomFishing to latest version (requires update)Krakenied2024-08-283-5/+5
| | | | | Temporarily include a JAR without annotations shaded as it breaks project compilation