aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-301-1/+1
| | | | | | | 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
* 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-305-8/+8
|
* Update WalkingTaskType.javaIceWolf232024-04-251-0/+4
| | | Add support for Donkey's and Llama's walking mode
* Add option to disable WildStacker hookKrakenied2024-04-251-5/+8
|
* Merge task types into one - customfishing_fishingKrakenied2024-04-255-101/+95
|
* remove inner class and set priorityXiaoMoMi2024-04-252-22/+6
|
* Add CustomFishing compatibilityXiaoMoMi2024-04-253-0/+174
|
* Implement hatching task typeKrakenied2024-03-163-2/+90
|
* Clarity changes to smithing task type + docsKrakenied2024-03-161-1/+10
| | | | Related to https://github.com/LMBishop/Quests/pull/627
* Delay Legacy Material Support initializationKrakenied2024-03-091-5/+20
| | | | Do not init it at all if not required
* Handle null progress properlyKrakenied2024-03-091-1/+3
| | | | Fixes https://github.com/LMBishop/Quests/issues/619
* This one is actually uselessKrakenied2024-03-091-9/+3
|
* Update parameter in sendTrackAdvancement callsKrakenied2024-03-0948-50/+50
|
* Improve regular expressionKrakenied2024-03-092-13/+5
| | | | Adjust invalid task reference finder to it
* Improve QItemStack placeholder processingKrakenied2024-03-092-53/+54
|
* Validate progress-placeholders task referencesKrakenied2024-03-091-10/+39
|
* Try to get progress placeholders by task type tooKrakenied2024-03-091-0/+5
|
* Fix building task type subtract for loop returning instead of continuingKrakenied2024-03-091-1/+1
|
* Add allow negative progress option to building task typeKrakenied2024-03-091-3/+10
|
* Send track advancement on building and mining subtract tooKrakenied2024-03-092-0/+6
|
* Add item option to mining task typeKrakenied2024-03-091-5/+37
|
* Update ServerNPC to latest versionKrakenied2024-03-092-2/+2
|
* Improve CoreProtect check behaviour even moreKrakenied2024-03-091-0/+18
| | | | Add CoreProtect block lookup delay option
* Ensure that the entire holo hasn't been skippedKrakenied2024-03-092-2/+10
|
* Ignore ZNPCsPlus hologram serialization errorsKrakenied2024-03-092-4/+26
| | | | Closes https://github.com/LMBishop/Quests/issues/618
* Improve PAPI refresh-ticks option behaviorKrakenied2024-03-091-3/+5
|
* Apparently getEntitySpawnReason method is supported only on Paper + forksKrakenied2024-03-093-11/+32
|
* Move instanceof Goat check to version specific handlerKrakenied2024-03-094-2/+17
|
* Fix boss bar ClassNotFoundException on 1.8Krakenied2024-03-091-2/+2
| | | | Boss bars are supported only on 1.9+
* Add Goat support to milking task typeKrakenied2024-03-091-7/+38
| | | | | Fixes https://github.com/LMBishop/Quests/issues/620 (ignore baby mobs) Closes https://github.com/LMBishop/Quests/issues/607 (goat support)
* Add spawn reason option to mob killing task typeKrakenied2024-02-222-1/+90
| | | | Closes https://github.com/LMBishop/Quests/issues/460