Color codes help!

Discussion in 'Plugin Development' started by zakkinu2, Nov 17, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    zakkinu2

    so i have this

    Code:
                                            ItemStack item = new ItemStack(Material.getMaterial(args[1].toUpperCase()),1);
                                            ItemMeta meta = item.getItemMeta();
                                            meta.setDisplayName(args[3].replace("#", "ยง"));
    it works perfectly it gives me the item with the name i gave it at args[3] but it doesnt show the color. Any help? Thanks.

    NVM got it. for some reason i can edit the thread or anythign so i cant set it to solved...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 5, 2016
Thread Status:
Not open for further replies.

Share This Page