diff --git a/src/main/java/world/bentobox/bentobox/hooks/PlaceholderAPIHook.java b/src/main/java/world/bentobox/bentobox/hooks/PlaceholderAPIHook.java index 412206250..0f80881d1 100644 --- a/src/main/java/world/bentobox/bentobox/hooks/PlaceholderAPIHook.java +++ b/src/main/java/world/bentobox/bentobox/hooks/PlaceholderAPIHook.java @@ -23,7 +23,7 @@ public class PlaceholderAPIHook extends Hook { private Map addonsExpansions; public PlaceholderAPIHook() { - super("PlaceholderAPI", Material.PAPER); + super("PlaceholderAPI", Material.NAME_TAG); this.addonsExpansions = new HashMap<>(); }