| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add spacer menu element | LMBishop | 2021-05-13 | 4 | -7/+52 | |
| | | ||||||
| * | Bump version numberv2.16.3 | LMBishop | 2021-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | Display only unmet requirements (#159) | Minetown | 2021-04-11 | 1 | -1/+5 | |
| | | | | Co-authored-by: Rodney_Mc_Kay <herr-fant@web.de> | |||||
| * | Move some words | Leonardo Bishop | 2021-04-03 | 1 | -18/+1 | |
| | | ||||||
| * | Create CONTRIBUTING.md | Leonardo Bishop | 2021-04-03 | 1 | -0/+19 | |
| | | ||||||
| * | Bump version numberv2.16.2 | LMBishop | 2021-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | Fix enchantment for 1.8 | LMBishop | 2021-04-02 | 3 | -2/+17 | |
| | | ||||||
| * | Update bStats | LMBishop | 2021-04-02 | 3 | -729/+18 | |
| | | ||||||
| * | Merge fix into master | LMBishop | 2021-03-29 | 7 | -22/+26 | |
| |\ | ||||||
| | * | Update version numberv2.16.1 | LMBishop | 2021-03-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | 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 | 3 | -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 | |
| | | ||||||
| * | Update versionv2.16 | LMBishop | 2021-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | Add custom items to GUIv2.15.1 | LMBishop | 2021-03-05 | 12 | -165/+423 | |
| | | | | | - 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 | |
| | | ||||||
| * | Update versionv2.15 | LMBishop | 2021-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add support for CoreProtect + cleanup | LMBishop | 2021-03-03 | 28 | -47/+223 | |
| | | ||||||
| * | Fix track command | LMBishop | 2021-03-03 | 3 | -3/+7 | |
| | | ||||||
| * | Using HTTPS rather than HTTP | LMBishop | 2021-03-03 | 1 | -3/+3 | |
| | | ||||||
| * | Add quest tracking command & relicensed under GPLv3 | LMBishop | 2021-03-03 | 5 | -59/+707 | |
| | | | | | - 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 | 3 | -22/+89 | |
| | | ||||||
| * | Add option for asynchronous read/write on join/leave | LMBishop | 2021-03-03 | 7 | -44/+61 | |
| | | ||||||
| * | Add target java version | LMBishop | 2021-03-01 | 1 | -0/+5 | |
| | | ||||||
| * | Change from buy to sell | LMBishop | 2021-03-01 | 1 | -1/+1 | |
| | | ||||||
| * | Add ShopGUI+ buy & sell task type (not tested) | LMBishop | 2021-03-01 | 5 | -1/+180 | |
| | | | | | - Closes #150 | |||||
| * | Add null checks to all task types | LMBishop | 2021-03-01 | 35 | -69/+151 | |
| | | | | | - Closes #151 | |||||
| * | Change build.gradle | LMBishop | 2021-03-01 | 2 | -14/+6 | |
| | | ||||||
| * | Wrap config load in try-catch | LMBishop | 2021-02-26 | 1 | -119/+133 | |
| | | ||||||
| * | Update iridiumskyblock repo | LMBishop | 2021-02-26 | 1 | -1/+3 | |
| | | ||||||
| * | Add started menu | LMBishop | 2021-02-17 | 11 | -30/+323 | |
| | | ||||||
| * | Change save behaviour | LMBishop | 2021-02-16 | 8 | -28/+73 | |
| | | ||||||
| * | Remove debug message, update version and fix checkv2.14.1 | LMBishop | 2021-02-16 | 23 | -26/+24 | |
| | | ||||||
| * | Check for actual player not citizens | LMBishop | 2021-02-16 | 21 | -3/+60 | |
| | | ||||||
| * | Quest gui display override | LMBishop | 2021-02-16 | 5 | -18/+42 | |
| | | ||||||
| * | Make tracking toggleable | LMBishop | 2021-02-16 | 4 | -3/+6 | |
| | | ||||||
| * | Update versionv2.14 | LMBishop | 2021-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | Add error checking to placeholders | LMBishop | 2021-02-16 | 1 | -35/+27 | |
| | | ||||||
| * | Quest tracking | LMBishop | 2021-02-16 | 21 | -109/+349 | |
| | | ||||||
| * | Add global task config | LMBishop | 2021-02-15 | 6 | -2/+87 | |
| | | ||||||
| * | Update plugin.yml & rename methods | LMBishop | 2021-02-11 | 3 | -7/+8 | |
| | | ||||||
| * | Merge branch 'Auxilor-master' | LMBishop | 2021-02-11 | 1 | -2/+16 | |
| |\ | ||||||
