mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-27 13:15:28 +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;
|
||||
|
||||
public PlaceholderAPIHook() {
|
||||
super("PlaceholderAPI", Material.PAPER);
|
||||
super("PlaceholderAPI", Material.NAME_TAG);
|
||||
this.addonsExpansions = new HashMap<>();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user