aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/plugin.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add about command & links to contributorsLMBishop2021-06-021-1/+1
|
* Add random permissionLMBishop2021-03-051-0/+4
|
* Add shopguiplus to softdependLMBishop2021-03-031-1/+1
|
* Add support for CoreProtect + cleanupLMBishop2021-03-031-1/+1
|
* Change build.gradleLMBishop2021-03-011-6/+2
|
* Update plugin.yml & rename methodsLMBishop2021-02-111-1/+2
|
* Add essentials balance and money earn task typesLMBishop2021-02-041-1/+1
| | | | - Closes #118
* New faster placeholdersRubenicos2021-02-031-5/+9
|
* Task types will now try to load QPlayer if it would otherwise return null.LMBishop2020-04-151-1/+1
|
* Added PlaceholderAPI supportnicuch2020-01-121-1/+1
|
* Push to gitnicuch2020-01-121-0/+2
|
* 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