| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typo in command help menu | LMBishop | 2021-12-03 | 1 | -1/+1 |
| | | |||||
| * | Fix suicides counting towards playerkilling (closes #295) | LMBishop | 2021-12-01 | 1 | -7/+4 |
| | | |||||
| * | Fix broken mobkillingcertain task type (closes #285) | LMBishop | 2021-11-30 | 1 | -1/+1 |
| | | |||||
| * | Truncate decimals to 2 d.p. (closes #276) | LMBishop | 2021-10-01 | 1 | -2/+9 |
| | | |||||
| * | Track first available quest if autotrack is enabled (closes #281) | LMBishop | 2021-10-01 | 1 | -0/+11 |
| | | |||||
| * | Add data source configuration (closes #275) | LMBishop | 2021-09-28 | 1 | -0/+6 |
| | | |||||
| * | Add cancel shortcut command (closes #283) | LMBishop | 2021-09-28 | 4 | -0/+60 |
| | | |||||
| * | Fix PAPI task completed placeholder not following config (closes #251) | LMBishop | 2021-09-12 | 1 | -1/+1 |
| | | |||||
| * | Add modes of transport (closes #269) | LMBishop | 2021-09-12 | 1 | -0/+28 |
| | | |||||
| * | Add citizens ID support (closes #271) | LMBishop | 2021-09-12 | 2 | -11/+27 |
| | | |||||
| * | Set progress on numeric placeholders for PAPI tasks (closes #240) | LMBishop | 2021-09-09 | 1 | -0/+1 |
| | | |||||
| * | Apply placeholders on custom GUI items (closes #235, closes #246) | LMBishop | 2021-09-09 | 3 | -4/+8 |
| | | |||||
| * | Update Slimefun (closes #258) | LMBishop | 2021-09-09 | 1 | -4/+6 |
| | | |||||
| * | Remove cancel ability from auto-started quests (fixes #260) | LMBishop | 2021-09-09 | 2 | -2/+6 |
| | | |||||
| * | Remove ITEM_FLAGS item filter from QItemStack (closes #256) | LMBishop | 2021-09-08 | 1 | -1/+1 |
| | | |||||
| * | Made display names no longer a requirement (closes #249) | LMBishop | 2021-09-08 | 3 | -21/+12 |
| | | |||||
| * | Add shop id and improve detection of ShopGUIPlus purchases/sales. | SirBlobman | 2021-09-03 | 2 | -103/+185 |
| | | |||||
| * | Add slimefun quest item | LMBishop | 2021-08-17 | 2 | -4/+38 |
| | | |||||
| * | Add bucket task types (closes #226) | LMBishop | 2021-08-17 | 4 | -0/+144 |
| | | |||||
| * | Add consume task (closes #237) | LMBishop | 2021-08-17 | 2 | -0/+127 |
| | | |||||
| * | Fix joined before check (closes #232) | LMBishop | 2021-08-16 | 1 | -1/+1 |
| | | |||||
| * | Add mmoitems as a quest item type (closes #221) | LMBishop | 2021-08-16 | 12 | -70/+197 |
| | | |||||
| * | 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 |
| | | |||||
