summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Update schemaLMBishop2021-06-081-81/+32
|
* Remove clean option since it is stupidLMBishop2021-06-057-22/+14
|
* Reimplement modified statusLMBishop2021-06-059-33/+61
|
* Properly close HikariLMBishop2021-06-035-0/+23
|
* Make storage provider configurableLMBishop2021-06-031-2/+11
|
* Add types to task progressLMBishop2021-06-031-20/+75
| | | | | - This restricts the possible types for task progress to int, double and float
* Initial SQL storage implementationLMBishop2021-06-034-13/+272
|
* Add initLMBishop2021-06-032-0/+7
|
* Add SQL optionsLMBishop2021-06-031-0/+28
|
* Fix problem with autosave unloading playersLMBishop2021-06-031-1/+1
|
* Change locks to prevent potential unlock exceptionLMBishop2021-06-031-10/+7
|
* Move debug messagesLMBishop2021-06-031-1/+2
|
* Remove async optionsLMBishop2021-06-021-3/+0
|
* Bump version numberv2.16.7LMBishop2021-06-021-3/+0
|
* Restructure storage system for future expansionLMBishop2021-06-0211-126/+233
| | | | | - Player leaves and joins are handled async without the need to opt in
* Renaming & refactoringLMBishop2021-06-0279-395/+344
|
* Add about command & links to contributorsLMBishop2021-06-0239-38/+51
|
* Remove cancelled check on command taskLMBishop2021-06-021-1/+1
| | | | - Closes #170
* Fix missing world validation in mining task typeLMBishop2021-05-231-2/+2
| | | | - Closes #169
* Allow use of entire height of category pagev2.16.5LMBishop2021-05-151-1/+8
|
* Add spacer menu elementLMBishop2021-05-134-7/+52
|
* Display only unmet requirements (#159)Minetown2021-04-111-1/+5
| | | Co-authored-by: Rodney_Mc_Kay <herr-fant@web.de>
* Fix enchantment for 1.8LMBishop2021-04-023-2/+17
|
* Update bStatsLMBishop2021-04-022-729/+2
|
* Merge fix into masterLMBishop2021-03-294-21/+25
|\
| * Remove test lineLMBishop2021-03-291-1/+0
| |
| * Fix enchantments not working in later ItemGetter(s)LMBishop2021-03-293-20/+25
| |
| * Fix null commandLMBishop2021-03-271-1/+1
| | | | | | | | - Closes #155
* | Refactored quest progress filesLMBishop2021-03-0751-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 commentsLMBishop2021-03-072-26/+39
| |
* | Restructured menu controller & code organisationLMBishop2021-03-0627-241/+192
|/
* Add random permissionLMBishop2021-03-051-0/+4
|
* Add custom items to GUIv2.15.1LMBishop2021-03-0511-164/+422
| | | | - Closes #107, closes #102, closes #77
* Add random quest commandLMBishop2021-03-043-0/+27
| | | | - Closes #152
* improv. fix mistake (#153)nivcoo2021-03-041-1/+1
|
* Rename shopguiplus task typesLMBishop2021-03-033-10/+10
|
* Add shopguiplus to softdependLMBishop2021-03-031-1/+1
|
* Add support for CoreProtect + cleanupLMBishop2021-03-0327-47/+217
|
* Fix track commandLMBishop2021-03-032-2/+6
|
* Add quest tracking command & relicensed under GPLv3LMBishop2021-03-032-23/+11
| | | | - The GPLv3 license is to comply with Spigot's GPL license.
* Restructued menu classesLMBishop2021-03-0326-423/+367
|
* Add documentationLMBishop2021-03-033-22/+89
|
* Add option for asynchronous read/write on join/leaveLMBishop2021-03-036-43/+59
|
* Change from buy to sellLMBishop2021-03-011-1/+1
|
* Add ShopGUI+ buy & sell task type (not tested)LMBishop2021-03-014-0/+177
| | | | - Closes #150
* Add null checks to all task typesLMBishop2021-03-0135-69/+151
| | | | - Closes #151
* Change build.gradleLMBishop2021-03-011-6/+2
|
* Wrap config load in try-catchLMBishop2021-02-261-119/+133
|
* Add started menuLMBishop2021-02-1711-30/+323
|
* Change save behaviourLMBishop2021-02-168-28/+73
|