aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Allow use of entire height of category pagev2.16.5LMBishop2021-05-151-1/+8
|
* Add spacer menu elementLMBishop2021-05-133-4/+33
|
* 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 custom items to GUIv2.15.1LMBishop2021-03-0510-164/+392
| | | | - Closes #107, closes #102, closes #77
* Add random quest commandLMBishop2021-03-042-0/+26
| | | | - Closes #152
* improv. fix mistake (#153)nivcoo2021-03-041-1/+1
|
* Rename shopguiplus task typesLMBishop2021-03-033-10/+10
|
* Add support for CoreProtect + cleanupLMBishop2021-03-0326-46/+216
|
* 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-032-21/+88
|
* Add option for asynchronous read/write on join/leaveLMBishop2021-03-035-43/+57
|
* 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
* Wrap config load in try-catchLMBishop2021-02-261-119/+133
|
* Add started menuLMBishop2021-02-1710-30/+317
|
* Change save behaviourLMBishop2021-02-167-28/+72
|
* Remove debug message, update version and fix checkv2.14.1LMBishop2021-02-1622-25/+23
|
* Check for actual player not citizensLMBishop2021-02-1621-3/+60
|
* Quest gui display overrideLMBishop2021-02-164-15/+35
|
* Make tracking toggleableLMBishop2021-02-163-3/+4
|
* Add error checking to placeholdersLMBishop2021-02-161-35/+27
|
* Quest trackingLMBishop2021-02-1613-79/+273
|
* Add global task configLMBishop2021-02-155-2/+72
|
* Update plugin.yml & rename methodsLMBishop2021-02-112-6/+6
|
* Merge branch 'master' of https://github.com/Auxilor/Quests into Auxilor-masterLMBishop2021-02-111-2/+16
|\ | | | | | | git bullshit
| * Cached bool valuesAuxilor2021-01-272-2/+17
| |
* | Actually enabled Quests placeholdersLMBishop2021-02-081-0/+1
| |
* | Closes #145LMBishop2021-02-084-4/+4
| |
* | Fixes playtime inaccuraciesLMBishop2021-02-081-28/+30
| | | | | | | | - Closes #111
* | Closes #146LMBishop2021-02-071-0/+1
| |
* | Reset task progress on completionLMBishop2021-02-071-0/+4
| | | | | | | | - Closes #113
* | Add operator to PAPI evaluateLMBishop2021-02-071-3/+85
| | | | | | | | - Closes #142
* | Added previous changes to building task typeLMBishop2021-02-071-1/+2
| |
* | improv. fix for multiple blocksnivcoo2021-02-071-149/+137
| |
* | improv. fix for multiple blocksnivcoo2021-02-071-133/+145
| |
* | improv. fix for multiple blocksnivcoo2021-02-071-3/+4
| |
* | improv. fix multiple datasnivcoo2021-02-071-1/+1
| |
* | Fix plugin not loading on servers without PAPIv2.12.1LMBishop2021-02-063-16/+40
| |