mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-03 09:30:17 +01:00
Changed PlaceholderAPI hook's icon to a NAME_TAG
This commit is contained in:
parent
80f269c38d
commit
3bb5ebb688
@ -23,7 +23,7 @@ public class PlaceholderAPIHook extends Hook {
|
|||||||
private Map<Addon, AddonPlaceholderExpansion> addonsExpansions;
|
private Map<Addon, AddonPlaceholderExpansion> addonsExpansions;
|
||||||
|
|
||||||
public PlaceholderAPIHook() {
|
public PlaceholderAPIHook() {
|
||||||
super("PlaceholderAPI", Material.PAPER);
|
super("PlaceholderAPI", Material.NAME_TAG);
|
||||||
this.addonsExpansions = new HashMap<>();
|
this.addonsExpansions = new HashMap<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user