aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit
Commit message (Collapse)AuthorAgeFilesLines
* Prevent migration from similar mysql databasesLMBishop2022-05-063-4/+25
|
* 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-017-18/+144
|
* 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-014-13/+118
|
* Add cancellable and counts towards limit options (closes #383)LMBishop2022-04-295-3/+23
|
* 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-226-1/+321
|
* 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
* Fix broken path for category custom item commandsLMBishop2022-04-181-1/+1
|
* Fix reset and fullreset commands (closes #351)LMBishop2022-04-182-2/+2
|
* Update MythicMobs to 5.x (closes #350)LMBishop2022-04-183-3/+5
|
* Add option for hidden categories (closes #355)LMBishop2022-04-182-1/+6
|
* 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
* Fix support for older server versionsKrakenied2022-04-161-5/+12
|
* Add bucket events to inventory task typeKrakenied2022-04-161-1/+13
|
* Bump spigot-api to 1.17.1 for new events supportKrakenied2022-04-161-1/+1
|
* Add quest-specific status display items (closes #337)LMBishop2022-04-134-14/+111
|
* Add {questid} placeholder to QuestMenuElement (closes #346)LMBishop2022-04-131-0/+3
|
* Add commands to custom items (closes ##341)LMBishop2022-04-133-2/+30
|
* Fix typoLMBishop2022-04-051-1/+1
|
* Start work on version specific handlers (closes #340)LMBishop2022-04-056-0/+97
|
* Added command to open the started Quests GUI via console/admin for other users.ofunny2022-04-034-0/+60
|
* Fix reverse-in-broken for BuildingCertainTaskTypeKrakenied2022-03-221-1/+1
| | | Fixes #322
* Add wildcard to quest cancel command (closes #283)LMBishop2022-03-221-0/+6
|
* Refactor message system (closes #336)LMBishop2022-03-2221-74/+95
|
* Add null check to PAPI processor (closes #324)v3.10.1LMBishop2022-03-101-0/+4
| | | | - The previous commit with this message was a mistake
* Update PAPI versionLMBishop2022-03-101-1/+1
|
* Revert "Add null check to PAPI processor (closes #324)"LMBishop2022-03-101-1/+1
| | | | This reverts commit 7bcfd0aa298e3a4876ebc1f7093862e4324cc250.
* Add null check to PAPI processor (closes #324)LMBishop2022-03-101-1/+1
|
* Add QPlayer::getEffectiveStartedQuests methodLMBishop2022-03-081-1/+1
|
* Fix quest started PAPI placeholder to work with quest-autostart (closes #323)LMBishop2022-03-081-1/+3
|
* Fix display of incorrect versionv3.10LMBishop2022-03-051-1/+1
|