| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove clean command | LMBishop | 2021-06-08 | 1 | -39/+1 |
| | | |||||
| * | Make quest track automatically track first quest | LMBishop | 2021-06-08 | 1 | -0/+8 |
| | | | | | - Closes #173 | ||||
| * | Add level to mythicmobs_killing | LMBishop | 2021-06-08 | 1 | -0/+6 |
| | | | | | - Closes #177 | ||||
| * | Merge branch 'sql' | LMBishop | 2021-06-08 | 20 | -122/+507 |
| |\ | | | | | | | - Closes #50 | ||||
| | * | Allow qPlayer to be null | LMBishop | 2021-06-08 | 12 | -85/+117 |
| | | | |||||
| | * | Add warning | LMBishop | 2021-06-08 | 1 | -1/+2 |
| | | | |||||
| | * | Update schema | LMBishop | 2021-06-08 | 1 | -81/+32 |
| | | | |||||
| | * | Remove clean option since it is stupid | LMBishop | 2021-06-05 | 7 | -22/+14 |
| | | | |||||
| | * | Reimplement modified status | LMBishop | 2021-06-05 | 9 | -33/+61 |
| | | | |||||
| | * | Properly close Hikari | LMBishop | 2021-06-03 | 5 | -0/+23 |
| | | | |||||
| | * | Make storage provider configurable | LMBishop | 2021-06-03 | 1 | -2/+11 |
| | | | |||||
| | * | Add types to task progress | LMBishop | 2021-06-03 | 1 | -20/+75 |
| | | | | | | | | | | | - This restricts the possible types for task progress to int, double and float | ||||
| | * | Initial SQL storage implementation | LMBishop | 2021-06-03 | 4 | -13/+272 |
| | | | |||||
| | * | Add init | LMBishop | 2021-06-03 | 2 | -0/+7 |
| | | | |||||
| | * | Add SQL options | LMBishop | 2021-06-03 | 1 | -0/+28 |
| | | | |||||
| * | | Fix improper config validation | LMBishop | 2021-06-05 | 1 | -2/+0 |
| | | | |||||
| * | | Add list of names to mob killing task type | LMBishop | 2021-06-05 | 1 | -4/+22 |
| | | | | | | | | | - Closes #164 | ||||
| * | | Add min-level to mythic mobs task type | LMBishop | 2021-06-05 | 1 | -1/+5 |
| |/ | | | | - Closes #175 | ||||
| * | Fix problem with autosave unloading players | LMBishop | 2021-06-03 | 1 | -1/+1 |
| | | |||||
| * | Change locks to prevent potential unlock exception | LMBishop | 2021-06-03 | 1 | -10/+7 |
| | | |||||
| * | Move debug messages | LMBishop | 2021-06-03 | 1 | -1/+2 |
| | | |||||
| * | Remove async options | LMBishop | 2021-06-02 | 1 | -3/+0 |
| | | |||||
| * | Bump version numberv2.16.7 | LMBishop | 2021-06-02 | 1 | -3/+0 |
| | | |||||
| * | Restructure storage system for future expansion | LMBishop | 2021-06-02 | 11 | -126/+233 |
| | | | | | | - Player leaves and joins are handled async without the need to opt in | ||||
| * | Renaming & refactoring | LMBishop | 2021-06-02 | 79 | -395/+344 |
| | | |||||
| * | Add about command & links to contributors | LMBishop | 2021-06-02 | 39 | -38/+51 |
| | | |||||
| * | Remove cancelled check on command task | LMBishop | 2021-06-02 | 1 | -1/+1 |
| | | | | | - Closes #170 | ||||
| * | Fix missing world validation in mining task type | LMBishop | 2021-05-23 | 1 | -2/+2 |
| | | | | | - Closes #169 | ||||
| * | Allow use of entire height of category pagev2.16.5 | LMBishop | 2021-05-15 | 1 | -1/+8 |
| | | |||||
| * | Add spacer menu element | LMBishop | 2021-05-13 | 4 | -7/+52 |
| | | |||||
| * | Display only unmet requirements (#159) | Minetown | 2021-04-11 | 1 | -1/+5 |
| | | | | Co-authored-by: Rodney_Mc_Kay <herr-fant@web.de> | ||||
| * | Fix enchantment for 1.8 | LMBishop | 2021-04-02 | 3 | -2/+17 |
| | | |||||
| * | Update bStats | LMBishop | 2021-04-02 | 2 | -729/+2 |
| | | |||||
| * | Merge fix into master | LMBishop | 2021-03-29 | 4 | -21/+25 |
| |\ | |||||
| | * | Remove test line | LMBishop | 2021-03-29 | 1 | -1/+0 |
| | | | |||||
| | * | Fix enchantments not working in later ItemGetter(s) | LMBishop | 2021-03-29 | 3 | -20/+25 |
| | | | |||||
| | * | Fix null command | LMBishop | 2021-03-27 | 1 | -1/+1 |
| | | | | | | | | | - Closes #155 | ||||
| * | | Refactored quest progress files | LMBishop | 2021-03-07 | 51 | -511/+461 |
| | | | | | | | | | - Moved methods which involve a Player (such as startQuest, completeQuest) to the QPlayer class as the QuestProgressFile is meant to describe quest progress only, rather than have complicated logic in them | ||||
| * | | Add some comments | LMBishop | 2021-03-07 | 2 | -26/+39 |
| | | | |||||
| * | | Restructured menu controller & code organisation | LMBishop | 2021-03-06 | 27 | -241/+192 |
| |/ | |||||
| * | Add random permission | LMBishop | 2021-03-05 | 1 | -0/+4 |
| | | |||||
| * | Add custom items to GUIv2.15.1 | LMBishop | 2021-03-05 | 11 | -164/+422 |
| | | | | | - Closes #107, closes #102, closes #77 | ||||
| * | Add random quest command | LMBishop | 2021-03-04 | 3 | -0/+27 |
| | | | | | - Closes #152 | ||||
| * | improv. fix mistake (#153) | nivcoo | 2021-03-04 | 1 | -1/+1 |
| | | |||||
| * | Rename shopguiplus task types | LMBishop | 2021-03-03 | 3 | -10/+10 |
| | | |||||
| * | Add shopguiplus to softdepend | LMBishop | 2021-03-03 | 1 | -1/+1 |
| | | |||||
| * | Add support for CoreProtect + cleanup | LMBishop | 2021-03-03 | 27 | -47/+217 |
| | | |||||
| * | Fix track command | LMBishop | 2021-03-03 | 2 | -2/+6 |
| | | |||||
| * | Add quest tracking command & relicensed under GPLv3 | LMBishop | 2021-03-03 | 2 | -23/+11 |
| | | | | | - The GPLv3 license is to comply with Spigot's GPL license. | ||||
| * | Restructued menu classes | LMBishop | 2021-03-03 | 26 | -423/+367 |
| | | |||||
