aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
...
* 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