forgot to push

This commit is contained in:
Super_
2020-01-03 23:41:16 -05:00
parent 3ea73f78e9
commit 156c85ce69
2 changed files with 39 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("banners") || args[0].equalsIgnoreCase("banner"))
{
materials.addAll(Groups.BANNERS);
names = "banners";
}
else
{
for (String materialName : StringUtils.split(args[0], ","))