aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* New faster placeholdersRubenicos2021-02-031-199/+0
|
* Update versionLMBishop2021-02-011-1/+1
|
* Wrote new examples and updated config and pom.xmlLMBishop2021-01-081-1/+2
|
* Added null check to matchBlock function in mining & building task typesLMBishop2021-01-071-1/+1
|
* Closes #7, closes #27LMBishop2020-05-201-1/+1
|
* Update pom.xml versionLMBishop2020-04-261-1/+1
|
* Fixes #89LMBishop2020-04-231-1/+1
|
* Rewrote a few thingsLMBishop2020-04-231-0/+1
|
* Check if null for deleted questsLMBishop2020-04-191-1/+1
|
* Fix ConcurrentModificationException & hopefully reduced method calls in ↵LMBishop2020-04-151-1/+1
| | | | QuestCompleter
* Task types will now try to load QPlayer if it would otherwise return null.LMBishop2020-04-151-1/+11
|
* Update pom.xml versionLMBishop2020-02-181-1/+14
|
* Added support for BentoBox levelsRodney_Mc_Kay2020-02-051-0/+14
|
* Update pom.xmlLMBishop2020-01-301-1/+1
|
* Added PlaceholderAPI supportnicuch2020-01-121-0/+15
|
* Update versionLMBishop2020-01-111-1/+1
|
* Everythingnicuch2020-01-111-3/+6
|
* Update pom.xmlLMBishop2020-01-041-1/+1
|
* Update pom.xmlLMBishop2019-12-261-1/+1
|
* Added config options reverse-if-broken and reverse-if-placedLMBishop2019-12-251-1/+1
| | | | | | | - This allows owners to prevent the silk-touch exploit in the blockplacecertain and blockbreakcertain task types by removing progression if the opposite is done to the block of the same type. - Closes #57
* Using api version 1.14LMBishop2019-09-131-28/+2
| | | | | | - Removed all references to numerical ids - Removed SimilarBlocks class - Updated examples to new material names
* pom.xml updatedLMBishop2019-09-021-1/+1
|
* Added ability to sort questsLMBishop2019-07-211-1/+1
|
* MythicMobs task typeLMBishop2019-07-151-1/+18
| | | | - Added mythicmobs_killing task type
* Config split upLMBishop2019-07-111-4/+2
| | | | | | - Quests will now be in their own files - New 'QuestsConfigLoader' class to handle this with error messages - General refactorings
* Auto startlmbishop2019-06-291-24/+24
| | | | | - Quests can now be auto started - Removed tests
* Quest category commands fixedfatpigsarefat2019-06-221-1/+1
| | | | | - They no longer pass null into the incorrect method. - Permissons added to the other method.
* Workaround for ghost 'mining' tasks in quest data filesfatpigsarefat2019-03-171-1/+1
| | | | | | - During the quest completer task, each task in the quest will be checked against their task progress instead of checking only the task progresses.
* Change version numberfatpigsarefat2019-02-031-1/+1
|
* Added testsfatpigsarefat2019-01-261-0/+25
|
* Added Citizens task typefatpigsarefat2018-10-201-1/+16
| | | | | | | - "citizens_deliver" and "citizens_interact" added - Fixed a stupid bug with the startQuest response codes - Removed "beta" tag - Added Citizens to softdepend & pom.xml
* Namespace has changedfatpigsarefat2018-10-201-2/+2
| | | | | | - Changed package to com.leonardobishop.quests - Incremented version number - No longer in beta
* Update pom.xmlfatpigsarefat2018-08-201-1/+1
|
* Brewing task type completed.fatpigsarefat2018-07-271-1/+1
| | | | | | | - 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-1/+1
| | | | | | - 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/+113
- pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead