mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 13:33:54 +00:00
heads grouping
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("heads"))
|
||||
{
|
||||
materials.addAll(Groups.HEADS);
|
||||
names = "heads";
|
||||
}
|
||||
else
|
||||
{
|
||||
for (String materialName : StringUtils.split(args[0], ","))
|
||||
|
Reference in New Issue
Block a user