heads grouping

This commit is contained in:
Super_
2019-12-20 19:12:04 -05:00
parent 9167c47c2f
commit ef9f55f7ad
2 changed files with 15 additions and 0 deletions

View File

@ -37,6 +37,11 @@ public class Command_ro extends FreedomCommand
materials.addAll(Groups.SHULKER_BOXES);
names = "shulker boxes";
}
else if (args[0].equalsIgnoreCase("heads"))
{
materials.addAll(Groups.HEADS);
names = "heads";
}
else
{
for (String materialName : StringUtils.split(args[0], ","))