forked from zhdev/griefus
Add makeHeader method to build VanillaCrafts-like chat headers
This commit is contained in:
parent
981f5ecefc
commit
29d698b38f
1 changed files with 5 additions and 0 deletions
|
|
@ -135,4 +135,9 @@ public class StringUtils {
|
||||||
}
|
}
|
||||||
return list.toArray(new Integer[list.size()]);
|
return list.toArray(new Integer[list.size()]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// VanillaCrafts
|
||||||
|
public static String makeHeader(String header) {
|
||||||
|
return "<gray>=============== </gray><red><bold>" + header + "</bold></red><gray> ===============</gray>";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue