summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Added Citizens task typefatpigsarefat2018-10-205-9/+195
| | | | | | | - "citizens_deliver" and "citizens_interact" added - Fixed a stupid bug with the startQuest response codes - Removed "beta" tag - Added Citizens to softdepend & pom.xml
* Change state check from CAUGHT_FISH to BITEfatpigsarefat2018-10-201-1/+1
| | | | - Hopefully closes #32
* Will now return if config name and monster isn't named correctlyfatpigsarefat2018-10-201-1/+1
| | | | - Closes #30, closes #31
* Change namefatpigsarefat2018-10-2019-19/+19
| | | | - Changed name to my new name
* Namespace has changedfatpigsarefat2018-10-2064-337/+336
| | | | | | - Changed package to com.leonardobishop.quests - Incremented version number - No longer in beta
* Players can no longer start already started questsfatpigsarefat2018-09-233-13/+22
| | | | | | - 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/+83
| | | | | - Configuration is similar to the position task type - Default added to config.yml
* Fix pages.fatpigsarefat2018-08-201-1/+1
| | | | | - Clicking on a quest on a page higher than 1 would activate a quest on the first page.
* Permissionsfatpigsarefat2018-08-141-1/+1
| | | - Might have been a logical error with the permissions
* Brewing task type completed.fatpigsarefat2018-07-273-0/+217
| | | | | | | - Added BrewingTaskType "brewing" - Added example brewing config to the config - Changed version to 2.0.13 - Started work on BrewingCertainTaskType "brewingcertain"
* Added colourfatpigsarefat2018-07-273-3/+3
|
* Fixed admin help commandfatpigsarefat2018-07-251-3/+2
| | | | | - When trying to get admin help by doing "/q a" it would not work because of a misplaced method.
* Added quest cancel guifatpigsarefat2018-07-254-5/+124
| | | | | | - 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-2160-0/+5218
- pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead