aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added support for BentoBox levelsRodney_Mc_Kay2020-02-052-0/+92
|
* The quest file can be broken sometimes, without a warning, but directly an ↵nicuch2020-01-182-1/+28
| | | | exception (which is not nice)
* More to itnicuch2020-01-136-23/+25
|
* Trying to fix a bug, I've made another one. Sorry for thatnicuch2020-01-121-2/+1
|
* Added PlaceholderAPI supportnicuch2020-01-124-2/+129
|
* Added time-formatnicuch2020-01-124-7/+7
|
* Push to gitnicuch2020-01-1217-92/+155
|
* Added Quest Events APInicuch2020-01-1233-63/+247
|
* The javadoc says that method getKiller() should return a player entity or null.nicuch2020-01-126-41/+12
|
* Merge pull request #3 from LMBishop/masterDrăghiciu Nicolae2020-01-124-2142/+0
|\ | | | | fuck these tests
| * fuck these testsLMBishop2020-01-114-2142/+0
| |
| * Missunderstand :)nicuch2020-01-112-2/+2
| |
| * Don't clear the data.nicuch2020-01-111-1/+1
| |
| * Data loss fixed. ONE fking line of code.nicuch2020-01-111-0/+1
| |
| * Git toxicity x2nicuch2020-01-112-54/+37
| |
| * Git toxicitynicuch2020-01-111-103/+104
| |
| * Everythingnicuch2020-01-1130-171/+157
| |
* | Fix for projectilesnicuch2020-01-125-25/+51
| |
* | Missunderstand :)nicuch2020-01-112-2/+2
| |
* | Don't clear the data.nicuch2020-01-111-1/+1
| |
* | Data loss fixed. ONE fking line of code.nicuch2020-01-111-0/+1
| |
* | Git toxicity x2nicuch2020-01-112-54/+37
| |
* | Git toxicitynicuch2020-01-111-103/+104
| |
* | Everythingnicuch2020-01-1130-171/+157
|/
* Work-around fix for #59nicuch2020-01-104-15/+20
|
* Fixed quest progress not savingLMBishop2019-12-294-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 codeLMBishop2019-12-291-31/+2
|
* Fishing task type properly detects if a fish was caughtLMBishop2019-12-261-5/+5
| | | | - Closes #54, #58
* Added config options reverse-if-broken and reverse-if-placedLMBishop2019-12-252-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 materialLMBishop2019-12-232-12/+21
| | | | - Possibly closes #55
* Using api version 1.14LMBishop2019-09-1319-314/+301
| | | | | | - Removed all references to numerical ids - Removed SimilarBlocks class - Updated examples to new material names
* Update README.txtLMBishop2019-09-051-2/+3
|
* Start strings on questsLMBishop2019-09-024-21/+30
| | | | - Sends the player a custom string when the quest is started
* Fixed descriptionsLMBishop2019-08-261-2/+2
|
* Added ability to sort questsLMBishop2019-07-2110-20/+32
|
* Changed error messagesLMBishop2019-07-153-4/+8
|
* MythicMobs task typeLMBishop2019-07-152-4/+95
| | | | - Added mythicmobs_killing task type
* General refactoringLMBishop2019-07-1255-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 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-1113-1202/+545
| | | | | | - Quests will now be in their own files - New 'QuestsConfigLoader' class to handle this with error messages - General refactorings
* Fishing task type fixLMBishop2019-07-061-4/+4
|
* Activate new task typesLMBishop2019-07-062-0/+120
| | | | - Modified config for new task types
* Another 2 new tasks + fix for fishing (#45)ToastedCoconut2019-07-043-0/+159
| | | | | | | | * Two new tasks + a fix for fishing - Deal Damage task type - Enchanting task type - Fixes #37
* New tasks: breeding and xpearn (#44)ToastedCoconut2019-06-292-0/+156
|
* Auto startlmbishop2019-06-2913-2214/+2284
| | | | | - Quests can now be auto started - Removed tests
* Quest category commands fixedfatpigsarefat2019-06-224-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 filesfatpigsarefat2019-03-171-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 questsfatpigsarefat2019-02-1613-20/+233
|
* Typofatpigsarefat2019-02-031-1/+1
|
* Option to show quest registrations addedfatpigsarefat2019-02-032-1/+5
|