| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Git toxicity | nicuch | 2020-01-11 | 1 | -103/+104 | |
| | | | ||||||
| | * | Everything | nicuch | 2020-01-11 | 31 | -174/+163 | |
| | | | ||||||
| * | | 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 | 31 | -174/+163 | |
| |/ | ||||||
| * | Work-around fix for #59 | nicuch | 2020-01-10 | 4 | -15/+20 | |
| | | ||||||
| * | Update pom.xml | LMBishop | 2020-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Update pom.xml | LMBishop | 2019-12-26 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | 3 | -50/+126 | |
| | | | | | | | | - 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 | 20 | -342/+303 | |
| | | | | | | | - 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 | |
| | | ||||||
| * | pom.xml updated | LMBishop | 2019-09-02 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Update LICENSE | LMBishop | 2019-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | Added ability to sort quests | LMBishop | 2019-07-21 | 11 | -21/+33 | |
| | | ||||||
| * | Changed error messages | LMBishop | 2019-07-15 | 3 | -4/+8 | |
| | | ||||||
| * | MythicMobs task type | LMBishop | 2019-07-15 | 3 | -5/+113 | |
| | | | | | - Added mythicmobs_killing task type | |||||
| * | General refactoring | LMBishop | 2019-07-12 | 56 | -435/+345 | |
| | | | | | | | | | | | | - 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 | 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 | |||||
