aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix ShopGUIPlus task typesKrakenied2023-03-072-0/+8
| | | | Fixes https://github.com/LMBishop/Quests/issues/496
* Replace fastutil Int2ObjectOpenHashMap with hppc IntObjectHashMapKrakenied2023-03-072-5/+5
| | | | Closes https://github.com/LMBishop/Quests/issues/497 without significant plugin JAR file size change
* 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.
* Additional material validationKrakenied2023-02-087-8/+32
| | | | Closes https://github.com/LMBishop/Quests/issues/445, https://github.com/LMBishop/Quests/issues/349
* Some improvements to farming and block shearing task typesKrakenied2023-02-082-46/+23
|
* Fix quests not being sortedLMBishop2023-01-272-0/+4
|
* Fixed result of PreStartQuestEvent not being used in further checksTom2023-01-231-0/+3
|
* Refactor menu codeLMBishop2023-01-1327-784/+841
|
* Add option for automatically closing GUI (closes #480)LMBishop2023-01-102-2/+6
|
* Add command permissionssnake2022-12-1811-12/+170
|
* Optimize debug logging a little moreKrakenied2022-12-171-9/+3
| | | | More improvements (https://github.com/LMBishop/Quests/issues/452)
* Add block shearing task typeKrakenied2022-12-172-0/+68
| | | | Closes https://github.com/LMBishop/Quests/issues/416
* Optimize debug loggingKrakenied2022-12-171-11/+21
| | | | Fixes https://github.com/LMBishop/Quests/issues/452
* Optimize entity-related walking modes validationKrakenied2022-12-176-7/+36
|
* Bring support for older ShopGUIPlus versions backKrakenied2022-12-173-27/+82
| | | | Fixes https://github.com/LMBishop/Quests/issues/473
* Fix MythicMobsKillingTaskType config validators not being addedKrakenied2022-12-171-6/+6
|
* Optimize walking mode validationKrakenied2022-12-171-7/+7
| | | | Lowercasing the mode is not needed because of a config validator
* Use Collections#max to find max elementKrakenied2022-12-172-6/+3
|
* Use pattern variablesKrakenied2022-12-172-8/+4
|
* Store menu elements in Int2ObjectOpenHashMapsKrakenied2022-12-173-4/+7
|
* Remove unused importsKrakenied2022-12-177-61/+12
|
* Brewing task type reworkKrakenied2022-08-251-33/+65
| | | | Closes https://github.com/LMBishop/Quests/issues/434
* Apply fixes to smithing task type tooKrakenied2022-08-231-11/+40
| | | | Add support for more than 1 result item
* Move smelting task type item debug loggingKrakenied2022-08-231-2/+2
|
* Get task amount needed after checking the itemKrakenied2022-08-231-2/+2
|
* Apply fixes to smelting task type as wellKrakenied2022-08-236-51/+49
|
* More crafting task type detection improvementsKrakenied2022-08-225-7/+48
| | | | Fixes https://github.com/LMBishop/Quests/issues/430 with ctrl pressed
* Use enhanced switch statementKrakenied2022-08-211-14/+3
|
* Fix smelting task type older versions startup errorKrakenied2022-08-212-3/+6
|
* Fix smelting task type as wellKrakenied2022-08-211-0/+1
|
* Improve crafting task typeKrakenied2022-08-211-58/+31
| | | | Fixes https://github.com/LMBishop/Quests/issues/430
* Remove redundant suppressionKrakenied2022-08-211-1/+0
|
* Add missing config validatorsKrakenied2022-08-211-0/+4
|
* Add color checkKrakenied2022-08-212-8/+91
| | | | Part of https://github.com/LMBishop/Quests/issues/434
* Fix IAE in DistancefromTaskTypeKrakenied2022-08-211-8/+8
|
* Add smithing task type and fix mining CoreProtect bugDavid Villarreal2022-08-164-2/+80
|
* Fix enchanting task type bugDavid Villarreal2022-08-061-2/+9
|
* Update ShopGUI+ version (closes #429)LMBishop2022-08-022-2/+2
|
* Run CoreProtect check async (closes #432)LMBishop2022-08-024-21/+50
|
* Remove default from allow-partial-completion (closes #413)LMBishop2022-07-142-2/+2
|
* Fix interact task typeLMBishop2022-07-113-20/+11
|
* Remove BrewingCertainTaskType.javaLMBishop2022-07-111-114/+0
|
* Change configuration key from animal to mob for breeding typeLMBishop2022-07-111-1/+1
|
* Add interact task type (closes #401)LMBishop2022-07-111-0/+112
|
* Add animal list to breeding task typeLMBishop2022-07-111-2/+28
|
* Remove invalid option from position task typeLMBishop2022-07-081-2/+0
|
* Fix reverse-if-broken BuildingTaskType NPEKrakenied2022-07-081-1/+1
|
* Add extended description to warning typeLMBishop2022-07-061-4/+14
|