mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 13:33:54 +00:00
forgot to push
This commit is contained in:
@ -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], ","))
|
||||
|
Reference in New Issue
Block a user