i've this error when i'm right click on my item CustomItem.getBackToPanel on this inventory https://hastebin.com/sakeyegube.csharppublic static ItemStack getBackToPanel(){ return new ItemBuilder(Material.PAPER).withName(ChatColor.YELLOW+"« Panel") .withLore(ChatColor.GRAY+"Click to go back to panel ").build(); }
to open this inventory https://hastebin.com/cozutulude.java but if i'm left click i don't have this error
i've this error when i'm right click on my item CustomItem.getBackToPanel on this inventory https://hastebin.com/sakeyegube.csharp
public static ItemStack getBackToPanel(){ return new ItemBuilder(Material.PAPER).withName(ChatColor.YELLOW+"« Panel") .withLore(ChatColor.GRAY+"Click to go back to panel ").build(); }
to open this inventory https://hastebin.com/cozutulude.java but if i'm left click i don't have this error