aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added permissions for categories and questsfatpigsarefat2019-02-1613-20/+233
|
* Typofatpigsarefat2019-02-031-1/+1
|
* Option to show quest registrations addedfatpigsarefat2019-02-032-1/+5
|
* Titles should work on 1.13 nowfatpigsarefat2019-02-031-5/+11
|
* Synchronisationfatpigsarefat2019-02-031-1/+1
| | | | | - The quest complete watcher now runs on the main thread because I'm a fucking idiot
* Added testsfatpigsarefat2019-01-266-3/+2163
|
* Added Citizens task typefatpigsarefat2018-10-207-10/+261
| | | | | | | - "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
* Edited licensefatpigsarefat2018-10-201-1/+1
| | | | - Changed name
* Namespace has changedfatpigsarefat2018-10-2065-339/+338
| | | | | | - Changed package to com.leonardobishop.quests - Incremented version number - No longer in beta
* Players can no longer start already started questsfatpigsarefat2018-09-234-13/+24
| | | | | | - 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-212-0/+116
| | | | | - 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.
* YAML Errorfatpigsarefat2018-08-141-1/+1
|
* Defined admin perm in plugin.ymlfatpigsarefat2018-08-141-1/+3
| | | - Some permissions plugins might not work without this
* Permissionsfatpigsarefat2018-08-141-1/+1
| | | - Might have been a logical error with the permissions
* Brewing task type completed.fatpigsarefat2018-07-274-0/+244
| | | | | | | - 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-255-5/+137
| | | | | | - 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-2170-188/+225
| | | | | | | - pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead
* Made sure reward commands are run on main threadfatpigsarefat2018-07-022-4/+6
|
* Null checksfatpigsarefat2018-07-021-2/+2
|
* Might have fixed a bug. Not sure (could never recreate it). Closes #18fatpigsarefat2018-06-242-20/+24
|
* Right click to cancel quests, closes #9fatpigsarefat2018-06-019-10/+209
|
* Update plugin.ymlfatpigsarefat2018-05-112-2/+2
|
* Add playtime quest to config.fatpigsarefat2018-05-111-0/+29
|
* Closes #5Reinatix2018-05-112-0/+55
|
* Update plugin.ymlfatpigsarefat2018-05-061-1/+1
|
* Fixes #10 - A new system of similar blocks added.fatpigsarefat2018-05-066-17/+171
|
* Fix for NullPointerException when a task is added after the quest has ↵fatpigsarefat2018-05-061-6/+19
| | | | already been initialized before.
* Can now modify data (/q a moddata).fatpigsarefat2018-05-0510-35/+199
|
* Can now accept items above their required amount.fatpigsarefat2018-05-052-7/+15
|
* Changed incorrectly named method.fatpigsarefat2018-05-051-1/+1
|
* Changed from using lists to mapfatpigsarefat2018-04-223-40/+23
|
* Update plugin.ymlfatpigsarefat2018-04-221-1/+1
|
* Fixes #6fatpigsarefat2018-04-221-0/+1
|
* using valueOf instead of fromName (deprecated) in EntityTypefatpigsarefat2018-04-212-3/+5
|
* option to hide locked quests in guifatpigsarefat2018-04-214-1/+11
|
* added position task typefatpigsarefat2018-04-214-3/+124
|
* importfatpigsarefat2018-04-211-0/+1
|
* added configvalues in prep for creator, moved task types into their own packagefatpigsarefat2018-04-2117-17/+257
|
* players now stored in mapsfatpigsarefat2018-04-191-24/+8
|
* fixed itemflagsfatpigsarefat2018-04-181-1/+2
|
* fixed rewardstringfatpigsarefat2018-04-182-27/+42
|
* customisable gui namesfatpigsarefat2018-04-182-2/+2
|
* customisable gui namesfatpigsarefat2018-04-185-42/+56
|
* add todofatpigsarefat2018-04-181-0/+1
|