summaryrefslogtreecommitdiffstats
path: root/src/main/java
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2019-07-06 21:03:42 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2019-07-06 21:03:42 +0100
commit3b2af19f80906c45d30c8eac5ba4961a90d6f458 (patch)
tree526dff3eebfacf62760e8d4dc0b9a2bdb762adf0 /src/main/java
parent6ca4c664c293613b8ef2d6228a2829c855b93490 (diff)
Activate new task types
- Modified config for new task types
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/leonardobishop/quests/Quests.java4
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")) {