aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix removing items from inventory on 1.10.2 and lowerKrakenied2025-07-294-11/+49
| | | | Closes https://github.com/LMBishop/Quests/issues/780
* Add task constraint set to delivery task typeKrakenied2025-07-291-1/+2
|
* Change tracking by default to the drop keyKrakenied2025-07-292-4/+4
|
* API cleanup & ensure compatibilityKrakenied2025-05-1317-131/+80
|
* Add count mode to trading task typeKrakenied2025-05-131-1/+3
|
* 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-132-1/+71
|
* Fix HIDE_ATTRIBUTES on SpigotKrakenied2025-05-131-13/+6
| | | | Closes https://github.com/LMBishop/Quests/issues/766
* Fix farming task type for kelpKrakenied2025-05-131-2/+3
|
* Deduplicate some QPF methods codeKrakenied2025-05-131-0/+69
| | | | Refactor progress filters a bit
* Update CustomFishing dependencyKrakenied2025-05-131-0/+5
| | | | 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
* Clamp damage in deal damage task typeKrakenied2025-05-131-2/+19
| | | | Closes https://github.com/LMBishop/Quests/issues/753
* 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-132-6/+13
|
* 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-1313-717/+971
|
* Counts towards completed optionKrakenied2025-05-131-0/+2
|
* Add Nexo quest item supportKrakenied2025-05-133-0/+31
| | | | 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-136-105/+97
|
* Add BedWars1058 dedicated task typesjosemarcellio2025-05-136-0/+288
|
* Add placeholder support to vaultreward optionKrakenied2024-11-166-5/+143
|
* Update BentoBox level task type to work with latest plugin versionKrakenied2024-09-202-46/+42
|
* Check remove-items-when-complete only if partial completion is not allowedKrakenied2024-09-202-2/+4
|
* 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
|
* Add bartering task typeKrakenied2024-09-112-0/+169
| | | | Compatible with Spigot 1.16.5+
* Add mode option to trading task typeKrakenied2024-09-071-8/+55
|
* 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-061-1/+9
|
* Fix ingredients matchingKrakenied2024-09-061-6/+10
|
* Add ingredient checks to trading task typeKrakenied2024-09-061-0/+45
|
* 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 Chat class initialization on Paper 1.16.5 - 1.18.1Krakenied2024-08-282-3/+4
| | | | Check for class actually needed by MiniMessageParser
* Do not return null for a negative cooldown placeholderKrakenied2024-08-282-2/+9
| | | | Fixes https://github.com/LMBishop/Quests/issues/669