aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/config.yml
Commit message (Collapse)AuthorAgeFilesLines
* Convert to multi module projectLMBishop2021-06-171-355/+0
| | | | | - Common module to provide an abstract Quests plugin - Api is still todo
* Add quest controllersLMBishop2021-06-141-12/+2
|
* Allow qPlayer to be nullLMBishop2021-06-081-0/+1
|
* Add warningLMBishop2021-06-081-1/+2
|
* Remove clean option since it is stupidLMBishop2021-06-051-6/+6
|
* Initial SQL storage implementationLMBishop2021-06-031-10/+8
|
* Add SQL optionsLMBishop2021-06-031-0/+28
|
* Bump version numberv2.16.7LMBishop2021-06-021-3/+0
|
* Add spacer menu elementLMBishop2021-05-131-3/+19
|
* Add custom items to GUIv2.15.1LMBishop2021-03-051-0/+30
| | | | - Closes #107, closes #102, closes #77
* Add random quest commandLMBishop2021-03-041-0/+1
| | | | - Closes #152
* Add documentationLMBishop2021-03-031-1/+1
|
* Add option for asynchronous read/write on join/leaveLMBishop2021-03-031-0/+2
|
* Add started menuLMBishop2021-02-171-0/+6
|
* Change save behaviourLMBishop2021-02-161-0/+1
|
* Quest gui display overrideLMBishop2021-02-161-3/+7
|
* Make tracking toggleableLMBishop2021-02-161-0/+2
|
* Quest trackingLMBishop2021-02-161-1/+22
|
* Add global task configLMBishop2021-02-151-0/+15
|
* Update IridiumSkyBlock task type to new APILMBishop2021-02-051-1/+1
| | | | | - Closes #139 - Made queue runnable interval configurable
* Added option to parse PAPI for Quest GUI itemsLMBishop2021-02-051-0/+2
| | | | | - Closes #124 - Moved some things about
* New faster placeholdersRubenicos2021-02-031-0/+2
|
* Add command to clean quest progress files & option to do it on joinLMBishop2021-02-021-0/+8
| | | | | - 'Clean' as in remove any references to quests which have been deleted in the config. - Closes #126
* Add error checkerLMBishop2021-02-011-0/+6
|
* Wrote new examples and updated config and pom.xmlLMBishop2021-01-081-5/+12
|
* Refactored some of the PlaceholderAPI codeLMBishop2021-01-071-1/+1
|
* Added option for cancel quests by commandBuildTools2020-05-201-0/+1
|
* Fixes #89LMBishop2020-04-231-0/+1
|
* improv. add bacground confignivcoo2020-04-231-0/+2
|
* Quests logger to allow configuration on how much Quests logsLMBishop2020-04-151-1/+3
|
* Made timings of certain runnables configurableLMBishop2020-04-141-0/+3
|
* Added time-formatnicuch2020-01-121-1/+1
|
* Push to gitnicuch2020-01-121-0/+1
|
* Using api version 1.14LMBishop2019-09-131-8/+8
| | | | | | - Removed all references to numerical ids - Removed SimilarBlocks class - Updated examples to new material names
* Config split upLMBishop2019-07-111-1069/+1
| | | | | | - Quests will now be in their own files - New 'QuestsConfigLoader' class to handle this with error messages - General refactorings
* Activate new task typesLMBishop2019-07-061-0/+116
| | | | - Modified config for new task types
* Auto startlmbishop2019-06-291-0/+2
| | | | | - Quests can now be auto started - Removed tests
* Added permissions for categories and questsfatpigsarefat2019-02-161-0/+99
|
* Option to show quest registrations addedfatpigsarefat2019-02-031-0/+2
|
* Added Citizens task typefatpigsarefat2018-10-201-0/+65
| | | | | | | - "citizens_deliver" and "citizens_interact" added - Fixed a stupid bug with the startQuest response codes - Removed "beta" tag - Added Citizens to softdepend & pom.xml
* Edited licensefatpigsarefat2018-10-201-1/+1
| | | | - Changed name
* Players can no longer start already started questsfatpigsarefat2018-09-231-0/+2
| | | | | | - When clicking a quest a player has already started, it would reset - Default messages added to config.yml - New response code from the startQuest method (5)
* Added Distancefrom Task Typefatpigsarefat2018-08-211-0/+33
| | | | | - Configuration is similar to the position task type - Default added to config.yml
* Brewing task type completed.fatpigsarefat2018-07-271-0/+27
| | | | | | | - Added BrewingTaskType "brewing" - Added example brewing config to the config - Changed version to 2.0.13 - Started work on BrewingCertainTaskType "brewingcertain"
* Added quest cancel guifatpigsarefat2018-07-251-0/+13
| | | | | | - config.yml was updated with new items - QMenuCancel.java and EventInventory.java added for the gui - pom.xml version changed to 2.0.11
* Now using Mavenfatpigsarefat2018-07-211-0/+916
- pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead