| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update schema | LMBishop | 2021-06-08 | 1 | -81/+32 |
| | | |||||
| * | Remove clean option since it is stupid | LMBishop | 2021-06-05 | 6 | -16/+8 |
| | | |||||
| * | 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 | 3 | -3/+264 |
| | | |||||
| * | Add init | LMBishop | 2021-06-03 | 2 | -0/+7 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | 38 | -37/+50 |
| | | |||||
| * | 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 | 3 | -4/+33 |
| | | |||||
| * | 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 custom items to GUIv2.15.1 | LMBishop | 2021-03-05 | 10 | -164/+392 |
| | | | | | - Closes #107, closes #102, closes #77 | ||||
| * | Add random quest command | LMBishop | 2021-03-04 | 2 | -0/+26 |
| | | | | | - 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 support for CoreProtect + cleanup | LMBishop | 2021-03-03 | 26 | -46/+216 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add documentation | LMBishop | 2021-03-03 | 2 | -21/+88 |
| | | |||||
| * | Add option for asynchronous read/write on join/leave | LMBishop | 2021-03-03 | 5 | -43/+57 |
| | | |||||
| * | Change from buy to sell | LMBishop | 2021-03-01 | 1 | -1/+1 |
| | | |||||
| * | Add ShopGUI+ buy & sell task type (not tested) | LMBishop | 2021-03-01 | 4 | -0/+177 |
| | | | | | - Closes #150 | ||||
| * | Add null checks to all task types | LMBishop | 2021-03-01 | 35 | -69/+151 |
| | | | | | - Closes #151 | ||||
| * | Wrap config load in try-catch | LMBishop | 2021-02-26 | 1 | -119/+133 |
| | | |||||
| * | Add started menu | LMBishop | 2021-02-17 | 10 | -30/+317 |
| | | |||||
| * | Change save behaviour | LMBishop | 2021-02-16 | 7 | -28/+72 |
| | | |||||
| * | Remove debug message, update version and fix checkv2.14.1 | LMBishop | 2021-02-16 | 22 | -25/+23 |
| | | |||||
| * | Check for actual player not citizens | LMBishop | 2021-02-16 | 21 | -3/+60 |
| | | |||||
| * | Quest gui display override | LMBishop | 2021-02-16 | 4 | -15/+35 |
| | | |||||
| * | Make tracking toggleable | LMBishop | 2021-02-16 | 3 | -3/+4 |
| | | |||||
| * | Add error checking to placeholders | LMBishop | 2021-02-16 | 1 | -35/+27 |
| | | |||||
