aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Continue instead of return (closes #409)LMBishop2022-06-281-2/+2
* Add boolean return type to storage providersLMBishop2022-06-269-32/+61
* Add option to configure log historyLMBishop2022-06-263-1/+9
* Add quests debug commandLMBishop2022-06-267-25/+441
* Check if quest is started in menu (closes #396)LMBishop2022-06-201-1/+1
* Changed param to match rest of the plugin styleMihaiChirculete2022-06-181-1/+1
* Removed condition to be a player when using the "items give" subcommandMihaiChirculete2022-06-171-1/+1
* Added items subcommand to give a specific amount of a quest item to a player.MihaiChirculete2022-06-171-1/+49
* Check quest still exists (closes #402)LMBishop2022-06-161-1/+2
* Optimise importsLMBishop2022-06-1614-49/+26
* Use Paper supplied Adventure rather than shadingLMBishop2022-06-1625-141/+213
* Use computeIfAbsent exclsively on async thread (closes #404)LMBishop2022-06-163-43/+59
* Fix plugin dependent task typesKrakenied2022-06-041-1/+1
* Add extended problem descriptions and MiniMessageLMBishop2022-05-3117-67/+293
* [ci skip] Update CONTRIBUTING.mdLMBishop2022-05-232-27/+43
* Move autostart check to start method (closes #390)LMBishop2022-05-102-5/+4
* Add taming certain task typeKrakenied2022-05-073-7/+117
* Bump version numberv3.12LMBishop2022-05-061-1/+1
* Prevent migration from similar mysql databasesLMBishop2022-05-064-4/+34
* Fix migrationInProgress boolean not resetting after errorLMBishop2022-05-061-26/+29
* Add multiple option to mobkillingcertain (closes #266)LMBishop2022-05-051-16/+43
* Bring MythicMobs 4 support backKrakenied2022-05-053-14/+61
* Do not count non-creatures damageKrakenied2022-05-051-4/+12