aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit
Commit message (Collapse)AuthorAgeFilesLines
* 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-281-6/+14
| | | | | Mark some TaskType methods as final as they aren't really meant to be overridden
* Update some project dependenciesKrakenied2024-08-281-4/+4
|
* 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
* 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
|
* 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-282-16/+26
|
* 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-282-167/+186
| | | | Change the downgrader to a modern supported one
* Do not send track advancement for inventory task if progress didn't changeKrakenied2024-08-281-0/+9
|
* PyroFishingPro support improvementsKrakenied2024-08-285-11/+115
| | | | | Add dedicated PyroFishingPro item support Use dedicated PyroFishingPro player getter
* Fix locked-displayKrakenied2024-06-031-1/+1
|
* Add cancelstring and expirystring optionsKrakenied2024-06-032-0/+16
| | | | Closes https://github.com/LMBishop/Quests/issues/667
* Add Oraxen supportKrakenied2024-06-034-0/+35
|
* Add removed constructor backKrakenied2024-06-032-2/+6
|
* Fix typoKrakenied2024-06-031-1/+1
|
* Extract method getting registration messageKrakenied2024-06-031-13/+33
|
* Add not supported to registration messageKrakenied2024-06-031-1/+9
|
* Fix codacy issueKrakenied2024-06-031-2/+2
|
* Further debugging optimizationKrakenied2024-06-037-30/+72
| | | | Actually refactor a large amount of code lol
* Fix auto saving feature due to regression caused by ↵Krakenied2024-06-031-1/+1
| | | | https://github.com/LMBishop/Quests/commit/e5c0237bcb45c5d308e0a2b763f50ac97135c768
* Do not log the entire boss bar exceptionKrakenied2024-06-031-1/+3
| | | | | Closes https://github.com/LMBishop/Quests/issues/659 Closes https://github.com/LMBishop/Quests/issues/637
* Add missing getter to 1.20 version specific handlerKrakenied2024-06-031-0/+5
|
* Optimize it a bitKrakenied2024-06-031-1/+13
|
* Finished bucket task types reworkKrakenied2024-06-036-99/+52
|
* Begin bucket tasks reworkKrakenied2024-06-033-6/+96
|
* Add resurrecting task typeKrakenied2024-06-032-0/+67
|
* Begin work on villager-type and villager-profession optionsKrakenied2024-06-031-1/+10
|
* Add curing task typeKrakenied2024-06-033-1/+79
|
* Implement new item task typesKrakenied2024-06-034-0/+278
|
* Make CompatUtils work properly with no-relocation PaperKrakenied2024-04-302-4/+3
|
* Update to Paper-API 1.20.5Krakenied2024-04-302-5/+7
| | | | | | | Java 21 is now required Add java-downgrader plugin to support older Java versions Migrate shadow from com.github.johnrengelman.shadow to io.github.goooler.shadow to fix the project compilation using Java 21 and Gradle 8.7 https://github.com/johnrengelman/shadow/pull/876
* Bump gradlew to 8.7Krakenied2024-04-301-12/+6
| | | | Fix compile again
* Add more walking task type modesKrakenied2024-04-308-27/+146
| | | | Fix compile
* Make shop and item id options in ShopGUIPlus interaction task types optionalKrakenied2024-04-301-2/+0
|
* Add string match mode optionKrakenied2024-04-3012-140/+220
|
* Small refactorKrakenied2024-04-306-11/+15
|
* Update WalkingTaskType.javaIceWolf232024-04-251-0/+4
| | | Add support for Donkey's and Llama's walking mode
* Add option to disable WildStacker hookKrakenied2024-04-252-5/+13
|