| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Resolved ConcurrentModificationException when player quits | LMBishop | 2019-07-12 | 1 | -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 up | LMBishop | 2019-07-11 | 14 | -1206/+547 |
| | | | | | | | - Quests will now be in their own files - New 'QuestsConfigLoader' class to handle this with error messages - General refactorings | ||||
| * | Update README.md | LMBishop | 2019-07-07 | 1 | -9/+10 |
| | | |||||
| * | Fishing task type fix | LMBishop | 2019-07-06 | 1 | -4/+4 |
| | | |||||
| * | Activate new task types | LMBishop | 2019-07-06 | 2 | -0/+120 |
| | | | | | - Modified config for new task types | ||||
| * | Remove eclipse project files | LMBishop | 2019-07-04 | 3 | -59/+0 |
| | | |||||
| * | Another 2 new tasks + fix for fishing (#45) | ToastedCoconut | 2019-07-04 | 6 | -0/+218 |
| | | | | | | | | | * Two new tasks + a fix for fishing - Deal Damage task type - Enchanting task type - Fixes #37 | ||||
| * | Update .gitignore | LMBishop | 2019-06-29 | 4 | -59/+3 |
| | | | | | - Added eclipse project files | ||||
| * | New tasks: breeding and xpearn (#44) | ToastedCoconut | 2019-06-29 | 6 | -1/+217 |
| | | |||||
| * | Auto start | lmbishop | 2019-06-29 | 14 | -2238/+2308 |
| | | | | | | - Quests can now be auto started - Removed tests | ||||
| * | Quest category commands fixed | fatpigsarefat | 2019-06-22 | 5 | -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 files | fatpigsarefat | 2019-03-17 | 2 | -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 quests | fatpigsarefat | 2019-02-16 | 13 | -20/+233 |
| | | |||||
| * | Typo | fatpigsarefat | 2019-02-03 | 1 | -1/+1 |
| | | |||||
| * | Option to show quest registrations added | fatpigsarefat | 2019-02-03 | 2 | -1/+5 |
| | | |||||
| * | Titles should work on 1.13 now | fatpigsarefat | 2019-02-03 | 1 | -5/+11 |
| | | |||||
| * | Change version number | fatpigsarefat | 2019-02-03 | 1 | -1/+1 |
| | | |||||
| * | Synchronisation | fatpigsarefat | 2019-02-03 | 1 | -1/+1 |
| | | | | | | - The quest complete watcher now runs on the main thread because I'm a fucking idiot | ||||
| * | Update README.md | lmbishop | 2019-01-26 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | lmbishop | 2019-01-26 | 1 | -0/+1 |
| | | |||||
| * | Added tests | fatpigsarefat | 2019-01-26 | 8 | -4/+2188 |
| | | |||||
| * | Added target directory | fatpigsarefat | 2018-10-20 | 1 | -0/+1 |
| | | |||||
| * | Added Citizens task type | fatpigsarefat | 2018-10-20 | 8 | -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 BITE | fatpigsarefat | 2018-10-20 | 1 | -1/+1 |
| | | | | | - Hopefully closes #32 | ||||
| * | Will now return if config name and monster isn't named correctly | fatpigsarefat | 2018-10-20 | 1 | -1/+1 |
| | | | | | - Closes #30, closes #31 | ||||
| * | Change name | fatpigsarefat | 2018-10-20 | 19 | -19/+19 |
| | | | | | - Changed name to my new name | ||||
| * | Edited license | fatpigsarefat | 2018-10-20 | 2 | -2/+2 |
| | | | | | - Changed name | ||||
| * | Namespace has changed | fatpigsarefat | 2018-10-20 | 66 | -341/+340 |
| | | | | | | | - Changed package to com.leonardobishop.quests - Incremented version number - No longer in beta | ||||
| * | Players can no longer start already started quests | fatpigsarefat | 2018-09-23 | 4 | -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 Type | fatpigsarefat | 2018-08-21 | 2 | -0/+116 |
| | | | | | | - Configuration is similar to the position task type - Default added to config.yml | ||||
| * | Update pom.xml | fatpigsarefat | 2018-08-20 | 1 | -1/+1 |
| | | |||||
| * | Fix pages. | fatpigsarefat | 2018-08-20 | 1 | -1/+1 |
| | | | | | | - Clicking on a quest on a page higher than 1 would activate a quest on the first page. | ||||
| * | YAML Error | fatpigsarefat | 2018-08-14 | 1 | -1/+1 |
| | | |||||
| * | Defined admin perm in plugin.yml | fatpigsarefat | 2018-08-14 | 1 | -1/+3 |
| | | | | - Some permissions plugins might not work without this | ||||
| * | Permissions | fatpigsarefat | 2018-08-14 | 1 | -1/+1 |
| | | | | - Might have been a logical error with the permissions | ||||
| * | Brewing task type completed. | fatpigsarefat | 2018-07-27 | 5 | -1/+245 |
| | | | | | | | | - Added BrewingTaskType "brewing" - Added example brewing config to the config - Changed version to 2.0.13 - Started work on BrewingCertainTaskType "brewingcertain" | ||||
| * | Added colour | fatpigsarefat | 2018-07-27 | 3 | -3/+3 |
| | | |||||
| * | Fixed admin help command | fatpigsarefat | 2018-07-25 | 1 | -3/+2 |
| | | | | | | - When trying to get admin help by doing "/q a" it would not work because of a misplaced method. | ||||
| * | Added quest cancel gui | fatpigsarefat | 2018-07-25 | 6 | -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.md | fatpigsarefat | 2018-07-21 | 1 | -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 Maven | fatpigsarefat | 2018-07-21 | 72 | -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 thread | fatpigsarefat | 2018-07-02 | 2 | -4/+6 |
| | | |||||
| * | Null checks | fatpigsarefat | 2018-07-02 | 1 | -2/+2 |
| | | |||||
| * | Might have fixed a bug. Not sure (could never recreate it). Closes #18 | fatpigsarefat | 2018-06-24 | 2 | -20/+24 |
| | | |||||
| * | Merge branch 'master' of https://github.com/fatpigsarefat/Quests | fatpigsarefat | 2018-06-01 | 4 | -0/+60 |
| |\ | |||||
| | * | Update .gitignore | fatpigsarefat | 2018-05-25 | 1 | -0/+1 |
| | | | |||||
| | * | Update issue templates | fatpigsarefat | 2018-05-25 | 2 | -0/+38 |
| | | | |||||
| | * | Create LICENSE (#14) | fatpigsarefat | 2018-05-12 | 1 | -0/+21 |
| | | | |||||
| * | | Right click to cancel quests, closes #9 | fatpigsarefat | 2018-06-01 | 9 | -10/+209 |
| |/ | |||||
| * | Update plugin.yml | fatpigsarefat | 2018-05-11 | 2 | -2/+2 |
| | | |||||
