Action action = pie.getAction();
Player player = pie.getPlayer();
Block block = pie.getClickedBlock();
Todo todo = scs.removeTodo(player);
Shop shopEvent = scs.getShopHandler().getShop(pie.getClickedBlock());
Shop shopTodo = todo != null ? todo.Shop : null;
ShowCaseEvent event = null;
String msgSuccess = null;