aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src
Commit message (Expand)AuthorAgeFilesLines
* Implement FancyNpcs supportKrakenied2025-07-294-0/+87
* 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
* PlaceholderAPI hook cleanupKrakenied2025-07-295-8/+103
* Add option to set per category quest menu titleKrakenied2025-07-294-6/+9
* Fix boat walking task type mode on 1.11.1 and lowerKrakenied2025-07-297-11/+75
* Fix removing items from inventory on 1.10.2 and lowerKrakenied2025-07-294-11/+49
* 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
* 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
* 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
* Fix farming task type for kelpKrakenied2025-05-131-2/+3
* Deduplicate some QPF methods codeKrakenied2025-05-131-0/+69
* Update CustomFishing dependencyKrakenied2025-05-131-0/+5
* Fail silently if the specified sound doesn't existKrakenied2025-05-131-9/+13
* Fix Sounds enum on older versionsKrakenied2025-05-131-1/+24
* Clamp damage in deal damage task typeKrakenied2025-05-131-2/+19
* Fix plugin initialization on Purpur 1.17.1Krakenied2025-05-131-1/+23
* Fix smelting task type exploitKrakenied2025-05-131-1/+1
* Batched statements cannot end with a semicolonKrakenied2025-05-131-1/+1
* Fix database migratorKrakenied2025-05-131-2/+2
* Add hidden option to quest optionsKrakenied2025-05-132-6/+13
* Make the counts towards completed option actually usableKrakenied2025-05-131-0/+2
* 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
* 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
* 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