aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* Update links to wikiLMBishop2023-07-064-180/+249
|
* Add support for custom PlayerBlockTracker forksKrakenied2023-05-271-0/+2
|
* Add PlayerPoints supportKrakenied2023-04-021-1/+1
| | | | Partially closes https://github.com/LMBishop/Quests/issues/494
* PlayerBlockTracker supportKrakenied2023-04-021-1/+1
| | | | Closes https://github.com/LMBishop/Quests/issues/499
* Add option for automatically closing GUI (closes #480)LMBishop2023-01-101-0/+2
|
* Add command permissionssnake2022-12-182-2/+21
|
* Add smithing task type and fix mining CoreProtect bugDavid Villarreal2022-08-161-1/+1
|
* Add boolean return type to storage providersLMBishop2022-06-261-1/+1
|
* Add option to configure log historyLMBishop2022-06-261-0/+2
|
* Fix plugin dependent task typesKrakenied2022-06-041-1/+1
| | | | Fixes https://github.com/LMBishop/Quests/issues/397
* Add time-limit option and quest expiry functionality (closes #379)LMBishop2022-05-011-0/+1
|
* Add cancellable and counts towards limit options (closes #383)LMBishop2022-04-291-0/+1
|
* Add quests data migration toolLMBishop2022-04-221-0/+49
|
* Added command to open the started Quests GUI via console/admin for other users.ofunny2022-04-031-0/+1
|
* Fix display of incorrect versionv3.10LMBishop2022-03-051-1/+1
|
* Surround values by quotes in default configLMBishop2022-03-031-3/+3
|
* Add UI button customisation (closes #158, closes #319)LMBishop2022-03-031-0/+5
|
* Add global macros (closes #316)LMBishop2022-02-231-0/+5
|
* Add cancel shortcut command (closes #283)LMBishop2021-09-281-0/+1
|
* Add mmoitems as a quest item type (closes #221)LMBishop2021-08-161-1/+1
|
* Revert config key changes to remove afk playtimeCoolLord222021-08-111-2/+0
|
* Add option to ignore AFK players for PlaytimeTaskTypeCoolLord222021-08-111-0/+2
| | | | | | Hooks into Essentials and exempts users who are AFK at the time of the PlaytimeTask increment from getting time added to their quest progress. Adds config option to enable this (defaults to false, that way this feature isn't automatically on in old configs).
* Rename config key & allow use of previous keyLMBishop2021-08-111-3/+1
| | | | - Previous key used for everybody so config doesn't need changing for users upgrading
* Adding rank based active quest limitsCoolLord222021-08-101-2/+10
| | | | Adds in a feature similar to EssentialsX's multihome setting, allowing different ranks to have different limits of starting quests. Similar to request made in #91 but modified via name based permissions stored by the plugin.
* Add random from category (closes #223)LMBishop2021-08-081-0/+4
|
* Add message defaultsLMBishop2021-07-291-4/+2
|
* Add categories.ymlLMBishop2021-07-262-35/+35
|
* Add papi support to quest strings (closes #216)LMBishop2021-07-261-0/+2
|
* Add task type exclusionsv3.5.2LMBishop2021-07-211-0/+2
|
* Add PAPI translation strings (closes #203)LMBishop2021-07-091-0/+4
|
* Change quest registration loggingLMBishop2021-07-051-2/+0
|
* Add toggleable cancel menu (closes #199)LMBishop2021-07-051-0/+2
|
* Improve autotrack and add more configurationLMBishop2021-07-051-4/+8
|
* Add sounds (closes #195)LMBishop2021-06-281-0/+8
|
* Remove softdependsLMBishop2021-06-211-1/+1
|
* Add delay loading optionLMBishop2021-06-211-0/+4
|
* Convert to multi module projectLMBishop2021-06-1710-0/+742
- Common module to provide an abstract Quests plugin - Api is still todo