event = new ShowCaseItemRemoveEvent(player, shop, (int)amount, shop.getItemStack());
break;
// set the new limit of a shop
case LIMIT:
event = new ShowCaseLimitEvent(player, shop, (int)amount);
break;
// remove a shop
case REMOVE:
event = new ShowCaseRemoveEvent(player, shop);