aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Fix Sounds enum on older versionsKrakenied2025-05-131-1/+24
| | | | Finally closes https://github.com/LMBishop/Quests/issues/756
* Update Gradle Wrapper to 8.12Krakenied2025-05-131-1/+1
|
* Clamp damage in deal damage task typeKrakenied2025-05-131-2/+19
| | | | Closes https://github.com/LMBishop/Quests/issues/753
* Update project plugins and dependenciesKrakenied2025-05-133-4/+4
|
* Fix plugin initialization on Purpur 1.17.1Krakenied2025-05-131-1/+23
| | | | Closes https://github.com/LMBishop/Quests/issues/756
* Fix smelting task type exploitKrakenied2025-05-131-1/+1
| | | | Closes https://github.com/LMBishop/Quests/issues/754
* Batched statements cannot end with a semicolonKrakenied2025-05-131-1/+1
|
* Fix database migratorKrakenied2025-05-131-2/+2
| | | | Use next() instead of first() on TYPE_FORWARD_ONLY set
* Add hidden option to quest optionsKrakenied2025-05-133-6/+30
|
* 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
|