aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version numberv3.8LMBishop2021-08-121-1/+1
|
* Move essentials hook initialisationLMBishop2021-08-121-4/+3
|
* Add item importing (closes #222)LMBishop2021-08-1213-78/+288
|
* Revert config key changes to remove afk playtimeCoolLord222021-08-111-2/+0
|
* Remove Essentials dependent code and use plugin hookCoolLord222021-08-111-6/+5
| | | | | | Uses EssentialsHook to check if user is AFK. Requires task to have config option "ignore-afk" to be true in order to proceed; default fallback is false so this does not pose issues on servers w/o Essentials.
* Add EssentialsHookCoolLord222021-08-113-0/+43
| | | | | | Adds EssentialsHook class which will handle the imports for dependent classes. This class handles checks for whether or not the player is AFK. To stay consistent with how the project handles hooks, went ahead and created the abstract type as well.
* Add option to ignore AFK players for PlaytimeTaskTypeCoolLord222021-08-112-0/+8
| | | | | | 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).
* Fix PAPI hook (closes #230)LMBishop2021-08-111-12/+12
| | | | - There is no guarantee that plugins are marked as enabled when using softdepend, moving it to the first tixk probably fixes this
* Rename config key & allow use of previous keyLMBishop2021-08-112-6/+5
| | | | - Previous key used for everybody so config doesn't need changing for users upgrading
* Removing unused importCoolLord222021-08-101-1/+0
|
* Adding rank based active quest limitsCoolLord222021-08-103-4/+30
| | | | 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.
* Bump version numberv3.7LMBishop2021-08-081-1/+1
|
* Add random from category (closes #223)LMBishop2021-08-086-6/+131
|
* Fix votingplugin (closes #228)LMBishop2021-08-081-1/+1
|
* Add votingpluginLMBishop2021-08-083-15/+93
|
* Add superiorskyblock2 (closes #227)LMBishop2021-08-025-0/+177
|
* Bump version numberv3.6.2LMBishop2021-07-291-1/+1
|
* Add message defaultsLMBishop2021-07-292-52/+50
|
* Fix placeholderapi not working (closes #217)LMBishop2021-07-291-4/+4
|
* Fix categories.yml not generatingv3.6.1LMBishop2021-07-263-10/+14
|
* Bump version numberv3.6LMBishop2021-07-261-1/+1
|
* Add categories.ymlLMBishop2021-07-264-69/+77
|
* Add start commandsLMBishop2021-07-263-0/+28
|
* Add papi support to quest strings (closes #216)LMBishop2021-07-267-25/+38
|
* Fix updaterLMBishop2021-07-261-0/+2
|
* [ci skip] Update featured articlesLMBishop2021-07-211-3/+4
|
* Add task type exclusionsv3.5.2LMBishop2021-07-217-19/+61
|
* Fix ui placeholders not workingLMBishop2021-07-212-5/+5
|
* Fix swapped admin commandsv3.5.1LMBishop2021-07-204-35/+35
|
* Update version numberv3.5LMBishop2021-07-151-1/+1
|
* Fix bentoboxLMBishop2021-07-151-1/+1
|
* Add farming task type (closes #207)LMBishop2021-07-153-30/+183
|
* Update updater linkLMBishop2021-07-151-1/+2
|
* Fix fishing task type (closes #205)LMBishop2021-07-151-1/+2
|
* Refactor command systemLMBishop2021-07-1327-656/+1280
|
* Remove fabledskyblock transitive dependenciesLMBishop2021-07-121-1/+3
|
* Add fabledskyblockLMBishop2021-07-123-0/+85
|
* Bump version numberv3.4LMBishop2021-07-091-1/+1
|
* Add skull customisation support (closes #201)LMBishop2021-07-094-0/+129
|
* Add ItemStack cachingLMBishop2021-07-093-33/+66
|
* Add PAPI translation strings (closes #203)LMBishop2021-07-093-8/+17
|
* Redo bentoboxLMBishop2021-07-091-25/+9
|
* Bump version numberv3.3LMBishop2021-07-051-1/+1
|
* Change quest registration loggingLMBishop2021-07-056-14/+17
|
* Add toggleable cancel menu (closes #199)LMBishop2021-07-054-7/+15
|
* Improve autotrack and add more configurationLMBishop2021-07-055-30/+60
|
* Reduce code duplicationLMBishop2021-06-305-108/+19
|
* Bump version numberv3.2LMBishop2021-06-291-1/+1
|
* [ci skip] Add documentation typeLMBishop2021-06-292-11/+33
|
* Allow color string to be null (closes #197)LMBishop2021-06-296-17/+34
|