Exemplo n.º 1
0
 public static void setLore(ItemStack item, String... lore) {
   setLore(item, Arrays.asList(lore));
 }