} else if (todo != null && todo.Type == Type.CREATE && shopTodo != null) {
// create event
shopTodo.setLocation(block.getLocation());
event = new ShowCaseCreateEvent(player, shopTodo);
msgSuccess = Term.MESSAGE_SUCCESSFULL_CREATED.get();
} else if (todo != null) {
scs.msgPlayer(player, Term.ERROR_NOT_A_SHOP.get());