aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/leonardobishop/quests/hooks/papi/PlaceholderAPIHook.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/leonardobishop/quests/hooks/papi/PlaceholderAPIHook.java b/src/main/java/com/leonardobishop/quests/hooks/papi/PlaceholderAPIHook.java
index 904ce81c..13542b28 100644
--- a/src/main/java/com/leonardobishop/quests/hooks/papi/PlaceholderAPIHook.java
+++ b/src/main/java/com/leonardobishop/quests/hooks/papi/PlaceholderAPIHook.java
@@ -16,6 +16,7 @@ public class PlaceholderAPIHook implements IPlaceholderAPIHook {
@Override
public void registerExpansion(Quests plugin) {
placeholder = new QuestsPlaceholders(plugin);
+ placeholder.register();
}