@EventHandler void onClick(InventoryClickEvent e) { e.getCurrentItem().setAmount(e.getCurrentItem().getAmount()+1); }
this code is throwing an Error
(Hope its not a problem of the code, but its look like legit code )
@EventHandler void onClick(InventoryClickEvent e) { e.getCurrentItem().setAmount(e.getCurrentItem().getAmount()+1); }
this code is throwing an Error
(Hope its not a problem of the code, but its look like legit code )