They don't give out the plugins. But i can give you a example here.
@EventHandler
public void onInventoryClick(InventoryClickEvent e){
Player player = (Player) e.getWhoClicked();
ItemStack clicked = e.getCurrentItem();
Inventory inventory =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.