summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | Co-authored-by: Leonardo Bishop <13875753+LMBishop@users.noreply.github.com>
* 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
| | | | Fixes https://github.com/LMBishop/Quests/issues/397
* 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
| | | | Closes https://github.com/LMBishop/Quests/issues/377
* 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
| | | | Fixes https://github.com/LMBishop/Quests/issues/318
* Do not count non-creatures damageKrakenied2022-05-051-4/+12
|
* Fix inventory and citizens deliver task types taking too many itemsKrakenied2022-05-052-16/+25
|
* Add time-limit option and quest expiry functionality (closes #379)LMBishop2022-05-0111-19/+213
|
* Add started date placeholderLMBishop2022-05-011-0/+8
|
* Remove default value from new columnLMBishop2022-05-011-1/+1
|
* Add started field to progress files & database migrationLMBishop2022-05-016-18/+135
|
* [ci skip] Replace broken/inactive badgesLMBishop2022-04-291-3/+4
|
* [ci skip] Update badges linkLMBishop2022-04-291-1/+1
|
* Add cancellable and counts towards limit options (closes #383)LMBishop2022-04-296-3/+57
|
* Fix nuvotifier_vote not registering (closes #381)LMBishop2022-04-281-1/+1
|
* Fix concurrent migration protectionLMBishop2022-04-231-0/+1
|
* Add quests data migration toolLMBishop2022-04-2210-1/+356
|
* Make moddata commands IO async (closes #359)LMBishop2022-04-226-77/+112
|
* Add fix for citizens_deliver as wellLMBishop2022-04-211-14/+22
|
* Fix partial inventory task type completionKrakenied2022-04-211-19/+29
| | | | Fixes https://github.com/LMBishop/Quests/issues/375
* Add smelting task typesKrakenied2022-04-198-11/+352
| | | | Closes https://github.com/LMBishop/Quests/issues/244
* Bump version numberv3.11LMBishop2022-04-181-13/+9
|
* Fix broken path for category custom item commandsLMBishop2022-04-181-1/+1
|
* Fix reset and fullreset commands (closes #351)LMBishop2022-04-184-7/+44
|
* Update actions workflow to Java 17LMBishop2022-04-181-1/+1
|
* Update MythicMobs to 5.x (closes #350)LMBishop2022-04-183-3/+5
|
* Add option for hidden categories (closes #355)LMBishop2022-04-183-1/+20
|
* Add partial delivery option (closes #360)LMBishop2022-04-182-13/+51
|
* Fix transport method validationKrakenied2022-04-181-10/+14
| | | | Fixes https://github.com/LMBishop/Quests/issues/358 and many other possible issues that fortunately didn't happen
* Add farming task type modes for harvestable blocks supportKrakenied2022-04-182-30/+76
| | | | Fixes https://github.com/LMBishop/Quests/issues/363
* Ignore NOTHING inventory actions in crafting task typeKrakenied2022-04-181-1/+3
| | | | Fixes https://github.com/LMBishop/Quests/issues/362
* Make farming task type plugin field private final instead of public staticKrakenied2022-04-181-1/+1
|
* Remove redundant deprecation suppressionsKrakenied2022-04-182-2/+0
|
* Improve error handling for MySQL storage providerLMBishop2022-04-172-8/+9
|
* Remove unused import statementKrakenied2022-04-171-1/+0
|
* Fix inventory task type IllegalPluginAccessExceptionKrakenied2022-04-171-1/+8
| | | | PlayerBucketEvent is an abstract class