aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Add defaults to UI actionsLMBishop2022-03-053-7/+7
|
* Fix stripping line breaks in config loaderLMBishop2022-03-051-2/+2
|
* Add warning on initial start up if there are configuration issuesLMBishop2022-03-051-0/+4
|
* Add UI button customisation (closes #158, closes #319)LMBishop2022-03-033-5/+28
|
* Fix quest command's behaviorSirSalad2022-02-281-2/+3
| | | | | | - Return if quest id arg is invalid - Tab complete quests instead of categories - Change usage message to reflect real usage
* Add check for CTRL+Q drop (closes #317)LMBishop2022-02-251-1/+2
|
* Add global macros (closes #316)LMBishop2022-02-231-2/+28
|
* Add NuVotifier task type (closes #299)LMBishop2021-12-082-0/+88
|
* Fix typo in command help menuLMBishop2021-12-031-1/+1
|
* Fix suicides counting towards playerkilling (closes #295)LMBishop2021-12-011-7/+4
|
* Fix broken mobkillingcertain task type (closes #285)LMBishop2021-11-301-1/+1
|
* Truncate decimals to 2 d.p. (closes #276)LMBishop2021-10-011-2/+9
|
* Track first available quest if autotrack is enabled (closes #281)LMBishop2021-10-011-0/+11
|
* Add data source configuration (closes #275)LMBishop2021-09-281-0/+6
|
* Add cancel shortcut command (closes #283)LMBishop2021-09-283-0/+59
|
* Fix PAPI task completed placeholder not following config (closes #251)LMBishop2021-09-121-1/+1
|
* Add modes of transport (closes #269)LMBishop2021-09-121-0/+28
|
* Add citizens ID support (closes #271)LMBishop2021-09-122-11/+27
|
* Set progress on numeric placeholders for PAPI tasks (closes #240)LMBishop2021-09-091-0/+1
|
* Apply placeholders on custom GUI items (closes #235, closes #246)LMBishop2021-09-093-4/+8
|
* Update Slimefun (closes #258)LMBishop2021-09-091-4/+6
|
* Remove cancel ability from auto-started quests (fixes #260)LMBishop2021-09-092-2/+6
|
* Remove ITEM_FLAGS item filter from QItemStack (closes #256)LMBishop2021-09-081-1/+1
|
* Made display names no longer a requirement (closes #249)LMBishop2021-09-083-21/+12
|
* Add shop id and improve detection of ShopGUIPlus purchases/sales.SirBlobman2021-09-032-103/+185
|
* Add slimefun quest itemLMBishop2021-08-172-4/+38
|
* Add bucket task types (closes #226)LMBishop2021-08-174-0/+144
|
* Add consume task (closes #237)LMBishop2021-08-172-0/+127
|
* Fix joined before check (closes #232)LMBishop2021-08-161-1/+1
|
* Add mmoitems as a quest item type (closes #221)LMBishop2021-08-1611-69/+196
|
* Redo tab completionLMBishop2021-08-1225-135/+283
|
* Fix missing validationLMBishop2021-08-1223-109/+17
|
* Move essentials hook initialisationLMBishop2021-08-121-4/+3
|
* Add item importing (closes #222)LMBishop2021-08-1212-78/+287
|
* Remove Essentials dependent code and use plugin hookCoolLord222021-08-111-6/+5
| | | | | | Uses EssentialsHook to check if user is AFK. Requires task to have config option "ignore-afk" to be true in order to proceed; default fallback is false so this does not pose issues on servers w/o Essentials.
* Add EssentialsHookCoolLord222021-08-113-0/+43
| | | | | | Adds EssentialsHook class which will handle the imports for dependent classes. This class handles checks for whether or not the player is AFK. To stay consistent with how the project handles hooks, went ahead and created the abstract type as well.
* Add option to ignore AFK players for PlaytimeTaskTypeCoolLord222021-08-111-0/+6
| | | | | | Hooks into Essentials and exempts users who are AFK at the time of the PlaytimeTask increment from getting time added to their quest progress. Adds config option to enable this (defaults to false, that way this feature isn't automatically on in old configs).
* 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
|