aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Resolved ConcurrentModificationException when player quitsLMBishop2019-07-121-1/+6
| | | | | | - Removing the player from the QPlayerManager will now be done synchronously after their data has been saved to disk asynchronously. - Closes #41, #42
* Config split upLMBishop2019-07-1114-1206/+547
| | | | | | - Quests will now be in their own files - New 'QuestsConfigLoader' class to handle this with error messages - General refactorings
* Update README.mdLMBishop2019-07-071-9/+10
|
* Fishing task type fixLMBishop2019-07-061-4/+4
|
* Activate new task typesLMBishop2019-07-062-0/+120
| | | | - Modified config for new task types
* Remove eclipse project filesLMBishop2019-07-043-59/+0
|
* Another 2 new tasks + fix for fishing (#45)ToastedCoconut2019-07-046-0/+218
| | | | | | | | * Two new tasks + a fix for fishing - Deal Damage task type - Enchanting task type - Fixes #37
* Update .gitignoreLMBishop2019-06-294-59/+3
| | | | - Added eclipse project files
* New tasks: breeding and xpearn (#44)ToastedCoconut2019-06-296-1/+217
|
* Auto startlmbishop2019-06-2914-2238/+2308
| | | | | - Quests can now be auto started - Removed tests
* Quest category commands fixedfatpigsarefat2019-06-225-3/+13
| | | | | - They no longer pass null into the incorrect method. - Permissons added to the other method.
* Workaround for ghost 'mining' tasks in quest data filesfatpigsarefat2019-03-172-3/+4
| | | | | | - During the quest completer task, each task in the quest will be checked against their task progress instead of checking only the task progresses.
* 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
|
* Change version numberfatpigsarefat2019-02-031-1/+1
|
* Synchronisationfatpigsarefat2019-02-031-1/+1
| | | | | - The quest complete watcher now runs on the main thread because I'm a fucking idiot
* Update README.mdlmbishop2019-01-261-1/+1
|
* Update README.mdlmbishop2019-01-261-0/+1
|
* Added testsfatpigsarefat2019-01-268-4/+2188
|
* Added target directoryfatpigsarefat2018-10-201-0/+1
|
* Added Citizens task typefatpigsarefat2018-10-208-11/+277
| | | | | | | - "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-202-2/+2
| | | | - Changed name
* Namespace has changedfatpigsarefat2018-10-2066-341/+340
| | | | | | - 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
* Update pom.xmlfatpigsarefat2018-08-201-1/+1
|
* 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-275-1/+245
| | | | | | | - 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-256-6/+138
| | | | | | - config.yml was updated with new items - QMenuCancel.java and EventInventory.java added for the gui - pom.xml version changed to 2.0.11
* Added guidelines to README.mdfatpigsarefat2018-07-211-7/+30
| | | | | - Added information on using Maven to build Quests. - Added information on how to use the Issue Tracker effectively to communcate bugs. - Made sure to elaborate on how to format files and commit messages.
* Now using Mavenfatpigsarefat2018-07-2172-189/+338
| | | | | | | - 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
|
* Merge branch 'master' of https://github.com/fatpigsarefat/Questsfatpigsarefat2018-06-014-0/+60
|\
| * Update .gitignorefatpigsarefat2018-05-251-0/+1
| |
| * Update issue templatesfatpigsarefat2018-05-252-0/+38
| |
| * Create LICENSE (#14)fatpigsarefat2018-05-121-0/+21
| |
* | Right click to cancel quests, closes #9fatpigsarefat2018-06-019-10/+209
|/
* Update plugin.ymlfatpigsarefat2018-05-112-2/+2
|