aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add exact match option to mob killing task typeKrakenied2023-05-261-1/+4
|
* Add exact match option to interact task typeKrakenied2023-05-261-9/+11
|
* Add exact match option to fishing task typeKrakenied2023-05-261-12/+22
|
* Add exact match option to crafting task typeKrakenied2023-05-261-3/+5
|
* Remove deprecationKrakenied2023-05-261-4/+1
|
* Add exact match option to consume task typeKrakenied2023-05-261-11/+18
|
* Add exact match option to brewing task typeKrakenied2023-05-261-4/+5
|
* Quest items refactorKrakenied2023-05-265-41/+24
|
* Improve brewing stand player detectionKrakenied2023-05-261-7/+15
|
* Add missing conditionKrakenied2023-05-261-0/+4
|
* Refactor mythic mobs killing task typeKrakenied2023-05-261-7/+6
|
* Add nullability checkKrakenied2023-05-261-0/+5
|
* Command task type refactorKrakenied2023-05-263-25/+24
| | | | More TaskUtils changes
* More TaskUtils improvementsKrakenied2023-05-262-1/+90
|
* Mob killing task type refactorKrakenied2023-05-261-73/+35
|
* Mining task type refactorKrakenied2023-05-261-50/+56
|
* Interact task type refactorKrakenied2023-05-261-15/+26
|
* Building task type refactorKrakenied2023-05-261-26/+38
|
* Add support for shearing other entitiesKrakenied2023-05-261-18/+26
| | | | (i.e. mushroom cows and snowmen)
* Register replenishing task typeKrakenied2023-05-261-0/+4
|
* Implement replenishing task typeKrakenied2023-05-261-0/+81
|
* Use matchEntity method in breeding task typeKrakenied2023-05-261-27/+8
|
* TaskUtils improvementsKrakenied2023-05-261-44/+81
|
* Update gradle to 8.1.1Krakenied2023-04-233-3/+3
|
* Fix buildKrakenied2023-04-221-1/+1
|
* Fix frogs and turtles breedingKrakenied2023-04-221-0/+16
|
* Do not register BrewingTaskType for unsupported server versionsKrakenied2023-04-021-1/+4
| | | | Closes https://github.com/LMBishop/Quests/issues/503
* Add PlayerPoints supportKrakenied2023-04-024-1/+74
| | | | Partially closes https://github.com/LMBishop/Quests/issues/494
* Handle vehicles movement separatelyKrakenied2023-04-021-2/+28
| | | | Closes https://github.com/LMBishop/Quests/issues/464
* Fix CaveVinesPlant not being handled properlyKrakenied2023-04-025-2/+29
|
* Fix MMOItems and Mythic Lib repoKrakenied2023-04-021-3/+3
|
* Update gradle to 8.0.2Krakenied2023-04-024-110/+173
|
* Optimize TaskUtils#getApplicableTasks methodKrakenied2023-04-021-7/+4
|
* Fix and improve listener plugin comparing conditionKrakenied2023-04-021-1/+2
|
* Fix the event order after task types registrationKrakenied2023-04-021-1/+4
|
* Fix PlayerBlockTracker event calling orderKrakenied2023-04-023-0/+23
|
* PlayerBlockTracker supportKrakenied2023-04-026-3/+64
| | | | Closes https://github.com/LMBishop/Quests/issues/499
* Bump paper-api to 1.19.4Krakenied2023-04-021-2/+2
|
* Remove unnecessary importKrakenied2023-04-021-1/+0
|
* Add allow silk touch optionKrakenied2023-04-022-43/+76
| | | | Partially closes https://github.com/LMBishop/Quests/issues/499
* Set block variable before the loopKrakenied2023-04-021-1/+2
|
* Improve breeding task type 1.10+ versions supportKrakenied2023-04-021-50/+69
|
* Improve world validationKrakenied2023-04-021-10/+5
|
* Fix Essentials task typesKrakenied2023-03-084-39/+77
| | | | Closes https://github.com/LMBishop/Quests/issues/488, https://github.com/LMBishop/Quests/issues/468, https://github.com/LMBishop/Quests/issues/457 and https://github.com/LMBishop/Quests/issues/290
* Fix ShopGUIPlus task typesKrakenied2023-03-072-0/+8
| | | | Fixes https://github.com/LMBishop/Quests/issues/496
* Replace fastutil Int2ObjectOpenHashMap with hppc IntObjectHashMapKrakenied2023-03-073-14/+26
| | | | Closes https://github.com/LMBishop/Quests/issues/497 without significant plugin JAR file size change
* Bump version umberv3.13.3LMBishop2023-02-161-1/+1
|
* Fix ArrayIndexOutOfBoundsExceptionKrakenied2023-02-163-4/+12
| | | | Do not show back menu element when category menu is null
* Use version specific methods to get item in main handKrakenied2023-02-166-4/+16
| | | | (cherry picked from commit 55135fd5101fc5facbb7a9fcba0da713bfef3046)
* Legacy pattern doesn't detect § symbolTom2023-02-141-1/+1
| | | | | | Legacy pattern doesn't detect § symbol which causes error: [Server] ERROR Could not pass event InventoryClickEvent to Quests v3.13.2-82af8a4 [Server] INFO net.kyori.adventure.text.minimessage.internal.parser.ParsingExceptionImpl: Legacy formatting codes have been detected in a MiniMessage string - this is unsupported behaviour. Please refer to the Adventure documentation (https://docs.adventure.kyori.net) for more information. [Server] INFO §cCancel message.