throw new CommandException("Could not parse strength argument.");
}
}
if (id == null) {
for (Integer i : Potion.getPotions().values()) {
player.addPotionEffect(i, duration * 20, strength);
}
} else {
player.addPotionEffect(id, duration * 20, strength);
}
} else {