is = Utilities.getItemStack(player, args[1]);
break;
}
} catch (Exception e) {
throw new MissingOrIncorrectArgumentException ();
}
if (is == null || is.getTypeId() == 0) {
throw new MissingOrIncorrectArgumentException (Term.ITEM_MISSING.get());
}
// if the id already exists, the ShopHandler will set a new one
DisplayShop shop = new DisplayShop(UUID.randomUUID(), player.getName(), null, is.clone());