Custom Banners

Discussion in 'Plugin Development' started by PhilDEV_Acc, Jan 7, 2020.

Thread Status:
Not open for further replies.
  1. Hello I am Crating a new Item with a banner but I want it custom.

    ItemStack clanBanner1 = new ItemStack(Material.);

    what material is it?

    Thanks for your help.
     
  2. In the newer versions, there is a different material for every base color of the banner. e.g. Material.WHITE_BANNER
     
  3. like I made a custom banner in game how can I let it show as the Item Stack?
     
  4. Create the Itemstack then cast its ItemMeta to BannerMeta
     
Thread Status:
Not open for further replies.

Share This Page