aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-213-8/+97
| | | | Part of https://github.com/LMBishop/Quests/issues/434
* Use citizensapi instead of citizensKrakenied2022-08-211-8/+2
|
* Improve build workflowKrakenied2022-08-211-28/+27
|
* Fix ShopGUI+ task types (breaking change)Krakenied2022-08-211-1/+1
| | | | https://github.com/brcdev-minecraft/shopgui-api/releases/tag/3.0.0
* Make authlib non-transitive to hide an IDE warningKrakenied2022-08-211-1/+3
| | | | https://advisory.checkmarx.net/advisory/vulnerability/Cxeb68d52e-5509
* Fix jitpack being stupidKrakenied2022-08-211-1/+1
|
* Bump gradlew from 7.4 to 7.5.1Krakenied2022-08-211-1/+1
|
* Bump shadow from 7.0.0 to 7.1.2Krakenied2022-08-211-1/+1
|
* Fix IAE in DistancefromTaskTypeKrakenied2022-08-211-8/+8
|
* [ci skip] Add distribution status to READMELMBishop2022-08-181-0/+2
|
* Bump version numberv3.13.2LMBishop2022-08-171-1/+1
|
* Add smithing task type and fix mining CoreProtect bugDavid Villarreal2022-08-164-2/+80
|
* [ci skip] Reword a couple of issue form questionsLMBishop2022-08-072-15/+15
|
* 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
|
* [ci skip] Update Java version in READMELMBishop2022-07-141-1/+1
|
* 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
|
* Bump version numberv3.13.1LMBishop2022-07-081-1/+1
|
* [ci skip] Update README.mdLMBishop2022-07-081-1/+1
|
* Remove invalid option from position task typeLMBishop2022-07-081-2/+0
|
* Fix reverse-if-broken BuildingTaskType NPEKrakenied2022-07-081-1/+1
|
* Bump version numberv3.13LMBishop2022-07-061-1/+1
|
* Add extended description to warning typeLMBishop2022-07-062-8/+23
|
* Add executableitems quest item (closes #364)LMBishop2022-07-063-1/+65
|
* Add item option to mobkilling (closes #403)LMBishop2022-07-061-0/+35
|
* Add specific enchantment & level to enchanting task (closes #408)LMBishop2022-07-063-2/+102
|
* Add wildcard to debug commandLMBishop2022-07-063-11/+23
|
* Merge task type certain types with regular typesLMBishop2022-07-0653-1847/+378
|
* Refactor config validation for task typesLMBishop2022-07-0652-364/+836
|
* Move applicable tasks to TaskUtils and add debug messagesLMBishop2022-07-0650-1606/+1259
|
* Add debug report & quest commandsLMBishop2022-07-057-10/+218
|
* Fix ConcurrentModificationException when player data is being loadedLMBishop2022-07-011-3/+3
|
* Add some configuration options to debug reportLMBishop2022-06-281-0/+36
|