aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add option to specify the trader mobKrakenied2024-09-062-11/+21
|
* Fix ingredients matchingKrakenied2024-09-061-6/+10
|
* Add ingredient checks to trading task typeKrakenied2024-09-062-6/+55
|
* 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 buildXiaoMoMi2024-08-292-3/+3
|
* Prepare for release 3.15.2v3.15.2Krakenied2024-08-281-1/+1
| | | | Bump version number
* Add missing options to farming docsKrakenied2024-08-281-6/+9
|
* Fix Chat class initialization on Paper 1.16.5 - 1.18.1Krakenied2024-08-282-3/+4
| | | | Check for class actually needed by MiniMessageParser
* Prepare for release 3.15.1v3.15.1Krakenied2024-08-2811-11/+11
| | | | Bump version number
* Fix bad defining items references in the docsKrakenied2024-08-286-54/+54
|
* Do not return null for a negative cooldown placeholderKrakenied2024-08-282-2/+9
| | | | Fixes https://github.com/LMBishop/Quests/issues/669
* Fixed wrong description for replenishing taskLéo2024-08-281-1/+1
|
* Add info about supported open source PlayerBlockTracker implementations to ↵Krakenied2024-08-281-0/+2
| | | | the config
* Get rid of unnecessary streamsKrakenied2024-08-283-3/+4
|
* A little docs cleanupKrakenied2024-08-2833-95/+272
|
* 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-2810-1/+137
| | | | Closes https://github.com/LMBishop/Quests/issues/708
* Add Quests.ShowUnsupportedCount propertyKrakenied2024-08-281-1/+1
| | | | Most people don't need unsupported task types count
* Drop items that could not be storedKrakenied2024-08-281-1/+8
| | | | Closes https://github.com/LMBishop/Quests/issues/680
* Update jvmdowngrader to 1.1.2Krakenied2024-08-283-8/+23
|
* Update CustomFishing to latest version (requires update)Krakenied2024-08-283-5/+5
| | | | | Temporarily include a JAR without annotations shaded as it breaks project compilation
* Add PBT & CoreProtect support to farming task typeKrakenied2024-08-282-19/+95
| | | | | | Do not increment farming and mining progress if CP or PBT was expected to be used but the hook is not set Closes https://github.com/LMBishop/Quests/issues/542
* 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
| | | | Change invalidItemStack to screaming snake case
* Remove Folia dependency as we don't really use itKrakenied2024-08-281-3/+1
| | | | Folia is supported even without the dependency
* Clean up task type managerKrakenied2024-08-283-90/+118
| | | | | Mark some TaskType methods as final as they aren't really meant to be overridden
* Update some project dependenciesKrakenied2024-08-282-5/+5
|
* 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
| | | | Closes https://github.com/LMBishop/Quests/issues/565
* Update ServerNPC API-only JARKrakenied2024-08-282-0/+0
|
* Track next quest after messaging player about completionKrakenied2024-08-281-3/+3
|
* Rewrite trackQuestForPlayer method, so it notifies player about the same ↵Krakenied2024-08-281-22/+41
| | | | quest only once
* Add compiler args to build scriptKrakenied2024-08-281-0/+1
|
* Get rid of this deprecation warningKrakenied2024-08-281-2/+4
|
* Rewrite trackNextQuest so autostart Quests are tracked properlyKrakenied2024-08-281-11/+26
| | | | Closes https://github.com/LMBishop/Quests/issues/570
* Change condition order for performance reasonsKrakenied2024-08-281-1/+1
|
* Get autostart from config only onceKrakenied2024-08-281-2/+8
|
* Rewrite getEffectiveStartedQuests methodKrakenied2024-08-281-4/+46
|
* Allow minus sign usage in quest ids ↵Krakenied2024-08-283-18/+34
| | | | | | (https://github.com/LMBishop/Quests/issues/683) Add Apache Commons Lang NOTICE.txt to resources
* Add {questcolored} to menu elements and other placesKrakenied2024-08-283-16/+38
|
* Improve server version getterKrakenied2024-08-281-2/+2
| | | | Fix getting versions without patch part
* Finally fix autosaves after regression caused by ↵Krakenied2024-08-282-36/+129
| | | | https://github.com/LMBishop/Quests/commit/e5c0237bcb45c5d308e0a2b763f50ac97135c768
* Do not reload base configurations twiceKrakenied2024-08-281-1/+0
|
* Add number formatsKrakenied2024-08-288-70/+165
| | | | Closes https://github.com/LMBishop/Quests/issues/613
* Rewrite Gradle files to use DSL which is actually supported by IDEsKrakenied2024-08-289-271/+371
| | | | Change the downgrader to a modern supported one