| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Redo tab completion | LMBishop | 2021-08-12 | 25 | -135/+283 | |
| | | ||||||
| * | Fix missing validation | LMBishop | 2021-08-12 | 23 | -109/+17 | |
| | | ||||||
| * | Move essentials hook initialisation | LMBishop | 2021-08-12 | 1 | -4/+3 | |
| | | ||||||
| * | Add item importing (closes #222) | LMBishop | 2021-08-12 | 12 | -78/+287 | |
| | | ||||||
| * | Revert config key changes to remove afk playtime | CoolLord22 | 2021-08-11 | 1 | -2/+0 | |
| | | ||||||
| * | Remove Essentials dependent code and use plugin hook | CoolLord22 | 2021-08-11 | 1 | -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 EssentialsHook | CoolLord22 | 2021-08-11 | 3 | -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 PlaytimeTaskType | CoolLord22 | 2021-08-11 | 2 | -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) | LMBishop | 2021-08-11 | 1 | -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 key | LMBishop | 2021-08-11 | 2 | -6/+5 | |
| | | | | | - Previous key used for everybody so config doesn't need changing for users upgrading | |||||
| * | Removing unused import | CoolLord22 | 2021-08-10 | 1 | -1/+0 | |
| | | ||||||
| * | Adding rank based active quest limits | CoolLord22 | 2021-08-10 | 3 | -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. | |||||
| * | Add random from category (closes #223) | LMBishop | 2021-08-08 | 6 | -6/+131 | |
| | | ||||||
| * | Fix votingplugin (closes #228) | LMBishop | 2021-08-08 | 1 | -1/+1 | |
| | | ||||||
| * | Add votingplugin | LMBishop | 2021-08-08 | 2 | -15/+89 | |
| | | ||||||
| * | Add superiorskyblock2 (closes #227) | LMBishop | 2021-08-02 | 4 | -0/+173 | |
| | | ||||||
| * | Add message defaults | LMBishop | 2021-07-29 | 2 | -52/+50 | |
| | | ||||||
| * | Fix placeholderapi not working (closes #217) | LMBishop | 2021-07-29 | 1 | -4/+4 | |
| | | ||||||
| * | Fix categories.yml not generatingv3.6.1 | LMBishop | 2021-07-26 | 2 | -9/+13 | |
| | | ||||||
| * | Add categories.yml | LMBishop | 2021-07-26 | 4 | -69/+77 | |
| | | ||||||
| * | Add start commands | LMBishop | 2021-07-26 | 2 | -0/+10 | |
| | | ||||||
| * | Add papi support to quest strings (closes #216) | LMBishop | 2021-07-26 | 7 | -25/+38 | |
| | | ||||||
| * | Add task type exclusionsv3.5.2 | LMBishop | 2021-07-21 | 5 | -5/+20 | |
| | | ||||||
| * | Fix ui placeholders not working | LMBishop | 2021-07-21 | 2 | -5/+5 | |
| | | ||||||
| * | Fix swapped admin commandsv3.5.1 | LMBishop | 2021-07-20 | 3 | -34/+34 | |
| | | ||||||
| * | Fix bentobox | LMBishop | 2021-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | Add farming task type (closes #207) | LMBishop | 2021-07-15 | 3 | -30/+183 | |
| | | ||||||
| * | Fix fishing task type (closes #205) | LMBishop | 2021-07-15 | 1 | -1/+2 | |
| | | ||||||
| * | Refactor command system | LMBishop | 2021-07-13 | 27 | -656/+1280 | |
| | | ||||||
| * | Add fabledskyblock | LMBishop | 2021-07-12 | 2 | -0/+81 | |
| | | ||||||
| * | Add skull customisation support (closes #201) | LMBishop | 2021-07-09 | 3 | -0/+125 | |
| | | ||||||
| * | Add ItemStack caching | LMBishop | 2021-07-09 | 3 | -33/+66 | |
| | | ||||||
| * | Add PAPI translation strings (closes #203) | LMBishop | 2021-07-09 | 3 | -8/+17 | |
| | | ||||||
| * | Redo bentobox | LMBishop | 2021-07-09 | 1 | -25/+9 | |
| | | ||||||
| * | Change quest registration logging | LMBishop | 2021-07-05 | 5 | -9/+16 | |
| | | ||||||
| * | Add toggleable cancel menu (closes #199) | LMBishop | 2021-07-05 | 4 | -7/+15 | |
| | | ||||||
| * | Improve autotrack and add more configuration | LMBishop | 2021-07-05 | 5 | -30/+60 | |
| | | ||||||
| * | Reduce code duplication | LMBishop | 2021-06-30 | 5 | -108/+19 | |
| | | ||||||
| * | Allow color string to be null (closes #197) | LMBishop | 2021-06-29 | 5 | -17/+32 | |
| | | ||||||
| * | Add JetBrains annotations | LMBishop | 2021-06-29 | 53 | -135/+173 | |
| | | ||||||
| * | Add sounds (closes #195) | LMBishop | 2021-06-28 | 9 | -19/+93 | |
| | | ||||||
| * | Fix incorrect check for fishingcertainv3.1.5 | LMBishop | 2021-06-28 | 1 | -1/+1 | |
| | | | | | - Closes #191 | |||||
| * | Fix infinite recursionv3.1.4 | LMBishop | 2021-06-26 | 1 | -1/+1 | |
| | | | | | - Closes #192 | |||||
| * | Add data to fishingcertainv3.1.2 | LMBishop | 2021-06-25 | 1 | -1/+17 | |
| | | | | | - Closes #191 | |||||
| * | Fix GUI bug where not started indicatoers were not shown | LMBishop | 2021-06-24 | 1 | -3/+3 | |
| | | ||||||
| * | Add hex support | LMBishop | 2021-06-24 | 21 | -63/+114 | |
| | | | | | - Closes #171 | |||||
| * | Add quest-specific autostart | LMBishop | 2021-06-24 | 3 | -8/+58 | |
| | | | | | | - Closes #188 - Closes #125 | |||||
| * | [ci skip] Fix discord link (I think) | LMBishop | 2021-06-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix broken time formatting | LMBishop | 2021-06-24 | 4 | -3/+23 | |
| | | | | | - Closes #186 | |||||
| * | Fix inability to cancel quests through GUI | LMBishop | 2021-06-24 | 1 | -1/+1 | |
| | | | | | - Closes #187 | |||||
