aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* Vault reward integrationKrakenied2024-08-287-0/+104
* 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-281-2/+2
* Add PBT & CoreProtect support to farming task typeKrakenied2024-08-282-19/+95
* Set walking mode accepted values from enumKrakenied2024-08-281-20/+1
* Add support for multiple NPC ids in deliver/interact task typesKrakenied2024-08-289-18/+42
* Fix HIDE_ATTRIBUTES for 1.20.5+Krakenied2024-08-286-22/+333
* Clean up task type managerKrakenied2024-08-281-6/+14
* Add dedicated getter for enumsKrakenied2024-08-282-71/+36
* Optimize a bit walking task typeKrakenied2024-08-281-32/+69
* Fix autostart for quests with individual option setKrakenied2024-08-281-4/+1
* Add trading task typeKrakenied2024-08-282-0/+99
* Track next quest after messaging player about completionKrakenied2024-08-281-3/+3
* Rewrite trackQuestForPlayer method, so it notifies player about the same ques...Krakenied2024-08-281-22/+41
* Rewrite trackNextQuest so autostart Quests are tracked properlyKrakenied2024-08-281-11/+26
* Change condition order for performance reasonsKrakenied2024-08-281-1/+1
* Get autostart from config only onceKrakenied2024-08-281-2/+8
* Allow minus sign usage in quest ids (https://github.com/LMBishop/Quests/issue...Krakenied2024-08-283-18/+34
* Add {questcolored} to menu elements and other placesKrakenied2024-08-282-16/+26
* Improve server version getterKrakenied2024-08-281-2/+2
* Finally fix autosaves after regression caused by https://github.com/LMBishop/...Krakenied2024-08-282-36/+129
* Do not reload base configurations twiceKrakenied2024-08-281-1/+0
* Add number formatsKrakenied2024-08-288-70/+165
* Do not send track advancement for inventory task if progress didn't changeKrakenied2024-08-281-0/+9
* PyroFishingPro support improvementsKrakenied2024-08-283-11/+115