InventoryFull
Totally customizable alert plugin to inform players when they don't have inventory space!way
Last updated
Was this helpful?
Totally customizable alert plugin to inform players when they don't have inventory space!way
Last updated
Was this helpful?
Was this helpful?
@EventHandler
public void onFull(InventoryFullEvent e) {
//player with full inventory
Player p = e.getPlayer();
//item that does not fit in players inventory
ItemStack i = e.getItem();
}