aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* 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-1312-710/+914
* Counts towards completed optionKrakenied2025-05-131-0/+2
* Add Nexo quest item supportKrakenied2025-05-132-0/+30
* Remove some finals to keep task types code styleKrakenied2025-05-133-3/+3
* Cleanup & bump dependencies to fix compilationKrakenied2025-05-135-104/+96
* Add BedWars1058 dedicated task typesjosemarcellio2025-05-135-0/+287
* 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
* 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 Chat class initialization on Paper 1.16.5 - 1.18.1Krakenied2024-08-282-3/+4
* Do not return null for a negative cooldown placeholderKrakenied2024-08-282-2/+9
* Get rid of unnecessary streamsKrakenied2024-08-283-3/+4
* A little docs cleanupKrakenied2024-08-281-0/+6
* Add new options to interact task typeKrakenied2024-08-282-2/+49