| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | fuck these tests | LMBishop | 2020-01-11 | 4 | -2142/+0 | |
| | | | ||||||
| | * | Missunderstand :) | nicuch | 2020-01-11 | 2 | -2/+2 | |
| | | | ||||||
| | * | Don't clear the data. | nicuch | 2020-01-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | Data loss fixed. ONE fking line of code. | nicuch | 2020-01-11 | 1 | -0/+1 | |
| | | | ||||||
| | * | Git toxicity x2 | nicuch | 2020-01-11 | 2 | -54/+37 | |
| | | | ||||||
| | * | Git toxicity | nicuch | 2020-01-11 | 1 | -103/+104 | |
| | | | ||||||
| | * | Everything | nicuch | 2020-01-11 | 30 | -171/+157 | |
| | | | ||||||
| * | | Fix for projectiles | nicuch | 2020-01-12 | 5 | -25/+51 | |
| | | | ||||||
| * | | Missunderstand :) | nicuch | 2020-01-11 | 2 | -2/+2 | |
| | | | ||||||
| * | | Don't clear the data. | nicuch | 2020-01-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | Data loss fixed. ONE fking line of code. | nicuch | 2020-01-11 | 1 | -0/+1 | |
| | | | ||||||
| * | | Git toxicity x2 | nicuch | 2020-01-11 | 2 | -54/+37 | |
| | | | ||||||
| * | | Git toxicity | nicuch | 2020-01-11 | 1 | -103/+104 | |
| | | | ||||||
| * | | Everything | nicuch | 2020-01-11 | 30 | -171/+157 | |
| |/ | ||||||
| * | Work-around fix for #59 | nicuch | 2020-01-10 | 4 | -15/+20 | |
| | | ||||||
| * | Fixed quest progress not saving | LMBishop | 2019-12-29 | 4 | -6/+40 | |
| | | | | | | | | | | | | | - Closes #56 - TaskProgress now has a new field 'modified' as the QuestProgress 'modified' field is initialised false when generated using the generate blank function. - 'modified' should be set to true in QuestProgress when it is manually started, but the auto start option bypasses this altogether which results in the plugin not saving QuestProgress as it is considered unmodified even if progress has been made. - 'modified' fields in TaskProgress should fix this issue. | |||||
| * | Simplified code | LMBishop | 2019-12-29 | 1 | -31/+2 | |
| | | ||||||
| * | Fishing task type properly detects if a fish was caught | LMBishop | 2019-12-26 | 1 | -5/+5 | |
| | | | | | - Closes #54, #58 | |||||
| * | Added config options reverse-if-broken and reverse-if-placed | LMBishop | 2019-12-25 | 2 | -49/+125 | |
| | | | | | | | | - This allows owners to prevent the silk-touch exploit in the blockplacecertain and blockbreakcertain task types by removing progression if the opposite is done to the block of the same type. - Closes #57 | |||||
| * | Added option for config section in item rather than just material | LMBishop | 2019-12-23 | 2 | -12/+21 | |
| | | | | | - Possibly closes #55 | |||||
| * | Using api version 1.14 | LMBishop | 2019-09-13 | 19 | -314/+301 | |
| | | | | | | | - Removed all references to numerical ids - Removed SimilarBlocks class - Updated examples to new material names | |||||
| * | Update README.txt | LMBishop | 2019-09-05 | 1 | -2/+3 | |
| | | ||||||
| * | Start strings on quests | LMBishop | 2019-09-02 | 4 | -21/+30 | |
| | | | | | - Sends the player a custom string when the quest is started | |||||
| * | Fixed descriptions | LMBishop | 2019-08-26 | 1 | -2/+2 | |
| | | ||||||
| * | Added ability to sort quests | LMBishop | 2019-07-21 | 10 | -20/+32 | |
| | | ||||||
| * | Changed error messages | LMBishop | 2019-07-15 | 3 | -4/+8 | |
| | | ||||||
| * | MythicMobs task type | LMBishop | 2019-07-15 | 2 | -4/+95 | |
| | | | | | - Added mythicmobs_killing task type | |||||
| * | General refactoring | LMBishop | 2019-07-12 | 55 | -434/+344 | |
| | | | | | | | | | | | | - Removed Quests.getInstance() and replaced with Quests.get() - Added QuestsAPI with useful methods which can be used in task types without having to get the Quests main class (used to make things a bit more clearer) - Passed the main class as an instance in constructors rather than relying on static methods to obtain the instance in many cases - Removed old title classes - Added more comments | |||||
| * | 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 | 13 | -1202/+545 | |
| | | | | | | | - Quests will now be in their own files - New 'QuestsConfigLoader' class to handle this with error messages - General refactorings | |||||
| * | 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 | |||||
| * | Another 2 new tasks + fix for fishing (#45) | ToastedCoconut | 2019-07-04 | 3 | -0/+159 | |
| | | | | | | | | | * Two new tasks + a fix for fishing - Deal Damage task type - Enchanting task type - Fixes #37 | |||||
| * | New tasks: breeding and xpearn (#44) | ToastedCoconut | 2019-06-29 | 2 | -0/+156 | |
| | | ||||||
| * | Auto start | lmbishop | 2019-06-29 | 13 | -2214/+2284 | |
| | | | | | | - Quests can now be auto started - Removed tests | |||||
| * | Quest category commands fixed | fatpigsarefat | 2019-06-22 | 4 | -2/+12 | |
| | | | | | | - 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 | 1 | -2/+3 | |
| | | | | | | | - 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 | |
| | | ||||||
| * | Synchronisation | fatpigsarefat | 2019-02-03 | 1 | -1/+1 | |
| | | | | | | - The quest complete watcher now runs on the main thread because I'm a fucking idiot | |||||
| * | Added tests | fatpigsarefat | 2019-01-26 | 6 | -3/+2163 | |
| | | ||||||
| * | Added Citizens task type | fatpigsarefat | 2018-10-20 | 7 | -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 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 | 1 | -1/+1 | |
| | | | | | - Changed name | |||||
| * | Namespace has changed | fatpigsarefat | 2018-10-20 | 65 | -339/+338 | |
| | | | | | | | - 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) | |||||
