ShowCaseEvent event = null;
String msgSuccess = null;
if (shopEvent != null && action == Action.RIGHT_CLICK_BLOCK) {
// interaction event
event = new ShowCaseInteractEvent(player, shopEvent, todo, pie.getAction() == Action.RIGHT_CLICK_BLOCK);
} else if (shopEvent != null && action == Action.LEFT_CLICK_BLOCK) {
// info event
event = new ShowCaseInfoEvent(player, shopEvent);