summaryrefslogtreecommitdiffstats
path: root/src/main/resources/plugin.yml
Commit message (Collapse)AuthorAgeFilesLines
* Using api version 1.14LMBishop2019-09-131-0/+1
| | | | | | - Removed all references to numerical ids - Removed SimilarBlocks class - Updated examples to new material names
* Fixed descriptionsLMBishop2019-08-261-2/+2
|
* 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
* Added Citizens task typefatpigsarefat2018-10-201-1/+1
| | | | | | | - "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
* YAML Errorfatpigsarefat2018-08-141-1/+1
|
* Defined admin perm in plugin.ymlfatpigsarefat2018-08-141-1/+3
| | | - Some permissions plugins might not work without this
* Now using Mavenfatpigsarefat2018-07-211-0/+20
- pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead