diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-07-06 21:03:42 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-07-06 21:03:42 +0100 |
| commit | 3b2af19f80906c45d30c8eac5ba4961a90d6f458 (patch) | |
| tree | 526dff3eebfacf62760e8d4dc0b9a2bdb762adf0 /src/main/java/com | |
| parent | 6ca4c664c293613b8ef2d6228a2829c855b93490 (diff) | |
Activate new task types
- Modified config for new task types
Diffstat (limited to 'src/main/java/com')
| -rw-r--r-- | src/main/java/com/leonardobishop/quests/Quests.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/com/leonardobishop/quests/Quests.java b/src/main/java/com/leonardobishop/quests/Quests.java index 79724c66..6c198ade 100644 --- a/src/main/java/com/leonardobishop/quests/Quests.java +++ b/src/main/java/com/leonardobishop/quests/Quests.java @@ -156,6 +156,10 @@ public class Quests extends JavaPlugin { taskTypeManager.registerTaskType(new PositionTaskType()); taskTypeManager.registerTaskType(new PlaytimeTaskType()); taskTypeManager.registerTaskType(new BrewingTaskType()); + taskTypeManager.registerTaskType(new ExpEarnTaskType()); + taskTypeManager.registerTaskType(new BreedingTaskType()); + taskTypeManager.registerTaskType(new EnchantingTaskType()); + taskTypeManager.registerTaskType(new DealDamageTaskType()); // TODO: FIX // taskTypeManager.registerTaskType(new BrewingCertainTaskType()); if (Bukkit.getPluginManager().isPluginEnabled("ASkyBlock")) { |
