Changed PlaceholderAPI hook's icon to a NAME_TAG

This commit is contained in:
Florian CUNY 2019-04-19 10:43:07 +02:00
parent 80f269c38d
commit 3bb5ebb688

View File

@ -23,7 +23,7 @@ public class PlaceholderAPIHook extends Hook {
private Map<Addon, AddonPlaceholderExpansion> addonsExpansions;
public PlaceholderAPIHook() {
super("PlaceholderAPI", Material.PAPER);
super("PlaceholderAPI", Material.NAME_TAG);
this.addonsExpansions = new HashMap<>();
}