| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | improv. add bacground config | nivcoo | 2020-04-23 | 1 | -5/+5 | |
| | | ||||||
| * | improv. add bacground config | nivcoo | 2020-04-23 | 1 | -1/+2 | |
| | | ||||||
| * | Fixes #79 | LMBishop | 2020-04-23 | 2 | -2/+6 | |
| | | ||||||
| * | Ability to ignore update checker added | LMBishop | 2020-04-23 | 1 | -4/+13 | |
| | | ||||||
| * | Check if null for deleted quests | LMBishop | 2020-04-19 | 1 | -0/+1 | |
| | | ||||||
| * | Fix ConcurrentModificationException & hopefully reduced method calls in ↵ | LMBishop | 2020-04-15 | 5 | -27/+34 | |
| | | | | | QuestCompleter | |||||
| * | Quests logger to allow configuration on how much Quests logs | LMBishop | 2020-04-15 | 2 | -1/+84 | |
| | | ||||||
| * | Task types will now try to load QPlayer if it would otherwise return null. | LMBishop | 2020-04-15 | 36 | -135/+164 | |
| | | ||||||
| * | Support for items across server versions | LMBishop | 2020-04-15 | 6 | -55/+687 | |
| | | ||||||
| * | Made timings of certain runnables configurable | LMBishop | 2020-04-14 | 3 | -38/+71 | |
| | | ||||||
| * | Fix error caused by parameter name | RodneyMKay | 2020-04-14 | 1 | -1/+1 | |
| | | ||||||
| * | Fix bentobox island members not being included in level task | RodneyMKay | 2020-04-14 | 1 | -27/+35 | |
| | | ||||||
| * | Added Iridium Skyblock Value task type | LMBishop | 2020-02-19 | 3 | -23/+137 | |
| | | ||||||
| * | Quests can now load config files in folders recursively | LMBishop | 2020-02-19 | 2 | -15/+42 | |
| | | ||||||
| * | Make final | LMBishop | 2020-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Added support for BentoBox levels | Rodney_Mc_Kay | 2020-02-05 | 2 | -0/+92 | |
| | | ||||||
| * | The quest file can be broken sometimes, without a warning, but directly an ↵ | nicuch | 2020-01-18 | 2 | -1/+28 | |
| | | | | | exception (which is not nice) | |||||
| * | More to it | nicuch | 2020-01-13 | 6 | -23/+25 | |
| | | ||||||
| * | Trying to fix a bug, I've made another one. Sorry for that | nicuch | 2020-01-12 | 1 | -2/+1 | |
| | | ||||||
| * | Added PlaceholderAPI support | nicuch | 2020-01-12 | 4 | -2/+129 | |
| | | ||||||
| * | Added time-format | nicuch | 2020-01-12 | 4 | -7/+7 | |
| | | ||||||
| * | Push to git | nicuch | 2020-01-12 | 17 | -92/+155 | |
| | | ||||||
| * | Added Quest Events API | nicuch | 2020-01-12 | 33 | -63/+247 | |
| | | ||||||
| * | The javadoc says that method getKiller() should return a player entity or null. | nicuch | 2020-01-12 | 6 | -41/+12 | |
| | | ||||||
| * | Merge pull request #3 from LMBishop/master | Drăghiciu Nicolae | 2020-01-12 | 4 | -2142/+0 | |
| |\ | | | | | fuck these tests | |||||
| | * | 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 | |
| | | ||||||
