summaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Fix PAPI hook (closes #230)LMBishop2021-08-111-12/+12
| | | | - There is no guarantee that plugins are marked as enabled when using softdepend, moving it to the first tixk probably fixes this
* Rename config key & allow use of previous keyLMBishop2021-08-111-3/+4
| | | | - Previous key used for everybody so config doesn't need changing for users upgrading
* Removing unused importCoolLord222021-08-101-1/+0
|
* Adding rank based active quest limitsCoolLord222021-08-102-2/+20
| | | | Adds in a feature similar to EssentialsX's multihome setting, allowing different ranks to have different limits of starting quests. Similar to request made in #91 but modified via name based permissions stored by the plugin.
* Add random from category (closes #223)LMBishop2021-08-085-6/+127
|
* Fix votingplugin (closes #228)LMBishop2021-08-081-1/+1
|
* Add votingpluginLMBishop2021-08-082-15/+89
|
* Add superiorskyblock2 (closes #227)LMBishop2021-08-024-0/+173
|
* Add message defaultsLMBishop2021-07-291-48/+48
|
* Fix placeholderapi not working (closes #217)LMBishop2021-07-291-4/+4
|
* Fix categories.yml not generatingv3.6.1LMBishop2021-07-262-9/+13
|
* Add categories.ymlLMBishop2021-07-262-34/+42
|
* Add start commandsLMBishop2021-07-262-0/+10
|
* Add papi support to quest strings (closes #216)LMBishop2021-07-266-25/+36
|
* Add task type exclusionsv3.5.2LMBishop2021-07-214-5/+18
|
* Fix ui placeholders not workingLMBishop2021-07-212-5/+5
|
* Fix swapped admin commandsv3.5.1LMBishop2021-07-203-34/+34
|
* Fix bentoboxLMBishop2021-07-151-1/+1
|
* Add farming task type (closes #207)LMBishop2021-07-153-30/+183
|
* Fix fishing task type (closes #205)LMBishop2021-07-151-1/+2
|
* Refactor command systemLMBishop2021-07-1327-656/+1280
|
* Add fabledskyblockLMBishop2021-07-122-0/+81
|
* Add skull customisation support (closes #201)LMBishop2021-07-093-0/+125
|
* Add ItemStack cachingLMBishop2021-07-093-33/+66
|
* Add PAPI translation strings (closes #203)LMBishop2021-07-092-8/+13
|
* Redo bentoboxLMBishop2021-07-091-25/+9
|
* Change quest registration loggingLMBishop2021-07-054-7/+16
|
* Add toggleable cancel menu (closes #199)LMBishop2021-07-053-7/+13
|
* Improve autotrack and add more configurationLMBishop2021-07-054-26/+52
|
* Reduce code duplicationLMBishop2021-06-305-108/+19
|
* Allow color string to be null (closes #197)LMBishop2021-06-295-17/+32
|
* Add JetBrains annotationsLMBishop2021-06-2953-135/+173
|
* Add sounds (closes #195)LMBishop2021-06-288-19/+85
|
* Fix incorrect check for fishingcertainv3.1.5LMBishop2021-06-281-1/+1
| | | | - Closes #191
* Fix infinite recursionv3.1.4LMBishop2021-06-261-1/+1
| | | | - Closes #192
* Add data to fishingcertainv3.1.2LMBishop2021-06-251-1/+17
| | | | - Closes #191
* Fix GUI bug where not started indicatoers were not shownLMBishop2021-06-241-3/+3
|
* Add hex supportLMBishop2021-06-2421-63/+114
| | | | - Closes #171
* Add quest-specific autostartLMBishop2021-06-243-8/+58
| | | | | - Closes #188 - Closes #125
* [ci skip] Fix discord link (I think)LMBishop2021-06-241-1/+1
|
* Fix broken time formattingLMBishop2021-06-244-3/+23
| | | | - Closes #186
* Fix inability to cancel quests through GUILMBishop2021-06-241-1/+1
| | | | - Closes #187
* Add fishingcertain task typeLMBishop2021-06-222-0/+106
| | | | - Closes #182
* Fix placeholders being brokenLMBishop2021-06-221-1/+1
|
* Fix iridiumskyblock task typev3.0LMBishop2021-06-213-90/+84
|
* Add crafting task typeLMBishop2021-06-212-1/+188
| | | | | - Closes #179 - Closes #174
* Fix menuLMBishop2021-06-212-2/+2
|
* Fix configuration validationLMBishop2021-06-212-4/+15
|
* [ci skip] Optimise importsLMBishop2021-06-213-8/+4
|
* Implement quest validationLMBishop2021-06-212-1/+19
|