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);
} else if (todo != null && todo.Type == Type.CREATE && shopTodo != null) {
// create event
shopTodo.setLocation(block.getLocation());