aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* New faster placeholdersRubenicos2021-02-032-5/+11
|
* 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
* Made default config not throw a warningLMBishop2021-02-011-3/+0
|
* Add error checkerLMBishop2021-02-011-0/+6
|
* Wrote new examples and updated config and pom.xmlLMBishop2021-01-084-10/+60
|
* 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
|
* Task types will now try to load QPlayer if it would otherwise return null.LMBishop2020-04-151-1/+1
|
* Made timings of certain runnables configurableLMBishop2020-04-141-0/+3
|
* Added PlaceholderAPI supportnicuch2020-01-121-1/+1
|
* Added time-formatnicuch2020-01-121-1/+1
|
* Push to gitnicuch2020-01-122-0/+3
|
* Using api version 1.14LMBishop2019-09-137-14/+15
| | | | | | - Removed all references to numerical ids - Removed SimilarBlocks class - Updated examples to new material names
* Update README.txtLMBishop2019-09-051-2/+3
|
* Start strings on questsLMBishop2019-09-021-3/+10
| | | | - Sends the player a custom string when the quest is started
* Fixed descriptionsLMBishop2019-08-261-2/+2
|
* Added ability to sort questsLMBishop2019-07-216-6/+15
|
* General refactoringLMBishop2019-07-121-1/+1
| | | | | | | | | | | - Removed Quests.getInstance() and replaced with Quests.get() - Added QuestsAPI with useful methods which can be used in task types without having to get the Quests main class (used to make things a bit more clearer) - Passed the main class as an instance in constructors rather than relying on static methods to obtain the instance in many cases - Removed old title classes - Added more comments
* Config split upLMBishop2019-07-118-1069/+276
| | | | | | - 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-202-1/+66
| | | | | | | - "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
* Namespace has changedfatpigsarefat2018-10-201-2/+2
| | | | | | - Changed package to com.leonardobishop.quests - Incremented version number - No longer in beta
* 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
* YAML Errorfatpigsarefat2018-08-141-1/+1
|
* Defined admin perm in plugin.ymlfatpigsarefat2018-08-141-1/+3
| | | - Some permissions plugins might not work without this
* 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-212-0/+936
- pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead