mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-26 20:16:16 +01:00
Add alias for dyes.
This commit is contained in:
parent
91f4c3ebdc
commit
0950262d9f
@ -86,6 +86,7 @@ public class Utils {
|
||||
tempMap.put("gunpowder", Material.SULPHUR);
|
||||
tempMap.put("lilypad", Material.WATER_LILY);
|
||||
tempMap.put("command block", Material.COMMAND);
|
||||
tempMap.put("dye", Material.INK_SACK);
|
||||
|
||||
for (Entry<String, Material> tempEntry : tempMap.entrySet()) {
|
||||
materialMap.put(StringUtils.stripChars(tempEntry.getKey(), " _-").toLowerCase(), tempEntry.getValue());
|
||||
@ -304,6 +305,6 @@ public class Utils {
|
||||
builder.append(iter.next());
|
||||
}
|
||||
|
||||
return builder.toString();
|
||||
return builder.toString();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user