feat: clear display name
This commit is contained in:
parent
9d396befea
commit
2733db99fe
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ public class NickoBukkit extends JavaPlugin {
|
||||||
command.setExecutor(new NickoCommand());
|
command.setExecutor(new NickoCommand());
|
||||||
}
|
}
|
||||||
|
|
||||||
Structure.addGlobalIngredient('#', new SimpleItem(new ItemBuilder(Material.BLACK_STAINED_GLASS_PANE)));
|
Structure.addGlobalIngredient('#', new SimpleItem(new ItemBuilder(Material.BLACK_STAINED_GLASS_PANE).setDisplayName(" ")));
|
||||||
Structure.addGlobalIngredient('%', new SimpleItem(new ItemBuilder(Material.ORANGE_STAINED_GLASS_PANE)));
|
Structure.addGlobalIngredient('%', new SimpleItem(new ItemBuilder(Material.ORANGE_STAINED_GLASS_PANE).setDisplayName(" ")));
|
||||||
Structure.addGlobalIngredient('E', new ExitDoorItem());
|
Structure.addGlobalIngredient('E', new ExitDoorItem());
|
||||||
|
|
||||||
getLogger().info("Loading persistence...");
|
getLogger().info("Loading persistence...");
|
||||||
|
|
Loading…
Reference in a new issue