aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src
Commit message (Collapse)AuthorAgeFilesLines
* Added command to open the started Quests GUI via console/admin for other users.ofunny2022-04-034-0/+60
|
* Fix reverse-in-broken for BuildingCertainTaskTypeKrakenied2022-03-221-1/+1
| | | Fixes #322
* Add wildcard to quest cancel command (closes #283)LMBishop2022-03-221-0/+6
|
* Refactor message system (closes #336)LMBishop2022-03-2221-74/+95
|
* Add null check to PAPI processor (closes #324)v3.10.1LMBishop2022-03-101-0/+4
| | | | - The previous commit with this message was a mistake
* Add QPlayer::getEffectiveStartedQuests methodLMBishop2022-03-081-1/+1
|
* Fix quest started PAPI placeholder to work with quest-autostart (closes #323)LMBishop2022-03-081-1/+3
|
* Fix display of incorrect versionv3.10LMBishop2022-03-051-1/+1
|
* 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
|
* Surround values by quotes in default configLMBishop2022-03-031-3/+3
|
* Add UI button customisation (closes #158, closes #319)LMBishop2022-03-034-5/+33
|
* 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-232-2/+33
|
* 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-284-0/+60
|
* 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-1612-70/+197
|
* 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
|
* Revert config key changes to remove afk playtimeCoolLord222021-08-111-2/+0
|
* 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-112-0/+8
| | | | | | 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-112-6/+5
| | | | - Previous key used for everybody so config doesn't need changing for users upgrading
* Removing unused importCoolLord222021-08-101-1/+0
|