aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit
Commit message (Expand)AuthorAgeFilesLines
* Fix farming task type for kelpKrakenied2025-05-131-2/+3
* Deduplicate some QPF methods codeKrakenied2025-05-131-0/+69
* Update CustomFishing dependencyKrakenied2025-05-132-2/+9
* 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
* Update project plugins and dependenciesKrakenied2025-05-131-2/+2
* 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-134-0/+35
* Remove some finals to keep task types code styleKrakenied2025-05-133-3/+3
* Cleanup & bump dependencies to fix compilationKrakenied2025-05-137-113/+103
* Add BedWars1058 dedicated task typesjosemarcellio2025-05-137-0/+292
* Fix build & update jvmdowngraderKrakenied2024-11-161-2/+2
* Add placeholder support to vaultreward optionKrakenied2024-11-166-5/+143
* 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
* 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 buildXiaoMoMi2024-08-292-3/+3
* 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
* Add info about supported open source PlayerBlockTracker implementations to th...Krakenied2024-08-281-0/+2
* Get rid of unnecessary streamsKrakenied2024-08-283-3/+4
* A little docs cleanupKrakenied2024-08-282-0/+10
* 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-288-1/+107
* Add Quests.ShowUnsupportedCount propertyKrakenied2024-08-281-1/+1
* Drop items that could not be storedKrakenied2024-08-281-1/+8
* Update CustomFishing to latest version (requires update)Krakenied2024-08-283-5/+5
* Add PBT & CoreProtect support to farming task typeKrakenied2024-08-282-19/+95
* Set walking mode accepted values from enumKrakenied2024-08-281-20/+1